[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-security] SIGUSR1
- Subject: Re: [cobalt-security] SIGUSR1
 
- From: "storage@xxxxxxxxxxxxx" <storage@xxxxxxxxxx>
 
- Date: Wed, 14 Mar 2001 11:36:33 -0000
 
- List-id: Mailing list for users to address network security on Cobalt products. <cobalt-security.list.cobalt.com>
 
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