[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-security] SIGUSR1



Your right, its httpd reload thats sends the SIGUSR1



----- Original Message -----
From: "storage@xxxxxxxxxxxxx" <storage@xxxxxxxxxx>
To: <cobalt-security@xxxxxxxxxxxxxxx>; "David Garcia Watkins"
<dgw@xxxxxxxxxxx>
Sent: Wednesday, March 14, 2001 12:36 PM
Subject: Re: [cobalt-security] SIGUSR1


> David Garcia Watkins <dgw@xxxxxxxxxxx> said:
>
> > Either a user explicitly reboots the server with
> > /etc/rc.d/init.d/httpd restart
> >
> Sorry to be anal, but `httpd restart` doesn't send a SIGUSR1, it literally
> stops and starts httpd.
>
> cat /etc/rc.d/init.d/httpd
>
> ..
>   restart)
>         $0 stop
>         $0 start
>         ;;
> ..
>
> adam
>