### 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 --- ---
Fixed in 1.3.22rusPL30.9-alt1