/kb

personal knowledgebase

Restart Apache

without comments

I always forget how to stop/start/restart Apache (on Ubuntu), so here it is:

sudo /etc/init.d/apache2 stop
sudo /etc/init.d/apache2 start
sudo /etc/init.d/apache2 restart

Theoretically related posts

Written by HÃ¥vard Grimelid

August 12th, 2008 at 12:02 am

Posted in Server

Tagged with ,

Leave a Reply