here are some old posts by someone who figured it out, I am running slash with php and mod_gzip and it is all running well following these instructions:
--------
I'm doing it here. Here is how I compiled Apache:
In PHP directory:
./configure --with-pgsql=/usr/local/pgsql --with-mysql=/usr/local/mysql --with-apache=/home/micah/slashstuff/apache_1.3.19 -- enable-track-vars
make
make install
Can I just put the mod_gzip_item_exclude lines in my apache httpd.conf instead of just the slash site's conf file? I'm hosting a couple other sites in the same apache instance and I'd like to use mod_gzip with all of them. Wouldn't putting it in the httpd.conf (I actually bring it in with a mod_gzip.conf) have those lines trickle down to all the virtual hosts?
here is how i am running it (Score:1)
--------
I'm doing it here. Here is how I compiled Apache:
In PHP directory:
make
make install
In mod_perl directory:
perl Makefile.PL
Re:here is how i am running it (Score:1)
END OF LINE.
Re:here is how i am running it (Score:1)
From my experience, mod_gzip does OK with posts for PHP scripts. It's only Slash, and possibly other mod_perl stuff, that has problems.
Yoder Internet Development [yoderdev.com]: Honest and Affordable Web Solutions
Parent