“service httpd does not support chkconfig” 问题
摘自: http://holy2010.blog.51cto.com/1086044/353101
在 Redhat 上面使用的方式安 Apache 後, bin/apachectl 到 /etc/rc.d/init.d/ 目,想用 chkconfig Apache 定成自,但出了 "service httpd does not support chkconfig"。
解方法是解 /etc/rc.d/init.d/httpd (或 /etc/init.d/httpd),在第二行加入以下句:
# chkconfig: 2345 10 90
# description: Activates/Deactivates Apache Web Server
就 httpd 制支援 chkconfig。