Mike -
Tried both methods. I like the second method as it tells me whats
happening...
[root@niteowl /root]# /etc/rc.d/init.d/httpd restart
Shutting down http: httpd
Starting httpd: httpd
[root@niteowl /root]#
but then again, BOTH work. Thanks again for the informative tip!!
Michael Weiner
The
At 03:27 PM 5/21/98 -0500, you wrote:
>
> I just use 'killall -HUP httpd' - quick/easy.
The reason you're not supposed to do it that way is that Apache
is supposed to kill the parent first, which will shut down all
the children cleanly. Also, if you wanted to do the graceful
restart (allow
I just use 'killall -HUP httpd' - quick/easy.
---
Matt Housh email: [EMAIL PROTECTED]
MicroComputer SpecialistUniversity of Tulsa
Engineering and Natural Sciences
At 07:18 AM 5/21/98 -0400, you wrote:
>Good Day all -
>
>A quickie question for you all. What is the quickest way to restart the
>Apache http daemon and respawn all the daughters once a change to the
>httpd.conf has been made? I am adding some virtual www hosts and want to
>restart the daemon as
Good Day all -
A quickie question for you all. What is the quickest way to restart the
Apache http daemon and respawn all the daughters once a change to the
httpd.conf has been made? I am adding some virtual www hosts and want to
restart the daemon as well as the spawns so this becomes effective