Apache Startup Script
I'm using apachectl in /etc/rc.d/init.d/httpd, however when I do chkconfig --add httpd, i get:service httpd does not support chkconfig
I like chkconfig because it centralizes management of services like this, but why doesn't apachectl "support" chkconfig and what can I do to get it to work? It seems like this would be such a simple thing for the Apache group to do...