[Bug 235809] Re: apache2 startup script fails to stop apache2 at times.

2008-07-05 Thread Chuck Short
This has been fixed for intrepid. Thanks chuck ** Changed in: apache2 (Ubuntu) Status: Incomplete => Fix Released -- apache2 startup script fails to stop apache2 at times. https://bugs.launchpad.net/bugs/235809 You received this bug notification because you are a member of Ubuntu Server

[Bug 235809] Re: apache2 startup script fails to stop apache2 at times.

2008-05-29 Thread sf
It is normal behavior that the apache processes stay around until they have finished processing the currently active requests (since we are using graceful-stop). Normally you should just be able to start apache again even before all processes are dead. Is this not the case for you? What error messa

[Bug 235809] Re: apache2 startup script fails to stop apache2 at times.

2008-05-29 Thread Xeno Campanoli
And if you're trying to short circuit or obscure workings to make them more secure, please see Schneier on topics like "Obscurity is not Security" (_Secrets_And_Lies_, for instance). If you make the script run cleanly, it is more secure. If you make it so somebody can modify it, it is more of a r

[Bug 235809] Re: apache2 startup script fails to stop apache2 at times.

2008-05-29 Thread Xeno Campanoli
Part of the problem here is you delete the PID file before you are sure you killed the thing. Why delete the pid file if you haven't checked? Keep it around until you're sure it's gone. -- apache2 startup script fails to stop apache2 at times. https://bugs.launchpad.net/bugs/235809 You received

[Bug 235809] Re: apache2 startup script fails to stop apache2 at times.

2008-05-29 Thread Chuck Short
Please describe your apache setup. Unfortunately I dont have enough information from what you have provided. Thanks chuck ** Changed in: apache2 (Ubuntu) Status: New => Incomplete -- apache2 startup script fails to stop apache2 at times. https://bugs.launchpad.net/bugs/235809 You receiv