slive       00/09/27 11:36:47

  Modified:    htdocs/manual/mod mod_mmap_static.html mod_negotiation.html
                        mod_proxy.html mod_setenvif.html
  Log:
  Style changes.
  
  Revision  Changes    Path
  1.5       +19 -10    httpd-docs-2.0/htdocs/manual/mod/mod_mmap_static.html
  
  Index: mod_mmap_static.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-2.0/htdocs/manual/mod/mod_mmap_static.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- mod_mmap_static.html      1998/09/17 14:14:57     1.4
  +++ mod_mmap_static.html      2000/09/27 18:36:46     1.5
  @@ -15,15 +15,24 @@
     <H1 ALIGN="CENTER">Module mod_mmap_static</H1>
   
     <P>
  -  This module is contained in the <CODE>mod_mmap_static.c</CODE> file, with
  -  Apache 1.3 and later. It provides mmap()ing of a statically configured list
  -  of frequently requested but not changed files.  It is not compiled into the
  -  server by default. To use <CODE>mod_mmap_static</CODE> you have to enable
  -  the following line in the server build <CODE>Configuration</CODE> file:
  -  <PRE>
  -    AddModule  modules/experimental/mod_mmap_static.o
  -  </PRE>
  -  </P>
  +  This module provides mmap()ing of a statically configured list
  +  of frequently requested but not changed files.  
  +
  +<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_mmap_static.c
  +<BR>
  +<A
  +HREF="module-dict.html#ModuleIdentifier"
  +REL="Help"
  +><STRONG>Module Identifier:</STRONG></A> mmap_static_module
  +</P>
   
     <H2>Summary</H2>
     <P>
  @@ -59,7 +68,7 @@
   
     <HR>
   
  -  <H2><A NAME="mmapfile">MMapFile</A></H2>
  +  <H2><A NAME="mmapfile">MMapFile</A> directive</H2>
     <P>
     <A
      HREF="directive-dict.html#Syntax"
  
  
  
  1.16      +35 -20    httpd-docs-2.0/htdocs/manual/mod/mod_negotiation.html
  
  Index: mod_negotiation.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-2.0/htdocs/manual/mod/mod_negotiation.html,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- mod_negotiation.html      2000/03/21 18:41:29     1.15
  +++ mod_negotiation.html      2000/09/27 18:36:46     1.16
  @@ -15,10 +15,25 @@
   <!--#include virtual="header.html" -->
   <H1 ALIGN="CENTER">Module mod_negotiation</H1>
   
  -This module is contained in the <CODE>mod_negotiation.c</CODE> file,
  -and is compiled in by default. It provides for <A
  -HREF="../content-negotiation.html">content negotiation</A>.
  +<p>This module provides for <A
  +HREF="../content-negotiation.html">content negotiation</A>.</p>
   
  +<P><A
  +HREF="module-dict.html#Status"
  +REL="Help"
  +><STRONG>Status:</STRONG></A> Base
  +<BR>
  +<A
  +HREF="module-dict.html#SourceFile"
  +REL="Help"
  +><STRONG>Source File:</STRONG></A> mod_negotiation.c
  +<BR>
  +<A
  +HREF="module-dict.html#ModuleIdentifier"
  +REL="Help"
  +><STRONG>Module Identifier:</STRONG></A> negotiation_module
  +</P>
  +
   <H2>Summary</H2>
   Content negotiation, or more accurately content selection, is the
   selection of the document that best matches the clients
  @@ -31,8 +46,21 @@
   <A HREF="core.html#options">Option</A>, where the server does an implicit
   filename pattern match, and choose from amongst the results.
   </UL>
  +
  +<H2>Directives</H2>
  +<UL>
  +<LI><A HREF="#cachenegotiateddocs">CacheNegotiatedDocs</A>
  +<LI><A HREF="#languagepriority">LanguagePriority</A>
  +</UL>
  +
  +<STRONG>See also</STRONG>:
  +<A HREF="./mod_mime.html#defaultlanguage">DefaultLanguage</A>,
  +<A HREF="./mod_mime.html#addencoding">AddEncoding</A>,
  +<A HREF="./mod_mime.html#addlanguage">AddLanguage</A>,
  +<A HREF="./mod_mime.html#addtype">AddType</A>, and
  +<A HREF="core.html#options">Option</A>.
   
  -<H3>Type maps</H3>
  +<H2>Type maps</H2>
   A type map has the same format as RFC822 mail headers. It contains document
   descriptions separated by blank lines, with lines beginning with a hash
   character ('#') treated as comments. A document description consists of
  @@ -82,7 +110,7 @@
   <DD>The path to the file containing this variant, relative to the map file.
   </DL>
   
  -<H3>MultiViews</H3>
  +<H2>MultiViews</H2>
   A MultiViews search is enabled by the MultiViews
   <A HREF="core.html#options">Option</A>.
   If the server receives a request for <CODE>/some/dir/foo</CODE> and
  @@ -95,23 +123,10 @@
   
   
   
  -<H2>Directives</H2>
  -<UL>
  -<LI><A HREF="#cachenegotiateddocs">CacheNegotiatedDocs</A>
  -<LI><A HREF="#languagepriority">LanguagePriority</A>
  -</UL>
  -
  -<STRONG>See also</STRONG>:
  -<A HREF="./mod_mime.html#defaultlanguage">DefaultLanguage</A>,
  -<A HREF="./mod_mime.html#addencoding">AddEncoding</A>,
  -<A HREF="./mod_mime.html#addlanguage">AddLanguage</A>,
  -<A HREF="./mod_mime.html#addtype">AddType</A>, and
  -<A HREF="core.html#options">Option</A>.
  -
   <HR>
   
   
  -<H2><A NAME="cachenegotiateddocs">CacheNegotiatedDocs</A></H2>
  +<H2><A NAME="cachenegotiateddocs">CacheNegotiatedDocs</A> directive</H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -153,7 +168,7 @@
   it was turned on by the presence of the directive by itself.
   
   
  -<H2><A NAME="languagepriority">LanguagePriority</A></H2>
  +<H2><A NAME="languagepriority">LanguagePriority</A> directive</H2>
   <!--%plaintext &lt;?INDEX {\tt LanguagePriority} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  
  
  
  1.52      +140 -126  httpd-docs-2.0/htdocs/manual/mod/mod_proxy.html
  
  Index: mod_proxy.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-2.0/htdocs/manual/mod/mod_proxy.html,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- mod_proxy.html    2000/09/12 15:16:53     1.51
  +++ mod_proxy.html    2000/09/27 18:36:46     1.52
  @@ -15,17 +15,29 @@
   <!--#include virtual="header.html" -->
   <H1 ALIGN="CENTER">Apache module mod_proxy</H1>
   
  -This module is contained in the <CODE>mod_proxy.c</CODE> file for Apache 
