/ Published in: Bash
This is the command to re-enable apache after you disabled it.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
chmod 755 /etc/init.d/httpd ; chkconfig --add httpd /etc/init.d/httpd start