apache auto start and service
Wade Preston Shearer
lists at wadeshearer.com
Wed Mar 14 15:24:55 MDT 2007
> chkconfig merely manipulates the files and symlinks located
> in /etc/init.d and /etc/rc[0-6].d folders (well and
> sometimes /etc/xinet.d/stuff). You'll have to check in /etc/init.d to
> see what script corresponds to httpd. Likely you'll want to make sure
> your custom init script is called "httpd-custom" or something and then
> configure it separately. Configure httpd to be off all the time and
> httpd-custom to be on at the appropriate runlevel.
Thanks to the help of the amazing Jared Smith, I figured out the
problem. When yum ran, the new httpd rpm renamed my custom init
script to httpd.rpmsave and wrote out a new standard one as httpd.
So, after changing httpd to httpd.stock and httpd.rpmsave to httpd,
everything is back to normal.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2425 bytes
Desc: not available
Url : http://plug.org/pipermail/plug/attachments/20070314/3fa65d0d/attachment.bin
More information about the PLUG
mailing list