Restore Apache after Disabling


/ Published in: Bash
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. chmod 755 /etc/init.d/httpd ; chkconfig --add httpd
  2.  
  3. /etc/init.d/httpd start

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.