Apache 1.3.34/PHP4.4.1/mod_security - Frontpage not working?
I'm testing a rollout of Apache 1.3.34/PHP4.4.1/mod_security on one of our machines.. everything seemed to work fine, but earlier today someone reported that all frontpage functionality is failing.Right now running:
FreeBSD 4.9-RELEASE-p11
Mod_Security 1.9 (all rules disabled for testing)
mod_log_bytes/0.3
FrontPage/5.0.2.2635
PHP/4.4.1
mod_ssl/2.8.25
OpenSSL/0.9.7d
I tail the logs and see:
[Fri Nov 11 18:13:08 2005] [error] [client xx.xxx.xxx.xxx ] Premature end of script headers: /usr/local/frontpage/version5.0/apache-fp/_vti_bin/fpexe
Permissions, ownership, and whatnot are all correct/unchanged.
We do not use --enable-module=so in our apache build, so mod_frontpage.c is statically compiled into the httpd binary.
I recall when apache 1.3.33 was released, one of our C developers had to get in there and modify the mod_frontpage.c , stating that it was cleansing too many environmental variables, so it wouldnt run.
Anyone else have to do anything special to get frontpage working with 1.3.33/1.3.34 ?
Am I the only fool statically compiling this in, instead of using a dso ?