David Garcia Watkins <[EMAIL PROTECTED]> 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
_______________________________________________
cobalt-security mailing list
[EMAIL PROTECTED]
http://list.cobalt.com/mailman/listinfo/cobalt-security

Reply via email to