On Wed, Aug 27, 2008 at 7:41 AM,  <[EMAIL PROTECTED]> wrote:
> Is there a way how to restart Apache if pid file is missing?
> I use my own demon.It happened  that the demon deleted  /var/run/apache2.pid  
>  file.
> Then I can not use /etc/init.d/apache2 restart
>
> but I must restart my Debian server by init 6 .
> After that the Apache starts normally.
>
> So, if the init 6 can solve the problem  ,
> is there a way how to restart Apache without restarting the server( Debian 
> box)
> Thank you for help

Find the root-owned apache process with ps and send the signal you want:

http://httpd.apache.org/docs/2.2/stopping.html

-- 
Eric Covener
[EMAIL PROTECTED]

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to