Bug 36

Summary: bug in startup script
Product: Sisyphus Reporter: Alexey Voinov <voins>
Component: apache-mod_perlAssignee: 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   

Description Alexey Voinov 2001-09-30 14:06:13 MSD
### Hacks for the apache + proxified apache-mod_perl
if [ -x /usr/sbin/httpd -a -x /var/run/httpd.pid ]; then 
        DEFINE=\&quot;-DPERLPROXIED\&quot;
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


---

---

Comment 1 Alexander Bokovoy 2001-10-24 21:34:58 MSD
Fixed in 1.3.22rusPL30.9-alt1
Comment 2 Alexander Bokovoy 2001-10-24 21:34:58 MSD
Fixed in 1.3.22rusPL30.9-alt1