aschuma

APACHE :: compression

Jul 8th, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. SetOutputFilter DEFLATE
  2. AddOutputFilterByType DEFLATE application/json
  3. AddOutputFilterByType DEFLATE application/xml application/xhtml+xml application/x-javascript application/javascript
  4. AddOutputFilterByType DEFLATE text/html text/plain text/xml text/x-js text/javascript text/css
  5.  
  6. SetEnvIfNoCase REQUEST_URI \.(?:gif|jpg|jpeg|png)$ no-gzip dont-vary
  7.  
  8. BrowserMatch ^Mozilla/4 gzip-only-text/html
  9. BrowserMatch ^Mozilla/4\.0[678] no-gzip
  10. BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
  11.  
  12. DeflateBufferSize 8192
  13. DeflateCompressionLevel 4
  14. DeflateMemLevel 9
  15. DeflateWindowSize 15
Add Comment
Please, Sign In to add comment