/ Published in: Bash
This is a command to disable Apache from running on a server.
Expand |
Embed | Plain Text
chkconfig --del httpd ; chmod 000 /etc/init.d/httpd
You need to login to post a comment.
This is a command to disable Apache from running on a server.
chkconfig --del httpd ; chmod 000 /etc/init.d/httpd
You need to login to post a comment.