Apache 2.2 performance tunning


/ Published in: Apache
Save to your folder(s)

Tested with [ipotpal.bgurl.org](http://ipotpal.bgurl.org/ "ипотпал")


Copy this code and paste it in your HTML
  1. ExpiresActive On
  2. ExpiresByType image/gif "access plus 1 weeks"
  3. ExpiresByType image/png "access plus 1 weeks"
  4. ExpiresByType image/jpeg "access plus 1 weeks"
  5. ExpiresByType text/css "access plus 1 weeks"
  6. ExpiresByType text/javascript "access plus 1 weeks"
  7. ExpiresByType application/x-javascript "access plus 1 weeks"
  8. FileETag none
  9. # Deflate
  10. SetOutputFilter DEFLATE
  11. AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml application/xhtml+xml text/javascript text/css ap
  12. plication/x-javascript
  13. BrowserMatch ^Mozilla/4 gzip-only-text/html
  14. BrowserMatch ^Mozilla/4.0[678] no-gzip
  15. BrowserMatch bMSIE !no-gzip !gzip-only-text/html
  16. SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
  17.  
  18. This config is tested with http://ipotpal.bgurl.org

URL: http://ipotpal.bgurl.org

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.