[Geoprisma-users] Trouble try to add the zoomslider widget
Stephen Woodbridge
woodbri at swoodbridge.com
Fri Dec 4 09:53:40 EST 2009
Alexandre Dube wrote:
> About mod_deflate :
>
> Stephen Woodbridge wrote:
>
>> I also installed and turned on mod_deflate in apache2, but it does not
>> seem to be speeding anything up much. FF.NET tab reports went from 5m
>> 30s to like 5m 17s
> Maybe you're missing some conig ? Here's a sample :
>
> <IfModule mod_deflate.c>
> AddOutputFilterByType DEFLATE text/css application/x-javascript
> AddOutputFilterByType DEFLATE text/html text/plain text/xml
> BrowserMatch ^Mozilla/4 gzip-only-text/html
> BrowserMatch ^Mozilla/4\.0[678] no-gzip
> BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
> </IfModule>
>
Yup did that and restarted apache, that was what was reported above.
$ cat mods-enabled/deflate.conf
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/plain text/xml
application/xml application/xhtml+xml text/javascript text/css
application/x-javascript
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
DeflateCompressionLevel 9
SetEnvIf User-Agent ".*MSIE.*" nokeepalive
ssl-unclean-shutdown downgrade-1.0 force-response-1.0
</IfModule>
More information about the Geoprisma-users
mailing list