brian       96/12/11 17:10:01

  Modified:    htdocs/manual  content-negotiation.html host.html
                        invoking.html  keepalive.html location.html
                        virtual-host.html
               htdocs/manual/misc  API.html known_bugs.html
               htdocs/manual/mod  core.html mod_cern_meta.html
                        mod_imap.html
  Log:
  Reviewed by:  Brian Behlendorf
  Submitted by: Martin Kraemer
  
  More link surgery - I think this should be it.
  
  Revision  Changes    Path
  1.4       +1 -1      apache/htdocs/manual/content-negotiation.html
  
  Index: content-negotiation.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/content-negotiation.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** content-negotiation.html  1996/12/02 18:13:39     1.3
  --- content-negotiation.html  1996/12/12 01:09:38     1.4
  ***************
  *** 16,22 ****
    supported in the NCSA server, it is likely to assume a new importance
    in light of the emergence of HTML3 capable browsers. <p>
    
  ! The Apache module <A HREF="mod_negotiation.html">mod_negotiation</A> handles
    content negotiation in two different ways; special treatment for the
    pseudo-mime-type <code>application/x-type-map</code>, and the
    MultiViews per-directory Option (which can be set in srm.conf, or in
  --- 16,22 ----
    supported in the NCSA server, it is likely to assume a new importance
    in light of the emergence of HTML3 capable browsers. <p>
    
  ! The Apache module <A HREF="mod/mod_negotiation.html">mod_negotiation</A> 
handles
    content negotiation in two different ways; special treatment for the
    pseudo-mime-type <code>application/x-type-map</code>, and the
    MultiViews per-directory Option (which can be set in srm.conf, or in
  
  
  
  1.5       +1 -1      apache/htdocs/manual/host.html
  
  Index: host.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/host.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -C3 -r1.4 -r1.5
  *** host.html 1996/12/09 04:08:50     1.4
  --- host.html 1996/12/12 01:09:39     1.5
  ***************
  *** 108,114 ****
    private.foo.com</code> header.  It is important to note that this
    condition exists only if you only implement this policy at the IP
    layer - all security controls used by Apache (i.e., <A
  ! HREF="mod_access.html">allow, deny from,</A> etc.) are consistently
    respected.
    
    <h2>Compatibility with Older Browsers</h2>
  --- 108,114 ----
    private.foo.com</code> header.  It is important to note that this
    condition exists only if you only implement this policy at the IP
    layer - all security controls used by Apache (i.e., <A
  ! HREF="mod/mod_access.html">allow, deny from,</A> etc.) are consistently
    respected.
    
    <h2>Compatibility with Older Browsers</h2>
  
  
  
  1.6       +1 -1      apache/htdocs/manual/invoking.html
  
  Index: invoking.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/invoking.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -C3 -r1.5 -r1.6
  *** invoking.html     1996/12/02 18:13:41     1.5
  --- invoking.html     1996/12/12 01:09:39     1.6
  ***************
  *** 76,82 ****
    However, these conventions need not be adhered to.
    <p>
    The server also reads a file containing mime document types; the filename
  ! is set by the <A HREF="mod_mime.html#typesconfig">TypesConfig</A> directive,
    and is <code>conf/mime.types</code> by default.
    
    <h2>Log files</h2>
  --- 76,82 ----
    However, these conventions need not be adhered to.
    <p>
    The server also reads a file containing mime document types; the filename
  ! is set by the <A HREF="mod/mod_mime.html#typesconfig">TypesConfig</A> 
directive,
    and is <code>conf/mime.types</code> by default.
    
    <h2>Log files</h2>
  
  
  
  1.4       +1 -1      apache/htdocs/manual/keepalive.html
  
  Index: keepalive.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/keepalive.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** keepalive.html    1996/12/02 18:13:41     1.3
  --- keepalive.html    1996/12/12 01:09:40     1.4
  ***************
  *** 41,47 ****
    The number of seconds Apache will wait for a subsequent request before
    closing the connection. Once a request has been received, the timeout
    value specified by the <a
  ! href="../core.html#timeout"><code>Timeout</code></a> directive
    applies.
    
    <h2>When Keep-Alive Is Used</h2>
  --- 41,47 ----
    The number of seconds Apache will wait for a subsequent request before
    closing the connection. Once a request has been received, the timeout
    value specified by the <a
  ! href="mod/core.html#timeout"><code>Timeout</code></a> directive
    applies.
    
    <h2>When Keep-Alive Is Used</h2>
  
  
  
  1.4       +2 -2      apache/htdocs/manual/location.html
  
  Index: location.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/location.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** location.html     1996/12/02 18:13:41     1.3
  --- location.html     1996/12/12 01:09:40     1.4
  ***************
  *** 16,22 ****
    
    <p>The &lt;Location&gt; directive provides for access control by
    URL. It is comparable to the <a
  ! href="../core.html#directory">&lt;Directory&gt;</a> directive, and
    should be matched with a &lt;/Location&gt; directive. Directives that
    apply to the URL given should be listen
    within. <code>&lt;Location&gt;</code> sections are processed in the
  --- 16,22 ----
    
    <p>The &lt;Location&gt; directive provides for access control by
    URL. It is comparable to the <a
  ! href="mod/core.html#directory">&lt;Directory&gt;</a> directive, and
    should be matched with a &lt;/Location&gt; directive. Directives that
    apply to the URL given should be listen
    within. <code>&lt;Location&gt;</code> sections are processed in the
  ***************
  *** 33,39 ****
    sequences of characters.
    
    <p>This functionality is especially useful when combined with the
  ! <code><a href="../mod_mime.html#sethandler">SetHandler</a></code>
    directive. For example, to enable status requests, but allow them only
    from browsers at foo.com, you might use:
    
  --- 33,39 ----
    sequences of characters.
    
    <p>This functionality is especially useful when combined with the
  ! <code><a href="mod/mod_mime.html#sethandler">SetHandler</a></code>
    directive. For example, to enable status requests, but allow them only
    from browsers at foo.com, you might use:
    
  
  
  
  1.8       +3 -3      apache/htdocs/manual/virtual-host.html
  
  Index: virtual-host.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/virtual-host.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -C3 -r1.7 -r1.8
  *** virtual-host.html 1996/12/05 05:41:02     1.7
  --- virtual-host.html 1996/12/12 01:09:41     1.8
  ***************
  *** 61,67 ****
       as different values for: <A 
HREF="mod/core.html#servertype">ServerType</A>,
       <A HREF="mod/core.html#user">User</A>, 
       <A HREF="mod/core.html#group">Group</A>,
  !    <A HREF="mod_mime.html#typesconfig">TypesConfig</A> or
       <A HREF="mod/core.html#serverroot">ServerRoot</A>.
    <li>The machine does not process a very high request rate.
    </ul>
  --- 61,67 ----
       as different values for: <A 
HREF="mod/core.html#servertype">ServerType</A>,
       <A HREF="mod/core.html#user">User</A>, 
       <A HREF="mod/core.html#group">Group</A>,
  !    <A HREF="mod/mod_mime.html#typesconfig">TypesConfig</A> or
       <A HREF="mod/core.html#serverroot">ServerRoot</A>.
    <li>The machine does not process a very high request rate.
    </ul>
  ***************
  *** 89,95 ****
    <A HREF="mod/core.html#servername">ServerName</A>,
    <A HREF="mod/core.html#documentroot">DocumentRoot</A>,
    <A HREF="mod/core.html#errorlog">ErrorLog</A> and
  ! <A HREF="mod_log_common.html#transferlog">TransferLog</A> configuration
    directives to different values for each virtual host.
    e.g.
    <blockquote><code>
  --- 89,95 ----
    <A HREF="mod/core.html#servername">ServerName</A>,
    <A HREF="mod/core.html#documentroot">DocumentRoot</A>,
    <A HREF="mod/core.html#errorlog">ErrorLog</A> and
  ! <A HREF="mod/mod_log_common.html#transferlog">TransferLog</A> configuration
    directives to different values for each virtual host.
    e.g.
    <blockquote><code>
  ***************
  *** 125,131 ****
    <A HREF="mod/core.html#maxrequestsperchild">MaxRequestsPerChild</A>,
    <A HREF="mod/core.html#bindaddress">BindAddress</A>,
    <A HREF="mod/core.html#pidfile">PidFile</A>,
  ! <A HREF="mod_mime.html#typesconfig">TypesConfig</A>, and
    <A HREF="mod/core.html#serverroot">ServerRoot</A>.
    
    <P>
  --- 125,131 ----
    <A HREF="mod/core.html#maxrequestsperchild">MaxRequestsPerChild</A>,
    <A HREF="mod/core.html#bindaddress">BindAddress</A>,
    <A HREF="mod/core.html#pidfile">PidFile</A>,
  ! <A HREF="mod/mod_mime.html#typesconfig">TypesConfig</A>, and
    <A HREF="mod/core.html#serverroot">ServerRoot</A>.
    
    <P>
  
  
  
  1.3       +0 -1      apache/htdocs/manual/misc/API.html
  
  Index: API.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/misc/API.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -C3 -r1.2 -r1.3
  *** API.html  1996/11/21 09:55:46     1.2
  --- API.html  1996/12/12 01:09:50     1.3
  ***************
  *** 984,987 ****
    </pre>
    <!--#include virtual="footer.html" -->
    </body></html>
  - 
  --- 984,986 ----
  
  
  
  1.5       +1 -1      apache/htdocs/manual/misc/known_bugs.html
  
  Index: known_bugs.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/misc/known_bugs.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -C3 -r1.4 -r1.5
  *** known_bugs.html   1996/12/10 20:39:46     1.4
  --- known_bugs.html   1996/12/12 01:09:51     1.5
  ***************
  *** 52,58 ****
    
    <OL>
        <LI>mod_auth_msql misbehaviors.  Grab a newer version from 
  !     <A HREF="../dist/contrib/modules/">the modules distribution
        directory</A>. -fixed in 1.1
    
        <LI>Hanging on Netscape 2.0-3.0b4 on MSWindows (3.1 and 95) - 
  --- 52,58 ----
    
    <OL>
        <LI>mod_auth_msql misbehaviors.  Grab a newer version from 
  !     <A HREF="http://www.apache.org/dist/contrib/modules/";>the modules 
distribution
        directory</A>. -fixed in 1.1
    
        <LI>Hanging on Netscape 2.0-3.0b4 on MSWindows (3.1 and 95) - 
  
  
  
  1.21      +1 -1      apache/htdocs/manual/mod/core.html
  
  Index: core.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/core.html,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -C3 -r1.20 -r1.21
  *** core.html 1996/12/10 01:19:35     1.20
  --- core.html 1996/12/12 01:09:57     1.21
  ***************
  *** 541,547 ****
    The number of seconds Apache will wait for a subsequent request before
    closing the connection. Once a request has been received, the timeout
    value specified by the <a
  ! href="../core.html#timeout"><code>Timeout</code></a> directive
    applies.
    <hr>
    
  --- 541,547 ----
    The number of seconds Apache will wait for a subsequent request before
    closing the connection. Once a request has been received, the timeout
    value specified by the <a
  ! href="#timeout"><code>Timeout</code></a> directive
    applies.
    <hr>
    
  
  
  
  1.3       +1 -1      apache/htdocs/manual/mod/mod_cern_meta.html
  
  Index: mod_cern_meta.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_cern_meta.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -C3 -r1.2 -r1.3
  *** mod_cern_meta.html        1996/11/21 10:30:42     1.2
  --- mod_cern_meta.html        1996/12/12 01:09:58     1.3
  ***************
  *** 24,30 ****
    who can exploit this module. 
    
    <p>More information on the
  ! <a 
href="http://www.w3.org/hypertext/WWW/Daemon/User/Config/General.html#MetaDir
    ">CERN metafile semantics</a> is available.
    
    <h2>Directives</h2>
  --- 24,30 ----
    who can exploit this module. 
    
    <p>More information on the
  ! <a href="http://www.w3.org/pub/WWW/Daemon/User/Config/General.html#MetaDir
    ">CERN metafile semantics</a> is available.
    
    <h2>Directives</h2>
  
  
  
  1.4       +7 -10     apache/htdocs/manual/mod/mod_imap.html
  
  Index: mod_imap.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_imap.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** mod_imap.html     1996/12/02 18:14:06     1.3
  --- mod_imap.html     1996/12/12 01:09:58     1.4
  ***************
  *** 8,23 ****
    <!--#include virtual="header.html" -->
    <h1>Module mod_imap</h1>
    
  ! This module is contained in the <code>mod_imap.c</code> file, and
  ! is compiled in by default. It provides for <code>.map</code> files,
  ! replacing the functionality of the <code>imagemap</code> CGI program. Any
  ! directory or document type configured to use the handler 
<code>imap-file</code>
  ! (using either <code><A
  ! HREF="http://www.apache.org/docs/mod_mime.html#addhandler";>AddHandler</A>
  ! </code> or <code><A
  ! 
HREF="http://www.apache.org/docs/mod_mime.html#sethandler";>SetHandler</A></code>)
  ! 
  ! will be
    processed by this module.
    
    <h2>Summary</h2>
  --- 8,20 ----
    <!--#include virtual="header.html" -->
    <h1>Module mod_imap</h1>
    
  ! This module is contained in the <code>mod_imap.c</code> file, and is
  ! compiled in by default. It provides for <code>.map</code> files,
  ! replacing the functionality of the <code>imagemap</code> CGI
  ! program. Any directory or document type configured to use the handler
  ! <code>imap-file</code> (using either <code><A
  ! HREF="mod_mime.html#addhandler">AddHandler</A> </code> or <code><A
  ! HREF="mod_mime.html#sethandler">SetHandler</A></code>) will be
    processed by this module.
    
    <h2>Summary</h2>
  
  
  

Reply via email to