 |
Linode.com Forum Linode Community Forums
|
| Author |
Message |
ravsi
Joined: 31 Dec 2005
Posts: 1
|
| Posted: Mon Jul 21, 2008 9:08 pm Post subject: Apache2 failing to stop |
|
|
I run apache2 for a few virtual domains and if I attempt to reload the configs or to stop apache it seems to lock, websites cease to respond but the process doesn't shutdown. I have looked all over for some sort of logged error but I can't find one, It just dies.
If I manually kill all the processes it starts up just fine, but I suspect that this will get me into trouble in the long run. I have looked everywhere I can think for some sort of error or log trail to give me a clue but I can't find it , any ideas? |
|
| Back to top |
|
piglet
Joined: 22 Oct 2006
Posts: 17
|
| Posted: Tue Jul 22, 2008 3:49 am Post subject: Re: Apache2 failing to stop |
|
|
ravsi wrote: If I manually kill all the processes it starts up just fine, but I suspect that this will get me into trouble in the long run. I have looked everywhere I can think for some sort of error or log trail to give me a clue but I can't find it , any ideas?
Does strace give any clues?
strace -p `pidof -s apache2` |
|
| Back to top |
|
| |
|