/ Published in: Bash
This is the command to re-enable apache after you disabled it.
Expand |
Embed | Plain Text
chmod 755 /etc/init.d/httpd ; chkconfig --add httpd /etc/init.d/httpd start
You need to login to post a comment.
This is the command to re-enable apache after you disabled it.
chmod 755 /etc/init.d/httpd ; chkconfig --add httpd /etc/init.d/httpd start
You need to login to post a comment.