Bug 36 - bug in startup script
Summary: bug in startup script
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: apache-mod_perl (show other bugs)
Version: unstable
Hardware: all Linux
: P4 minor
Assignee: Alexander Bokovoy
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-30 14:06 MSD by Alexey Voinov
Modified: 2009-05-10 09:30 MSD (History)
13 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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=\"-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


---

---

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