Advertisement
Guest User

Untitled

a guest
Apr 1st, 2014
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <IfModule mod_gzip.c>
  2.  
  3. mod_gzip_on Yes
  4.  
  5. mod_gzip_dechunk Yes
  6.  
  7. mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$
  8.  
  9. mod_gzip_item_include handler ^cgi-script$
  10.  
  11. mod_gzip_item_include mime ^text\.*
  12.  
  13. mod_gzip_item_include mime ^application/x-javascript.*
  14.  
  15. mod_gzip_item_exclude mime ^image\.*
  16.  
  17. mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
  18.  
  19. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement