----- Original Message ----- 
From: "Steve Lee" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 09, 2000 6:22 PM
Subject: Re: apache


> how do you do i sighup.
> sorry for this basic question.
> commands for sighup?

killall -HUP httpd

or you can get the process id, like so:

ps aux | grep httpd | grep -v grep

then:

kill -HUP (processid)

Eric Cifreo
Austin, TX


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to