I would not recommend GZIP with apache 1.3 rather use mod_deflate. In apache 1.3 it uses a tmp file.
Here the deflate module commands that needs to go inside your virtualhost config:
<Directory /var/www/html> AddOutputFilterByType DEFLATE text/css text/html text/xml application/x-javascript </Directory>
By PHPin24 @ 2009-09-17 11:11:08
|