]> granicus.if.org Git - apache/commitdiff
initial (rough) docs for mod_deflate
authorJeff Trawick <trawick@apache.org>
Fri, 15 Feb 2002 20:52:52 +0000 (20:52 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 15 Feb 2002 20:52:52 +0000 (20:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93435 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/directives.html
docs/manual/mod/index-bytype.html
docs/manual/mod/index.html
docs/manual/mod/mod_deflate.html [new file with mode: 0755]

index c3fbc7f7c7a4212dfd377d9e0e1aefe56d25e590..c91a74166f0b665409a6d11294dd87df6bd007b7 100644 (file)
 
       <li><a href="core.html#defaulttype">DefaultType</a></li>
 
+      <li><a
+      href="mod_deflate.html#deflatefilternote">DeflateFilterNote</a></li>
+
+      <li><a
+      href="mod_deflate.html#deflatememlevel">DeflateMemLevel</a></li>
+
+      <li><a
+      href="mod_deflate.html#deflatewindowsize">DeflateWindowSize</a></li>
+
       <li><a href="mod_access.html#deny">Deny</a></li>
 
       <li><a href="core.html#directory">&lt;Directory&gt;</a></li>
index 2bf7c29c8bf403e5761c99e91bed4ab19e762a89..906ae34443f20122aec0c47940b447f34430a59e 100644 (file)
       <dd>Class 1,2 <a href="http://www.webdav.org">WebDAV</a> HTTP
       extensions</dd>
 
+      <dt><a href="mod_deflate.html">mod_deflate</a></dt>
+
+      <dd>Compression of content</dd>
+
       <dt><a href="mod_ssl.html">mod_ssl</a></dt>
 
       <dd>strong cryptography using the Secure Sockets Layer (SSL) and
index 344314cd06ccde649a341e07c60a0cd1072ef23e..727b5f60a0cc0ec0f91808c9bf5567ee23cd1779 100644 (file)
       <dd>Class 1,2 <a href="http://www.webdav.org">WebDAV</a> HTTP
       extensions</dd>
 
+      <dt><a href="mod_deflate.html">mod_deflate</a></dt>
+
+      <dd>Compression of content</dd>
+
       <dt><a href="mod_dir.html">mod_dir</a></dt>
 
       <dd>Basic directory handling.</dd>
diff --git a/docs/manual/mod/mod_deflate.html b/docs/manual/mod/mod_deflate.html
new file mode 100755 (executable)
index 0000000..48c190f
--- /dev/null
@@ -0,0 +1,129 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta name="generator" content="HTML Tidy, see www.w3.org" />
+
+    <title>Apache module mod_deflate</title>
+  </head>
+  <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
+
+  <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
+  vlink="#000080" alink="#FF0000">
+    <!--#include virtual="header.html" -->
+
+    <h1 align="CENTER">Module mod_deflate</h1>
+
+    <p>This module provides the ability to set environment
+    variables based upon attributes of the request.</p>
+
+    <p><a href="module-dict.html#Status"
+    rel="Help"><strong>Status:</strong></a> Experimental<br />
+     <a href="module-dict.html#SourceFile"
+    rel="Help"><strong>Source File:</strong></a>
+    mod_deflate.c<br />
+     <a href="module-dict.html#ModuleIdentifier"
+    rel="Help"><strong>Module Identifier:</strong></a>
+    deflate_module<br />
+     <a href="module-dict.html#Compatibility"
+    rel="Help"><strong>Compatibility:</strong></a> Available in
+    Apache 2.0 and later.</p>
+
+    <h2>Summary</h2>
+
+    <p>The experimental <samp>mod_deflate</samp> module allows 
+    output from your server to be compressed before being sent
+    to the client over the network.</p>
+
+    <h2>Directives</h2>
+
+    <ul>
+      <li><a href="#DeflateFilterNote">DeflateFilterNote</a></li>
+
+      <li><a href="#DeflateWindowSize">DeflateWindowSize</a></li>
+
+      <li><a href="#DeflateMemLevel">DeflateMemLevel</a></li>
+    </ul>
+    <hr />
+    <!-- the HR is part of the directive description -->
+
+    <h2><a id="DeflateFilterNote" name="DeflateFilterNote">DeflateFilterNote
+    directive</a></h2>
+
+    <p><a href="directive-dict.html#Syntax"
+    rel="Help"><strong>Syntax:</strong></a> DeflateFilterNote <em>notename
+    </em><br />
+     <a href="directive-dict.html#Default"
+    rel="Help"><strong>Default:</strong></a> <i>none</i><br />
+     <a href="directive-dict.html#Context"
+    rel="Help"><strong>Context:</strong></a> server config<br />
+     <a href="directive-dict.html#Override"
+    rel="Help"><strong>Override:</strong></a> none<br />
+     <a href="directive-dict.html#Status"
+    rel="Help"><strong>Status:</strong></a> Experimental<br />
+     <a href="directive-dict.html#Module"
+    rel="Help"><strong>Module:</strong></a> mod_deflate<br />
+     <a href="directive-dict.html#Compatibility"
+    rel="Help"><strong>Compatibility:</strong></a> Apache 2.0 and
+    above</p>
+
+    <p>The DeflateFilterNote directive specifies that a note about
+    compression ratios should be attached to the request.  The name
+    of the note is the value specified for the directive.</p>
+
+    <hr />
+    <!-- the HR is part of the directive description -->
+
+    <h2><a id="DeflateWindowSize"
+    name="DeflateWindowSize">DeflateWindowSize directive</a></h2>
+
+    <p><a href="directive-dict.html#Syntax"
+    rel="Help"><strong>Syntax:</strong></a> DeflateWindowSize
+    <em>value</em><br />
+     <a href="directive-dict.html#Default"
+    rel="Help"><strong>Default:</strong></a> <em>none</em><br />
+     <a href="directive-dict.html#Context"
+    rel="Help"><strong>Context:</strong></a> server config<br />
+     <a href="directive-dict.html#Override"
+    rel="Help"><strong>Override:</strong></a> none<br />
+     <a href="directive-dict.html#Status"
+    rel="Help"><strong>Status:</strong></a> Experimental<br />
+     <a href="directive-dict.html#Module"
+    rel="Help"><strong>Module:</strong></a> mod_deflate<br />
+     <a href="directive-dict.html#Compatibility"
+    rel="Help"><strong>Compatibility:</strong></a> Apache 2.0 and
+    above</p>
+
+    <p>The <samp>DeflateWindowSize</samp> directive specifies the
+    zlib compression window size.</p>
+
+    <hr />
+    <!-- the HR is part of the directive description -->
+
+    <h2><a id="DeflateMemLevel" name="DeflateMemLevel">DeflateMemLevel
+    directive</a></h2>
+
+    <p><a href="directive-dict.html#Syntax"
+    rel="Help"><strong>Syntax:</strong></a> DeflateMemLevel
+    <em>value</em><br />
+     <a href="directive-dict.html#Default"
+    rel="Help"><strong>Default:</strong></a> <em>none</em><br />
+     <a href="directive-dict.html#Context"
+    rel="Help"><strong>Context:</strong></a> server config<br />
+     <a href="directive-dict.html#Override"
+    rel="Help"><strong>Override:</strong></a> none<br />
+     <a href="directive-dict.html#Status"
+    rel="Help"><strong>Status:</strong></a> Experimental<br />
+     <a href="directive-dict.html#Module"
+    rel="Help"><strong>Module:</strong></a> mod_deflate<br />
+     <a href="directive-dict.html#Compatibility"
+    rel="Help"><strong>Compatibility:</strong></a> Apache 2.0 and
+    above</p>
+
+    <p>The DeflateMemLevel directive specifies the amount of
+    memory available to zlib for compression.</p>
+    <!--#include virtual="footer.html" -->
+  </body>
+</html>
+