Created a PHP script for gzipping static files to be sent to browsers using Apache on *nix. Now, I don't see this as a major project that'd be worth the time putting on sourceforge or something. But, any ideas on how to distribute it?
Name:
Anonymous2007-09-11 13:28 ID:mBR3Ay5L
I know, I know. But mod_gzip generates the gzipped version every time(does it not?) and not every host uses mod_gzip. This script is for a per-directory one-time generation of files after which you can use directives in the httpd.conf or let it generate .htaccess files for you to handle browsers that send the gzip accept-encoding header. Sounds less load-intensive to me.