"Fossies" - the Fresh Open Source Software Archive

Member "mod_gzip-1.3.26.1a/docs/manual/english/index.htm" (30 Sep 2002, 5991 Bytes) of package /linux/www/apache_httpd_modules/old/mod_gzip-1.3.26.1a.tgz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) HTML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

A hint: This file contains one or more very long lines, so maybe it is better readable using the pure text view mode that shows the contents as wrapped lines within the browser window.


    1 <?xml version="1.0" encoding="iso-8859-1" ?>
    2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml">
    4 
    5 <head>
    6  <title>mod_gzip - serving compressed content by the Apache webserver</title>
    7  <meta name="author"      content="Michael Schr&ouml;pl" />
    8  <meta name="description" content="An introduction into the meaning and function principles of the Apache module 'mod_gzip'" />
    9  <meta name="keywords"    content="Apache, HTTP, encoding, gzip, mod_gzip, compression" />
   10  <style type="text/css">
   11 body{font-family:sans-serif;margin:0px 30px 0px 30px;}
   12 h1{font-size:22px;margin-top:20px;}
   13 h2{font-size:18px;margin-top:14px;}
   14 small{font-size:80%;}
   15 td{vertical-align:top;}
   16 tt{font-weight:bold;}
   17 code,tt{font-family:"Courier New",monospace;}
   18 h1,h2{margin-bottom:1px;}
   19 p,td{margin-top:3px;margin-bottom:3px;}
   20 p,ul,ol,li{font-size:17px;line-height:22px;}
   21 ul,ol,li{margin-top:0px;margin-bottom:0px;}
   22 img{border-width:0;}
   23 
   24 #nav{position:absolute;top:30px;left:0px;font-size:14px;width:170px;font-weight:bold;margin:2px 2px 2px 30px;}
   25 #nav[id]{position:fixed;}
   26 #nav img{margin:5px;}
   27 #nav p, #nav a:hover, #nav a{display:block;padding:3px;margin:2px;width:150px;font-size:15px;line-height:18px;}
   28 #content{position:absolute;left:220px;right:30px;}
   29 #mail{text-align:right;}
   30 #icon{width:190px;float:left;}
   31 #mail,#icon{margin-top:30px;}
   32 
   33 @media screen {
   34 body{color:#000;background-color:#f8ebd9;}
   35 h1{color:#666;}
   36 h2{color:#840;}
   37 code{color:#333;}
   38 em{color:#900;}
   39 tt{color:#909;}
   40 h1,h2,code,em,tt{background-color:inherit;}
   41 .new13192a{color:#inherit;background-color:#ffd;}
   42 .new13261a{color:#inherit;background-color:#eff;}
   43 .bugfix{color:#fff;background-color:#f00;font-weight:bold;padding:0px 4px;}
   44 #nav a{color:#530;background-color:transparent;}
   45 #nav a{text-decoration:none;}
   46 #nav p, #nav a:hover{color:#000;background-color:#fff;}
   47 #nav p {border:1px #660 solid;}
   48 #nav a {border:1px #666 dotted;}
   49 }
   50 
   51 @media print {
   52 #icon,#nav{display:none;}
   53 #content{position:absolute;left:0px;right:0px;}
   54 }
   55  </style>
   56 </head>
   57 
   58 <body>
   59 
   60 <div id="nav">
   61 
   62 <img src="mod_gzip_logo.gif" height="47" width="102" alt="mod_gzip logo" />
   63 
   64 
   65 <p>mod_gzip</p>
   66 
   67 
   68 
   69 <a title="Compression of HTTP content using Content-Encoding" href="encoding.htm">Content-Encoding</a>
   70 
   71 
   72 
   73 <a title="Which browsers can handle 'Content-Encoding: gzip'?" href="browser.htm">Browsers</a>
   74 
   75 
   76 
   77 <a title="How do Firewalls handle 'Content-Encoding:'?" href="firewalls.htm">Firewalls</a>
   78 
   79 
   80 
   81 <a title="An example configuration for mod_gzip" href="config.htm">Configuration</a>
   82 
   83 
   84 
   85 <a title="Complete description of mod_gzip status codes" href="status.htm">Status Codes</a>
   86 
   87 
   88 
   89 <a title="Possible enhancements in future versions of mod_gzip" href="enhancements.htm">Enhancements</a>
   90 
   91 
   92 
   93 <a title="Caching of negotiated HTTP responses" href="cache.htm">Caching</a>
   94 
   95 
   96 
   97 <a title="Version history and change log for mod_gzip" href="versions.htm">Versions</a>
   98 
   99 
  100 
  101 <a title="Other ressources about mod_gzip" href="links.htm">Links</a>
  102 
  103 
  104 </div>
  105 
  106 <div id="content">
  107 
  108 <h1><tt>mod_gzip</tt> - serving compressed content by the Apache webserver</h1>
  109 
  110 <h2><tt>mod_gzip</tt> - what's that, anyway?</h2>
  111 <p><tt>mod_gzip</tt> is an <strong>external extension module</strong> for the WWW's most popular web server <a href="http://httpd.apache.org/"><img class="linkicon" height="15" width="16" alt="arrow" title="external" src="extern.gif" />Apache</a>, created in autumn, 2000.</p>
  112 <p>Its implementation allows for using the <strong>compression method <a href="http://www.ietf.org/rfc/rfc1952.txt"><img class="linkicon" height="15" width="16" alt="arrow" title="external" src="extern.gif" /><code>gzip</code></a></strong> for a significant reduction of the volume of web page content served over the <a href="http://www.w3.org/Protocols/rfc2616/rfc2616.html"><img class="linkicon" height="15" width="16" alt="arrow" title="external" src="extern.gif" />HTTP</a> protocol.</p>
  113 <div class="new13192a"><p>Starting with version 1.3.19.2a <tt>mod_gzip</tt> has found a <a href="http://sourceforge.net/projects/mod-gzip/"><img class="linkicon" height="15" width="16" alt="arrow" title="external" src="extern.gif" />new home</a>.</p></div>
  114 
  115 <h2>And what are these pages all about?</h2>
  116 <p>A <strong>documentation</strong> that would be worth this name <small>(in my eyes ;-)</small> does not <small>(yet)</small> yet exist - neither for users nor for programmers <small>(who possibly want to implement more features into this module)</small>.</p>
  117 <p>Thus I made it my goal to collect <strong>information of any kind about <tt>mod_gzip</tt></strong> and provide them in German as well as in English <small>(detecting the appropriate language from the browsers HTTP header <code>Accept-Language:</code> - so be sure to set this one in your browser configuration)</small>.</p>
  118 <div class="new13192a"><p>Especially these pages already document the changes of the version 1.3.19.2a as opposed to version <a href="http://www.remotecommunications.com/apache/mod_gzip/"><img class="linkicon" height="15" width="16" alt="arrow" title="external" src="extern.gif" />1.3.19.1a</a> <small>(possibly the last one that has been published by <a href="http://www.remotecommunications.com/"><img class="linkicon" height="15" width="16" alt="arrow" title="external" src="extern.gif" />Remote Communications Inc.</a>)</small></p></div>
  119 <div class="new13261a"><p>More modifications have been caused by the release of version 1.3.26.1a.</p></div>
  120 
  121 <div id="icon">
  122  <a href="http://validator.w3.org/check/referer"><img alt="" title="valid XHTML 1.1" height="31" width="88" src="valid-xhtml11.png" /></a><a href="http://jigsaw.w3.org/css-validator/check/referer"><img alt="" title="valid CSS" height="31" width="88" src="valid-css.png" /></a>
  123 </div>
  124 
  125 
  126 <p id="mail">(<a href="mailto:michael.schroepl&#x40;gmx.de?subject=mod_gzip">Michael Schr&ouml;pl</a>, 2002-09-28)</p>
  127 
  128 </div>
  129 
  130 </body>
  131 </html>