/ Published in: Bash
Expand |
Embed | Plain Text
#restart apache sudo /etc/init.d/apache2 restart
Comments
Subscribe to comments
You need to login to post a comment.
randyjhunt on 05/16/09
2 people have marked this snippet as a favorite
#restart apache sudo /etc/init.d/apache2 restart
Subscribe to comments
You need to login to post a comment.
I think i prefer...
sudo apachectl (start|stop|restart|fullstatus|status|graceful)