gzip js on apache
Posted
by user12145
on Server Fault
See other posts from Server Fault
or by user12145
Published on 2010-04-13T22:29:57Z
Indexed on
2010/04/13
22:33 UTC
Read the original article
Hit count: 294
the following configuration in httpd.conf only gzip css and html, not javascript, any idea?
AddOutputFilterByType DEFLATE text/html text/plain text/javascript text/css
AddOutputFilterByType DEFLATE application/x-javascript
© Server Fault or respective owner