1.1.x,
  -or the <CODE>modules/proxy</CODE> subdirectory for Apache 1.2, and
  -is not compiled in by default. It provides for an <STRONG>HTTP
  -1.0</STRONG> caching proxy 
  -server. It is only available in Apache 1.1 and later. Common configuration
  -questions are addressed <A HREF="#configs">after the directive
  -descriptions</A>.
  +<p>This module provides for an <STRONG>HTTP 1.0</STRONG> caching proxy
  +server.</p>
   
  -<H3>Note:</H3>
  -<P>This module was experimental in Apache 1.1.x. As of Apache 1.2, mod_proxy
  -stability is <EM>greatly</EM> improved.<P>
  +<P><A
  +HREF="module-dict.html#Status"
  +REL="Help"
  +><STRONG>Status:</STRONG></A> Extension
  +<BR>
  +<A
  +HREF="module-dict.html#SourceFile"
  +REL="Help"
  +><STRONG>Source File:</STRONG></A> mod_proxy.c
  +<BR>
  +<A
  +HREF="module-dict.html#ModuleIdentifier"
  +REL="Help"
  +><STRONG>Module Identifier:</STRONG></A> proxy_module
  +<BR>
  +<A
  +HREF="module-dict.html#Compatibility"
  +REL="Help"
  +><STRONG>Compatibility:</STRONG></A> Available in Apache 1.1 and later.
  +</P>
   
   <H2>Summary</H2>
   
  @@ -38,6 +50,10 @@
   The module can be configured to connect to other proxy modules for these
   and other protocols.
   
  +<P>This module was experimental in Apache 1.1.x. As of Apache 1.2, mod_proxy
  +stability is <EM>greatly</EM> improved.<P>
  +
  +
   <H2>Directives</H2>
   <UL>
   <LI><A HREF="#proxyrequests">ProxyRequests</A>
  @@ -62,9 +78,103 @@
   <LI><A HREF="#nocache">NoCache</A>
   </UL>
   
  +<H2><A NAME="configs">Common configuration topics</A></H2>
  +
  +<UL>
  +<LI><A HREF="#access">Controlling access to your proxy</A>
  +<LI><A HREF="#shortname">Using Netscape hostname shortcuts</A>
  +<LI><A HREF="#mimetypes">Why doesn't file type <EM>xxx</EM> download via 
