Search
User login
How to Restart Apache Web Server
To restart an Apache web server simply follow this single step: type the following command:
/etc/init.d/apache2 restart
Then press enter.
If you get permission denied, then you might want to use sudo like this:
sudo /etc/init.d/apache2 restart
+
by Margaret Walker on Thu, 07/08/2010 - 01:49
Categories