Return to Snippet

Revision: 12743
at March 26, 2009 09:57 by bhubbard


Initial Code
chmod 755 /etc/init.d/httpd ; chkconfig --add httpd

/etc/init.d/httpd start

Initial URL


Initial Description
This is the command to re-enable apache after you disabled it.

Initial Title
Restore Apache after Disabling

Initial Tags
apache

Initial Language
Bash