I'm trying to configure my apache web server to deflate web components. I've
taken the following steps, but the web server does not deflate the
components; anyone know what I'm doing wrong/missing?

   1. In httpd.conf file loaded module:
      LoadModule deflate_module modules/mod_deflate.so

   2. To httpd.conf file added:
      BrowserMatch ^MSIE [6-9] gzip
      BrowserMatch ^Mozilla/[5-9] gzip

      AddOutputFilterByType text/html
      AddOutputFilterByType text/css
      AddOutputFilterByType application/x-javascript

   3. Restarted apache web server

-- 
View this message in context: 
http://www.nabble.com/Deflating-components-tp24002714p24002714.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to