Ted Leung on the air
Ted Leung on the air: Open Source, Java, Python, and ...
  Ted Leung on the air: Open Source, Java, Python, and ...
   Sun, 16 Feb 2003   
  
  
  
    mod_gzip
    
   
    
     Today I installed mod_gzip on the web server in hopes of reducing the bandwidth consumption.  I spent quite a bit of time trying to get my blog pages to compress.  I'm using mod_rewrite to hide all the Python CGI's, and there was some kind of weird interaction.  Here was the fix if you care:
    [16:03] |
    [computers/internet/www] |
    # | 
    TB |
    F |
    G |
    0 Comments |
    
mod_gzip_item_include uri ^/blog.*$
Looking at the mod_gzip'ified logs reveals that many aggregators are not dealing with gzip compression. Gzip encoding isn't being done because the client (aggregator) is not sending an HTTP Accept-Encoding header that includes gzip.  After a few hours, here's a list of the offenders:
- Bottom Feeder
 - Hep/0.3
 - Radio Userland/8.0.7
 - Syndirella/0.91pre
 - Syndirella/0.9b
 - Some unknown Java client from 216.162.122.43
 
   
You can subscribe to an RSS feed of the comments for this blog: 
  Add a comment here:
 You can use some HTML tags in the comment text:
To insert a URI, just type it -- no need to write an anchor tag.
Allowable html tags are:
You can also use some Wiki style:
URI => [uri title]
<em> => _emphasized text_
<b> => *bold text*
Ordered list => consecutive lines starting spaces and an asterisk
   
   
   
   
  Add a comment here:
 You can use some HTML tags in the comment text:To insert a URI, just type it -- no need to write an anchor tag.
Allowable html tags are:
 <a href>, <em>, <i>, <b>, <blockquote>, <br/>, <p>, <code>, <pre>, <cite>, <sub> and <sup>.You can also use some Wiki style:
URI => [uri title]
<em> => _emphasized text_
<b> => *bold text*
Ordered list => consecutive lines starting spaces and an asterisk
  




