From: Arcana <[EMAIL PROTECTED]>

> try to run the /sbin/chkconfig --add httpd, it returns the error,
> "service httpd does not support chkconfig".

    Edit /etc/rc.d/init.d/httpd, and add these two lines near the top--like
after line 2:

# chkconfig: 2345 10 90
# description: Activates/Deactivates Apache Web Server

Then run /sbin/chkconfig --del httpd, then /sbin/chkconfig --add httpd.

Reply via email to