Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
apache [2006/06/08 23:45]
a restructured (mod_deflate)
apache [2007/10/10 14:57]
a
Line 1: Line 1:
 ====== Apache ====== ====== Apache ======
 +==== utils ====
 +   * vlogger: http://n0rp.chemlab.org/vlogger
 +   * webalizer: http://www.mrunix.net/webalizer
 +
 +
 +===== optimization =====
 +  - **disable DNS Look Up**
 +  - **MaxClients** ( 512 )
 +  - **KeepAlive**
 +     * Disable KeepAlive connections (by setting KeepAlive to Off)
 +     * Shorten the KeepAliveTimeout value to something like 3 seconds for instances), reducing the maximum simultaneous opened connections to 768
 +  - **Compress HTTP Content**
  
 ===== mod_deflate (Apache2) ===== ===== mod_deflate (Apache2) =====
  
-also see: [[http://www.howtoforge.com/apache2_mod_deflate|HowtoForce - ModDeflate]]+also see: [[http://www.howtoforge.com/apache2_mod_deflate|HowtoForce - ModDeflate]], [[http://pflanze.mine.nu/~chris/mod_deflate/mod_deflate_readme_EN.html|mod_deflate]]
   <Location />   <Location />
    # Insert filter    # Insert filter
apache.txt ยท Last modified: 2012/07/31 12:45 by greebo
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready