[6716] in RedHat Linux List
Re: Bind Address problems more specific
daemon@ATHENA.MIT.EDU (David Holt)
Fri Nov 29 17:36:57 1996
Old-X-Envelope-To: <redhat-list@redhat.com>
Date: Fri, 29 Nov 1996 16:36:49 +0500
To: redhat-list@redhat.com
From: David Holt <space@virtual-space.com>
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com
Whatt should i expect to see when i do the kill -HUP and how do i get the
backticks? will this knock any of my virtual domain customers off.
DAvid
Thanks for your help, you are the first one to say anything.
At 05:31 PM 11/29/96 -0500, you wrote:
>On Fri, 29 Nov 1996, David Holt wrote:
>
>> ok, here is the problem. I run the killall -HUP httpd and it seems fine.
>> When i run httpd after that, i get #bind: Address already in use
>> httpd: could not bind to address 205.187.163.230 port 80
>> This address would be the last one in my httpd.conf file.
>
>What you should be doing to stop Apache is more like: (note the backticks)
>
> kill -HUP `cat /var/run/httpd.pid`
>
>Or, do a 'ps auxf' and find the root apache process, note its process ID,
>and do a 'kill -HUP pid' by hand.
>
>This will send the master process a SIGHUP, and it will handle cleanup of
>the child processes properly.
>
>Note that if you want to kill apache off, and you are using the apache
>RPM, you should do a '/etc/rc.d/init.d/httpd.init stop' instead of just
>killing it manually, so that init does not get confused.
>
>-Richard Bullington <rbulling@obscure.org> http://www.obscure.org
>
>
>--
> PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> ________________________________________________________________________
> http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
> http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
> ------------------------------------------------------------------------
>To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null
>
>
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
________________________________________________________________________
http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
------------------------------------------------------------------------
To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null