Quote:> Apache doesn't seem to allow me to do a kill -HUP pid on it to force a
> reread of its configuration files like NCSA did. Is there another way
> to force a reread besides killing the process?
Since I don't know which flavour of unix you're using, I'll take a
guess: The kill command is an easy thing to confuse, since several
shells have it built in, and the syntax (especially) and behaviour
(sometimes) are not entirely identical to the kill *program*.
Try something like this to be sure what you're getting:
/bin/kill -s HUP pid
--
=================================================================
I don't suffer from insanity...
...I enjoy every minute of it
=================================================================