Guest User

Untitled

a guest
Jun 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. #
  2. # my mod_deflate settings, it's important not to uncomment last AddOutputFilterByType!
  3. #
  4. <IfModule mod_deflate.c>
  5. DeflateCompressionLevel 7
  6. AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript
  7. AddOutputFilterByType DEFLATE application/xml application/xhtml+xml application/rss+xml
  8. AddOutputFilterByType DEFLATE application/javascript application/x-javascript
  9. #AddOutputFilterByType DEFLATE application/x-httpd-php
  10.  
  11. BrowserMatch ^Mozilla/4 gzip-only-text/html
  12. BrowserMatch ^Mozilla/4\.0[678] no-gzip
  13. BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
  14.  
  15. SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary
  16. SetEnvIfNoCase Request_URI \.(?:exe|t?gz|zip|bz2|sit|rar)$ no-gzip dont-vary
  17. SetEnvIfNoCase Request_URI \.(?:pdf|doc)$ no-gzip dont-vary
  18. SetEnvIfNoCase Request_URI \.(?:avi|mov|mp3|mp4|rm)$ no-gzip dont-vary
  19. </IfModule>
Add Comment
Please, Sign In to add comment