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

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