| Summary: | apache2 init.d script starts apache but reports it as "failed to start" when pidfile exists | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Roman Barczyński <romke> |
| Component: | [OLD] Server | Assignee: | Patrick Lauer <patrick> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | polynomial-c |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
/etc/init.d/apache2 start --debug
proposed fix |
||
|
Description
Roman Barczyński
2013-11-21 20:27:56 UTC
Created attachment 363758 [details, diff]
proposed fix
- Apache 2.2.25 init.d script fails to recognize when apache is started - instantaneously. + Apache 2.2.25 init.d script fails to recognize when apache is started + with old pidfile present (e.g. after unclean reboot) or apache creates + its pidfile momentarily + 22 Nov 2013; Lars Wendler <polynomial-c@gentoo.org> + files/gentoo-apache-2.2.23-initd_fixups.patch: + Fixed startup of apache when pidfile exists. Thanks to Roman Barczyński who + reported this in bug #492222. + |