| Summary: | bug in startup script | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Alexey Voinov <voins> |
| Component: | apache-mod_perl | Assignee: | Alexander Bokovoy <ab> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | minor | ||
| Priority: | P4 | CC: | at, cas, crux, ender, lakostis, ldv, mike, mithraen, qa_viy, rider, shaba, solo, viy |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
Fixed in 1.3.22rusPL30.9-alt1 Fixed in 1.3.22rusPL30.9-alt1 |
### Hacks for the apache + proxified apache-mod_perl if [ -x /usr/sbin/httpd -a -x /var/run/httpd.pid ]; then DEFINE=\"-DPERLPROXIED\" fi /var/run/httpd.pid cannot be executable -if [ -x /usr/sbin/httpd -a -x /var/run/httpd.pid ] +if [ -x /usr/sbin/httpd -a -e /var/run/httpd.pid ] should fix problem --- ---