If you want to know what version of Apache you’re running, do this command:
apache2 -v |
the tech surfer
If you want to know what version of Apache you’re running, do this command:
apache2 -v |
apache2 -v
Starting Ubuntu 14.04, you no longer can bounce the network using the following command:
sudo /etc/init.d/networking restart sudo service networking restart |
sudo /etc/init.d/networking restart sudo service networking restart
But, I managed to do this:
sudo ifdown eth0 sudo ifup eth0 |
sudo ifdown eth0 sudo ifup eth0
Find out what version of PHP you are running.
php -v |
php -v