FTP?</A>
  +<LI><A HREF="#startup">Why does Apache start more slowly when using the
  +        proxy module?</A>
  +<LI><A HREF="#socks">Can I use the Apache proxy module with my SOCKS 
proxy?</A>
  +<LI><A HREF="#intranet">What other functions are useful for an intranet 
proxy server?</A>
  +</UL>
  +
  +<H2><A NAME="access">Controlling access to your proxy</A></H2>
  +
  +You can control who can access your proxy via the normal &lt;Directory&gt;
  +control block using the following example:<P>
  +
  +<PRE>
  +&lt;Directory proxy:*&gt;
  +Order Deny,Allow
  +Deny from [machines you'd like *not* to allow by IP address or name]
  +Allow from [machines you'd like to allow by IP address or name]
  +&lt;/Directory&gt;
  +</PRE><P>
  +
  +A &lt;Files&gt; block will also work, and is the only method known to work
  +for all possible URLs in Apache versions earlier than 1.2b10.<P>
  +
  +<H2><A NAME="shortname">Using Netscape hostname shortcuts</A></H2>
  +
  +There is an optional patch to the proxy module to allow Netscape-like
  +hostname shortcuts to be used. It's available from the
  +<A HREF="http://www.apache.org/dist/contrib/patches/1.2/netscapehost.patch";
  +><SAMP>contrib/patches/1.2</SAMP></A> directory on the Apache Web site.<P>
  +
  +<H2><A NAME="mimetypes">Why doesn't file type <EM>xxx</EM> download via 
FTP?</A></H2>
  +
  +You probably don't have that particular file type defined as
  +<EM>application/octet-stream</EM> in your proxy's mime.types configuration
  +file. A useful line can be<P>
  +
  +<PRE>
  +application/octet-stream        bin dms lha lzh exe class tgz taz
  +</PRE>
  +
  +<H2><A NAME="type">How can I force an FTP ASCII download of File 
<EM>xxx</EM>?</A></H2>
  +
  +In the rare situation where you must download a specific file using the FTP
  +<STRONG>ASCII</STRONG> transfer method (while the default transfer is in
  +<STRONG>binary</STRONG> mode), you can override mod_proxy's default by
  +suffixing the request with <SAMP>;type=a</SAMP> to force an ASCII 
transfer.<P>
  +
  +<H2><A NAME="startup">Why does Apache start more slowly when using the
  +        proxy module?</A></H2>
  +
  +If you're using the <CODE>ProxyBlock</CODE> or <CODE>NoCache</CODE>
  +directives, hostnames' IP addresses are looked up and cached during
  +startup for later match test. This may take a few seconds (or more)
  +depending on the speed with which the hostname lookups occur.<P>
  +
  +<H2><A NAME="socks">Can I use the Apache proxy module with my SOCKS 
proxy?</A></H2>
  +
  +Yes. Just build Apache with the rule <CODE>SOCKS4=yes</CODE> in your
  +<EM>Configuration</EM> file, and follow the instructions there. SOCKS5
  +capability can be added in a similar way (there's no <CODE>SOCKS5</CODE>
  +rule yet), so use the <CODE>EXTRA_LDFLAGS</CODE> definition, or build Apache
  +normally and run it with the <EM>runsocks</EM> wrapper provided with SOCKS5,
  +if your OS supports dynamically linked libraries.<P>
  +
  +Some users have reported problems when using SOCKS version 4.2 on Solaris.
  +The problem was solved by upgrading to SOCKS 4.3.<P>
  +
  +Remember that you'll also have to grant access to your Apache proxy machine 
by
  +permitting connections on the appropriate ports in your SOCKS daemon's
  +configuration.<P>
  +
  +<H2><A NAME="intranet">What other functions are useful for an intranet proxy 
server?</A></H2>
  +
  +<P>An Apache proxy server situated in an intranet needs to forward external
  +requests through the company's firewall. However, when it has to access
  +resources within the intranet, it can bypass the firewall when accessing
  +hosts. The <A HREF="#noproxy">NoProxy</A> directive is useful for specifying
  +which hosts belong to the intranet and should be accessed directly.</P>
  +
  +<P>Users within an intranet tend to omit the local domain name from their
  +WWW requests, thus requesting "http://somehost/"; instead of
  +"http://somehost.my.dom.ain/";. Some commercial proxy servers let them get
  +away with this and simply serve the request, implying a configured
  +local domain. When the <A HREF="#proxydomain">ProxyDomain</A> directive
  +is used and the server is <A HREF="#proxyrequests">configured for
  +proxy service</A>, Apache can return a redirect response and send the client
  +to the correct, fully qualified, server address. This is the preferred method
  +since the user's bookmark files will then contain fully qualified hosts.</P>
  +
   <HR>
   
  -<H2><A NAME="proxyrequests">ProxyRequests</A></H2>
  +<H2><A NAME="proxyrequests">ProxyRequests</A> directive</H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -101,7 +211,7 @@
   
   <HR>
   
  -<H2><A NAME="proxyremote">ProxyRemote</A></H2>
  +<H2><A NAME="proxyremote">ProxyRemote</A> directive</H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -158,7 +268,7 @@
   
   <HR>
   
  -<H2><A NAME="proxypass">ProxyPass</A></H2>
  +<H2><A NAME="proxypass">ProxyPass</A> directive</H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -205,7 +315,7 @@
   
   <HR>
   
  -<H2><A NAME="proxypassreverse">ProxyPassReverse</A></H2>
  +<H2><A NAME="proxypassreverse">ProxyPassReverse</A> directive</H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -270,7 +380,7 @@
   
   <HR>
   
  -<H2><A NAME="allowconnect">AllowCONNECT</A></H2>
  +<H2><A NAME="allowconnect">AllowCONNECT</A> directive</H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -312,7 +422,7 @@
   
   <HR>
   
  -<H2><A NAME="proxyblock">ProxyBlock</A></H2>
  +<H2><A NAME="proxyblock">ProxyBlock</A> directive</H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -368,7 +478,7 @@
   
   <HR>
   
  -<H2><A NAME="proxyreceivebuffersize">ProxyReceiveBufferSize</A></H2>
  +<H2><A NAME="proxyreceivebuffersize">ProxyReceiveBufferSize</A> 
directive</H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -413,7 +523,7 @@
   
   <HR>
   
  -<H2><A NAME="noproxy">NoProxy</A></H2>
  +<H2><A NAME="noproxy">NoProxy</A> directive</H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -550,7 +660,7 @@
   
   <HR>
   
  -<H2><A NAME="proxydomain">ProxyDomain</A></H2>
  +<H2><A NAME="proxydomain">ProxyDomain</A> directive</H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -597,7 +707,7 @@
   
   <HR>
   
  -<H2><A NAME="proxyvia">ProxyVia</A></H2>
  +<H2><A NAME="proxyvia">ProxyVia</A> directive</H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -649,7 +759,7 @@
   
   <HR>
   
  -<H2><A NAME="cacheforcecompletion">CacheForceCompletion</A></H2>
  +<H2><A NAME="cacheforcecompletion">CacheForceCompletion</A> directive</H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -690,7 +800,7 @@
   
   <HR>
   
  -<H2><A NAME="cacheroot">CacheRoot</A></H2>
  +<H2><A NAME="cacheroot">CacheRoot</A> directive</H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -731,7 +841,7 @@
   
   <HR>
   
  -<H2><A NAME="cachesize">CacheSize</A></H2>
  +<H2><A NAME="cachesize">CacheSize</A> directive</H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -770,7 +880,7 @@
   
   <HR>
   
  -<H2><A NAME="cachegcinterval">CacheGcInterval</A></H2>
  +<H2><A NAME="cachegcinterval">CacheGcInterval</A> directive</H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -815,7 +925,7 @@
   
   <HR>
   
  -<H2><A NAME="cachemaxexpire">CacheMaxExpire</A></H2>
  +<H2><A NAME="cachemaxexpire">CacheMaxExpire</A> directive</H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -853,7 +963,7 @@
   
   <HR>
   
  -<H2><A NAME="cachelastmodifiedfactor">CacheLastModifiedFactor</A></H2>
  +<H2><A NAME="cachelastmodifiedfactor">CacheLastModifiedFactor</A> 
directive</H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -897,7 +1007,7 @@
   
   <HR>
   
  -<H2><A NAME="cachedirlevels">CacheDirLevels</A></H2>
  +<H2><A NAME="cachedirlevels">CacheDirLevels</A> directive</H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -933,7 +1043,7 @@
   
   <HR>
   
  -<H2><A NAME="cachedirlength">CacheDirLength</A></H2>
  +<H2><A NAME="cachedirlength">CacheDirLength</A> directive</H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -968,7 +1078,7 @@
   
   <HR>
   
  -<H2><A NAME="cachedefaultexpire">CacheDefaultExpire</A></H2>
  +<H2><A NAME="cachedefaultexpire">CacheDefaultExpire</A> directive</H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -1006,7 +1116,7 @@
   
   <HR>
   
  -<H2><A NAME="nocache">NoCache</A></H2>
  +<H2><A NAME="nocache">NoCache</A> directive</H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -1059,102 +1169,6 @@
   </PRE>
   
   disables caching completely.<P>
  -
  -<HR>
  -
  -<H2><A NAME="configs">Common configuration topics</A></H2>
  -
  -<UL>
  -<LI><A HREF="#access">Controlling access to your proxy</A>
  -<LI><A HREF="#shortname">Using Netscape hostname shortcuts</A>
  -<LI><A HREF="#mimetypes">Why doesn't file type <EM>xxx</EM> download via 
FTP?</A>
  -<LI><A HREF="#startup">Why does Apache start more slowly when using the
  -        proxy module?</A>
  -<LI><A HREF="#socks">Can I use the Apache proxy module with my SOCKS 
proxy?</A>
  -<LI><A HREF="#intranet">What other functions are useful for an intranet 
proxy server?</A>
  -</UL>
  -
  -<H2><A NAME="access">Controlling access to your proxy</A></H2>
  -
  -You can control who can access your proxy via the normal &lt;Directory&gt;
  -control block using the following example:<P>
  -
  -<PRE>
  -&lt;Directory proxy:*&gt;
  -Order Deny,Allow
  -Deny from [machines you'd like *not* to allow by IP address or name]
  -Allow from [machines you'd like to allow by IP address or name]
  -&lt;/Directory&gt;
  -</PRE><P>
  -
  -A &lt;Files&gt; block will also work, and is the only method known to work
  -for all possible URLs in Apache versions earlier than 1.2b10.<P>
  -
  -<H2><A NAME="shortname">Using Netscape hostname shortcuts</A></H2>
  -
  -There is an optional patch to the proxy module to allow Netscape-like
  -hostname shortcuts to be used. It's available from the
  -<A HREF="http://www.apache.org/dist/contrib/patches/1.2/netscapehost.patch";
  -><SAMP>contrib/patches/1.2</SAMP></A> directory on the Apache Web site.<P>
  -
  -<H2><A NAME="mimetypes">Why doesn't file type <EM>xxx</EM> download via 
FTP?</A></H2>
  -
  -You probably don't have that particular file type defined as
  -<EM>application/octet-stream</EM> in your proxy's mime.types configuration
  -file. A useful line can be<P>
  -
  -<PRE>
  -application/octet-stream        bin dms lha lzh exe class tgz taz
  -</PRE>
  -
  -<H2><A NAME="type">How can I force an FTP ASCII download of File 
<EM>xxx</EM>?</A></H2>
  -
  -In the rare situation where you must download a specific file using the FTP
  -<STRONG>ASCII</STRONG> transfer method (while the default transfer is in
  -<STRONG>binary</STRONG> mode), you can override mod_proxy's default by
  -suffixing the request with <SAMP>;type=a</SAMP> to force an ASCII 
transfer.<P>
  -
  -<H2><A NAME="startup">Why does Apache start more slowly when using the
  -        proxy module?</A></H2>
  -
  -If you're using the <CODE>ProxyBlock</CODE> or <CODE>NoCache</CODE>
  -directives, hostnames' IP addresses are looked up and cached during
  -startup for later match test. This may take a few seconds (or more)
  -depending on the speed with which the hostname lookups occur.<P>
  -
  -<H2><A NAME="socks">Can I use the Apache proxy module with my SOCKS 
proxy?</A></H2>
  -
  -Yes. Just build Apache with the rule <CODE>SOCKS4=yes</CODE> in your
  -<EM>Configuration</EM> file, and follow the instructions there. SOCKS5
  -capability can be added in a similar way (there's no <CODE>SOCKS5</CODE>
  -rule yet), so use the <CODE>EXTRA_LDFLAGS</CODE> definition, or build Apache
  -normally and run it with the <EM>runsocks</EM> wrapper provided with SOCKS5,
  -if your OS supports dynamically linked libraries.<P>
  -
  -Some users have reported problems when using SOCKS version 4.2 on Solaris.
  -The problem was solved by upgrading to SOCKS 4.3.<P>
  -
  -Remember that you'll also have to grant access to your Apache proxy machine 
by
  -permitting connections on the appropriate ports in your SOCKS daemon's
  -configuration.<P>
  -
  -<H2><A NAME="intranet">What other functions are useful for an intranet proxy 
server?</A></H2>
  -
  -<P>An Apache proxy server situated in an intranet needs to forward external
  -requests through the company's firewall. However, when it has to access
  -resources within the intranet, it can bypass the firewall when accessing
  -hosts. The <A HREF="#noproxy">NoProxy</A> directive is useful for specifying
  -which hosts belong to the intranet and should be accessed directly.</P>
  -
  -<P>Users within an intranet tend to omit the local domain name from their
  -WWW requests, thus requesting "http://somehost/"; instead of
  -"http://somehost.my.dom.ain/";. Some commercial proxy servers let them get
  -away with this and simply serve the request, implying a configured
  -local domain. When the <A HREF="#proxydomain">ProxyDomain</A> directive
  -is used and the server is <A HREF="#proxyrequests">configured for
  -proxy service</A>, Apache can return a redirect response and send the client
  -to the correct, fully qualified, server address. This is the preferred method
  -since the user's bookmark files will then contain fully qualified hosts.</P>
   
   <!--#include virtual="footer.html" -->
   </BODY>
  
  
  
  1.10      +28 -11    httpd-docs-2.0/htdocs/manual/mod/mod_setenvif.html
  
  Index: mod_setenvif.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-2.0/htdocs/manual/mod/mod_setenvif.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- mod_setenvif.html 2000/06/07 16:23:46     1.9
  +++ mod_setenvif.html 2000/09/27 18:36:46     1.10
  @@ -14,11 +14,31 @@
   <!--#include virtual="header.html" -->
     <H1 ALIGN="CENTER">Module mod_setenvif</H1>
     <P>
  -  This module is contained in the <SAMP>mod_setenvif.c</SAMP> file, and
  -  <STRONG>is</STRONG> compiled in by default. It provides for
  -  the ability to set environment variables based upon attributes of the
  -  request.
  +  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> Base
  +<BR>
  +<A
  +HREF="module-dict.html#SourceFile"
  +REL="Help"
  +><STRONG>Source File:</STRONG></A> mod_setenvif.c
  +<BR>
  +<A
  +HREF="module-dict.html#ModuleIdentifier"
  +REL="Help"
  +><STRONG>Module Identifier:</STRONG></A> setenvif_module
  +<BR>
  +<A
  +HREF="module-dict.html#Compatibility"
  +REL="Help"
  +><STRONG>Compatibility:</STRONG></A> Available in Apache 1.3 and later.
  +</P>
  +
     <H2>Summary</H2>
     <P>
     The <SAMP>mod_setenvif</SAMP> module allows you to set environment
  @@ -49,7 +69,7 @@
     </UL>
   
     <HR> <!-- the HR is part of the directive description -->
  -  <H2><A NAME="BrowserMatch">The <SAMP>BrowserMatch</SAMP> Directive</A></H2>
  +  <H2><A NAME="BrowserMatch">BrowserMatch directive</A></H2>
     <P>
     <A
      HREF="directive-dict.html#Syntax"
  @@ -148,8 +168,7 @@
   
     <HR> <!-- the HR is part of the directive description -->
     <H2>
  -   <A NAME="BrowserMatchNoCase">
  -    The <SAMP>BrowserMatchNoCase</SAMP> Directive
  +   <A NAME="BrowserMatchNoCase">BrowserMatchNoCase directive
      </A>
     </H2>
     <P>
  @@ -223,8 +242,7 @@
   
     <HR> <!-- the HR is part of the directive description -->
     <H2>
  -   <A NAME="SetEnvIf">
  -    The <SAMP>SetEnvIf</SAMP> Directive
  +   <A NAME="SetEnvIf">SetEnvIf directive
      </A>
     </H2>
     <P>
  @@ -335,8 +353,7 @@
   
     <HR> <!-- the HR is part of the directive description -->
     <H2>
  -   <A NAME="SetEnvIfNoCase">
  -    The <SAMP>SetEnvIfNoCase</SAMP> Directive
  +   <A NAME="SetEnvIfNoCase">SetEnvIfNoCase directive
      </A>
     </H2>
     <P>
  
  
  

Reply via email to