You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Brian Behlendorf <br...@hyperreal.com> on 1996/11/21 11:47:43 UTC

cvs commit: apache/htdocs/manual/mod index.html

brian       96/11/21 02:47:42

  Modified:    htdocs/manual  bind.html content-negotiation.html
                        custom-error.html  footer.html handler.html
                        host.html howto.html index.html  install.html
                        invoking.html keepalive.html location.html 
                        man-template.html new_features_1_0.html
                        new_features_1_1.html  new_features_1_2.html
                        process-model.html virtual-host.html
               htdocs/manual/mod  index.html
  Log:
  Another massive sweep, adding SSI header/footer combos.
  
  Revision  Changes    Path
  1.2       +2 -5      apache/htdocs/manual/bind.html
  
  Index: bind.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/bind.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -C3 -r1.1 -r1.2
  *** bind.html	1996/11/18 19:50:18	1.1
  --- bind.html	1996/11/21 10:47:07	1.2
  ***************
  *** 2,8 ****
    <title>Setting which addresses and ports Apache uses</title>
    </head><body>
    
  ! <img src="../images/apache_sub.gif" alt="">
    <h1>Setting which addresses and ports Apache uses</h1>
    
    <hr>
  --- 2,8 ----
    <title>Setting which addresses and ports Apache uses</title>
    </head><body>
    
  ! <!--#include virtual="header.html" -->
    <h1>Setting which addresses and ports Apache uses</h1>
    
    <hr>
  ***************
  *** 94,103 ****
    <a href="core.html#virtualhost">&lt;VirtualHost&gt; section</a>.
    </ul>
    
  ! <hr>
  ! <A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
  ! <A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
  ! 
    </BODY>
    </HTML>
    
  --- 94,100 ----
    <a href="core.html#virtualhost">&lt;VirtualHost&gt; section</a>.
    </ul>
    
  ! <!--#include virtual="footer.html" -->
    </BODY>
    </HTML>
    
  
  
  
  1.2       +3 -6      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.1
  retrieving revision 1.2
  diff -C3 -r1.1 -r1.2
  *** content-negotiation.html	1996/11/18 19:50:22	1.1
  --- content-negotiation.html	1996/11/21 10:47:08	1.2
  ***************
  *** 4,11 ****
    </head>
    
    <body>
  ! <IMG SRC="../images/apache_sub.gif" ALT="">
  ! <h3>Content Arbitration:  MultiViews and *.var files</h3>
    
    The HTTP standard allows clients (i.e., browsers like Mosaic or
    Netscape) to specify what data formats they are prepared to accept.
  --- 4,11 ----
    </head>
    
    <body>
  ! <!--#include virtual="header.html" -->
  ! <h1>Content Arbitration:  MultiViews and *.var files</h1>
    
    The HTTP standard allows clients (i.e., browsers like Mosaic or
    Netscape) to specify what data formats they are prepared to accept.
  ***************
  *** 209,216 ****
    for <code>foo.jpeg</code>, as opposed to <code>foo</code>, never gets
    <code>foo.gif</code>).
    
  ! <P><HR><P>
  ! <A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
  ! <A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
  ! 
    </body> </html>
  --- 209,213 ----
    for <code>foo.jpeg</code>, as opposed to <code>foo</code>, never gets
    <code>foo.gif</code>).
    
  ! <!--#include virtual="footer.html" -->
    </body> </html>
  
  
  
  1.2       +3 -4      apache/htdocs/manual/custom-error.html
  
  Index: custom-error.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/custom-error.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -C3 -r1.1 -r1.2
  *** custom-error.html	1996/11/18 19:50:23	1.1
  --- custom-error.html	1996/11/21 10:47:08	1.2
  ***************
  *** 4,11 ****
    </HEAD>
    
    <BODY>
  ! <IMG SRC="../images/apache_sub.gif" ALT="">
    <H1>Custom error responses</H1>
    <DL>
    <DT>Purpose
    <DD>Additional functionality. Allows webmasters to configure the response of
  --- 4,12 ----
    </HEAD>
    
    <BODY>
  ! <!--#include virtual="header.html" -->
    <H1>Custom error responses</H1>
  + 
    <DL>
    <DT>Purpose
    <DD>Additional functionality. Allows webmasters to configure the response of
  ***************
  *** 101,109 ****
    Logging: both the original URL and the URL being redirected to, will
    now be logged correctly in the access log.<p>
    </DL>
  - <P><HR>
    
  ! <A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
  ! <A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
    </BODY>
    </HTML>
  --- 102,108 ----
    Logging: both the original URL and the URL being redirected to, will
    now be logged correctly in the access log.<p>
    </DL>
    
  ! <!--#include virtual="footer.html" -->
    </BODY>
    </HTML>
  
  
  
  1.2       +2 -0      apache/htdocs/manual/footer.html
  
  Index: footer.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/footer.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -C3 -r1.1 -r1.2
  *** footer.html	1996/11/21 09:32:47	1.1
  --- footer.html	1996/11/21 10:47:09	1.2
  ***************
  *** 1 ****
  --- 1,3 ----
  + <HR>
  + 
    <A HREF="./"><IMG SRC="images/index.gif" ALT="Index"></A>
  
  
  
  1.2       +2 -6      apache/htdocs/manual/handler.html
  
  Index: handler.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/handler.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -C3 -r1.1 -r1.2
  *** handler.html	1996/11/18 19:50:25	1.1
  --- handler.html	1996/11/21 10:47:09	1.2
  ***************
  *** 5,11 ****
    </HEAD>
    
    <BODY>
  ! <IMG SRC="../images/apache_sub.gif" ALT="">
    <h1>Apache's Handler Use</h1>
    
    <h2>What is a Handler</h2>
  --- 5,11 ----
    </HEAD>
    
    <BODY>
  ! <!--#include virtual="header.html" -->
    <h1>Apache's Handler Use</h1>
    
    <h2>What is a Handler</h2>
  ***************
  *** 128,138 ****
    dash-seperated word, with no slashes, so as to not invade the media
    type namespace.</p>
    
  ! <hr>
  ! 
  ! <A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
  ! <A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
  ! 
    </BODY>
    </HTML>
    
  --- 128,134 ----
    dash-seperated word, with no slashes, so as to not invade the media
    type namespace.</p>
    
  ! <!--#include virtual="footer.html" -->
    </BODY>
    </HTML>
    
  
  
  
  1.2       +2 -5      apache/htdocs/manual/host.html
  
  Index: host.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/host.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -C3 -r1.1 -r1.2
  *** host.html	1996/11/18 19:50:26	1.1
  --- host.html	1996/11/21 10:47:10	1.2
  ***************
  *** 2,8 ****
    <title>Apache non-IP Virtual Hosts</title>
    </head><body>
    
  ! <img src="../images/apache_sub.gif" alt="">
    <h1>Apache non-IP Virtual Hosts</h1>
    
    <hr>
  --- 2,8 ----
    <title>Apache non-IP Virtual Hosts</title>
    </head><body>
    
  ! <!--#include virtual="header.html" -->
    <h1>Apache non-IP Virtual Hosts</h1>
    
    <hr>
  ***************
  *** 148,157 ****
    <code>http://www.apache.org/apache/</code>, and then access the
    pages.</p> 
    
  ! <hr>
  ! <A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
  ! <A HREF="../"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
  ! 
    </BODY>
    </HTML>
    
  --- 148,154 ----
    <code>http://www.apache.org/apache/</code>, and then access the
    pages.</p> 
    
  ! <!--#include virtual="footer.html" -->
    </BODY>
    </HTML>
    
  
  
  
  1.2       +3 -5      apache/htdocs/manual/howto.html
  
  Index: howto.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/howto.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -C3 -r1.1 -r1.2
  *** howto.html	1996/11/18 19:50:26	1.1
  --- howto.html	1996/11/21 10:47:10	1.2
  ***************
  *** 5,11 ****
    </HEAD>
    
    <BODY>
  ! <IMG SRC="../images/apache_sub.gif" ALT="">
    <H1>Apache HOWTO documentation</h1>
    
    How to:
  --- 5,11 ----
    </HEAD>
    
    <BODY>
  ! <!--#include virtual="header.html" -->
    <H1>Apache HOWTO documentation</h1>
    
    How to:
  ***************
  *** 117,126 ****
    Much better systems exist to both index your site and publicise its
    resources, e.g.
    <A HREF="http://web.nexor.co.uk/public/aliweb/aliweb.html">ALIWEB</A>, which
  ! uses site defined index files.<p><hr>
  ! 
  ! <A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
  ! <A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
    
    </BODY>
    </HTML>
  --- 117,124 ----
    Much better systems exist to both index your site and publicise its
    resources, e.g.
    <A HREF="http://web.nexor.co.uk/public/aliweb/aliweb.html">ALIWEB</A>, which
  ! uses site defined index files.<p>
    
  + <!--#include virtual="footer.html" -->
    </BODY>
    </HTML>
  
  
  
  1.2       +2 -4      apache/htdocs/manual/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/index.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -C3 -r1.1 -r1.2
  *** index.html	1996/11/18 19:50:28	1.1
  --- index.html	1996/11/21 10:47:11	1.2
  ***************
  *** 5,11 ****
    </HEAD>
    
    <BODY>
  ! <IMG SRC="../images/apache_sub.gif" ALT="">
    <h1>Apache 1.1 User's Guide</h1>
    
    <hr>
  --- 5,11 ----
    </HEAD>
    
    <BODY>
  ! <!--#include virtual="footer.html" -->
    <h1>Apache 1.1 User's Guide</h1>
    
    <hr>
  ***************
  *** 47,55 ****
    <!-- postscript</A> and a <a href="manual.tar.gz">LaTeX/Postscript tar -->
    <!-- file</a>.</p> -->
    
  ! <HR>
  ! 
  ! <A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
    </BODY>
    </HTML>
    
  --- 47,53 ----
    <!-- postscript</A> and a <a href="manual.tar.gz">LaTeX/Postscript tar -->
    <!-- file</a>.</p> -->
    
  ! <!--#include virtual="footer.html" -->
    </BODY>
    </HTML>
    
  
  
  
  1.2       +2 -9      apache/htdocs/manual/install.html
  
  Index: install.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/install.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -C3 -r1.1 -r1.2
  *** install.html	1996/11/18 19:50:29	1.1
  --- install.html	1996/11/21 10:47:11	1.2
  ***************
  *** 1,4 ****
  - <!--%hypertext -->
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <HTML>
    <HEAD>
  --- 1,3 ----
  ***************
  *** 6,13 ****
    </HEAD>
    
    <BODY>
  ! <!--/%hypertext -->
  ! 
    <h1>Compiling and Installing Apache</h1>
    <h2>Downloading Apache</h2>
    Information on the latest version of Apache can be found on the Apache
  --- 5,11 ----
    </HEAD>
    
    <BODY>
  ! <!--#include virtual="header.html" -->
    <h1>Compiling and Installing Apache</h1>
    <h2>Downloading Apache</h2>
    Information on the latest version of Apache can be found on the Apache
  ***************
  *** 99,109 ****
    <A HREF="core.html#resourceconfig">ResourceConfig</A> directives in
    <code>httpd.conf</code>.
    
  ! <!--%hypertext -->
  ! <hr>
  ! <A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
  ! <A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
  ! 
    </BODY>
    </HTML>
  - <!--/%hypertext -->
  --- 97,102 ----
    <A HREF="core.html#resourceconfig">ResourceConfig</A> directives in
    <code>httpd.conf</code>.
    
  ! <!--#include virtual="footer.html" -->
    </BODY>
    </HTML>
  
  
  
  1.2       +3 -9      apache/htdocs/manual/invoking.html
  
  Index: invoking.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/invoking.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -C3 -r1.1 -r1.2
  *** invoking.html	1996/11/18 19:50:29	1.1
  --- invoking.html	1996/11/21 10:47:12	1.2
  ***************
  *** 1,4 ****
  - <!--%hypertext -->
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <HTML>
    <HEAD>
  --- 1,3 ----
  ***************
  *** 6,14 ****
    </HEAD>
    
    <BODY>
  ! <!--/%hypertext -->
  ! 
    <h1>Starting Apache</h1>
    <h2>Invoking Apache</h2>
    The <code>httpd</code> program is either invoked by the Internet 
    daemon <code>inetd</code> each time a connection to the HTTP service is made,
  --- 5,13 ----
    </HEAD>
    
    <BODY>
  ! <!--#include virtual="header.html" -->
    <h1>Starting Apache</h1>
  + 
    <h2>Invoking Apache</h2>
    The <code>httpd</code> program is either invoked by the Internet 
    daemon <code>inetd</code> each time a connection to the HTTP service is made,
  ***************
  *** 98,108 ****
    transfer logs can be set for different <A HREF="core.html#virtualhost">virtual
    hosts</A>.
    
  ! <!--%hypertext -->
  ! <hr>
  ! <A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
  ! <A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
  ! 
    </BODY>
    </HTML>
  - <!--/%hypertext -->
  --- 97,102 ----
    transfer logs can be set for different <A HREF="core.html#virtualhost">virtual
    hosts</A>.
    
  ! <!--#include virtual="footer.html" -->
    </BODY>
    </HTML>
  
  
  
  1.2       +2 -5      apache/htdocs/manual/keepalive.html
  
  Index: keepalive.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/keepalive.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -C3 -r1.1 -r1.2
  *** keepalive.html	1996/11/18 19:50:30	1.1
  --- keepalive.html	1996/11/21 10:47:12	1.2
  ***************
  *** 2,8 ****
    <title>Apache Keep-Alive Support</title>
    </head><body>
    
  ! <img src="../images/apache_sub.gif" alt="">
    <h1>Apache Keep-Alive Support</h1>
    
    <hr>
  --- 2,8 ----
    <title>Apache Keep-Alive Support</title>
    </head><body>
    
  ! <!--#include virtual="header.html" -->
    <h1>Apache Keep-Alive Support</h1>
    
    <hr>
  ***************
  *** 61,70 ****
    the Keep-Alive protocol. While this should be completely transparent
    to the end user, it is something the webmaster may want to keep in mind.</p>
    
  ! <hr>
  ! <A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
  ! <A HREF="../"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
  ! 
    </BODY>
    </HTML>
    
  --- 61,67 ----
    the Keep-Alive protocol. While this should be completely transparent
    to the end user, it is something the webmaster may want to keep in mind.</p>
    
  ! <!--#include virtual="footer.html" -->
    </BODY>
    </HTML>
    
  
  
  
  1.2       +2 -6      apache/htdocs/manual/location.html
  
  Index: location.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/location.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -C3 -r1.1 -r1.2
  *** location.html	1996/11/18 19:50:32	1.1
  --- location.html	1996/11/21 10:47:13	1.2
  ***************
  *** 5,11 ****
    </HEAD>
    
    <BODY>
  ! <IMG SRC="../../images/apache_sub.gif" ALT="">
    <H1>Access Control by URL</H1>
    
    <h2><a name="location">The <code>&lt;Location&gt;</code> Directive</a></h2>
  --- 5,11 ----
    </HEAD>
    
    <BODY>
  ! <!--#include virtual="header.html" -->
    <H1>Access Control by URL</H1>
    
    <h2><a name="location">The <code>&lt;Location&gt;</code> Directive</a></h2>
  ***************
  *** 48,58 ****
        &lt;/Location&gt;
    </pre>
    
  ! <p><hr>
  ! 
  ! <A HREF="../../"><IMG SRC="../../images/apache_home.gif" ALT="Home"></A>
  ! <A HREF="./"><IMG SRC="../../images/apache_index.gif" ALT="Index"></A>
  ! 
    </BODY>
    </HTML>
    
  --- 48,54 ----
        &lt;/Location&gt;
    </pre>
    
  ! <!--#include virtual="footer.html" -->
    </BODY>
    </HTML>
    
  
  
  
  1.2       +3 -7      apache/htdocs/manual/man-template.html
  
  Index: man-template.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/man-template.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -C3 -r1.1 -r1.2
  *** man-template.html	1996/11/18 19:50:33	1.1
  --- man-template.html	1996/11/21 10:47:13	1.2
  ***************
  *** 7,14 ****
    <!-- read and delete all blockquotes, and this comment -->
    
    <BODY>
  ! <IMG SRC="../images/apache_sub.gif" ALT="">
  ! <H1>Apache module mod_foobar</h1>
    
    <blockquote><em>Add this file as a link in modules.html</em></blockquote>
    
  --- 7,14 ----
    <!-- read and delete all blockquotes, and this comment -->
    
    <BODY>
  ! <!--#include virtual="header.html" -->
  ! <H1>Module mod_foobar</h1>
    
    <blockquote><em>Add this file as a link in modules.html</em></blockquote>
    
  ***************
  *** 56,66 ****
    
    The ADirective directive does something.
    
  ! <p><hr>
  ! 
  ! <A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
  ! <A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
  ! 
    </BODY>
    </HTML>
    
  --- 56,62 ----
    
    The ADirective directive does something.
    
  ! <!--#include virtual="footer.html" -->
    </BODY>
    </HTML>
    
  
  
  
  1.2       +2 -7      apache/htdocs/manual/new_features_1_0.html
  
  Index: new_features_1_0.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/new_features_1_0.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -C3 -r1.1 -r1.2
  *** new_features_1_0.html	1996/11/18 19:51:03	1.1
  --- new_features_1_0.html	1996/11/21 10:47:14	1.2
  ***************
  *** 5,11 ****
    </HEAD>
    
    <BODY>
  ! <IMG SRC="../images/apache_sub.gif" ALT="">
    <h1>Overview of new features</h1>
    
    <H2>New Features with Apache 1.0</H2>
  --- 5,11 ----
    </HEAD>
    
    <BODY>
  ! <!--#include virtual="header.html" -->
    <h1>Overview of new features</h1>
    
    <H2>New Features with Apache 1.0</H2>
  ***************
  *** 111,123 ****
    <LI><A HREF="mod_asis.html"> &quot;Send as is&quot; file types</A>
    <li><A HREF="mod_include.html#xbithack">XBITHACK last modified</A>
    </ul>
  - <p><hr>
  - 
  - 
  - 
  - <A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
  - <A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
    
    </BODY>
    </HTML>
    
  --- 111,118 ----
    <LI><A HREF="mod_asis.html"> &quot;Send as is&quot; file types</A>
    <li><A HREF="mod_include.html#xbithack">XBITHACK last modified</A>
    </ul>
    
  + <!--#include virtual="footer.html" -->
    </BODY>
    </HTML>
    
  
  
  
  1.2       +2 -6      apache/htdocs/manual/new_features_1_1.html
  
  Index: new_features_1_1.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/new_features_1_1.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -C3 -r1.1 -r1.2
  *** new_features_1_1.html	1996/11/18 19:51:04	1.1
  --- new_features_1_1.html	1996/11/21 10:47:14	1.2
  ***************
  *** 2,8 ****
    <title>New features with Apache 1.1</title>
    </head><body>
    
  ! <img src="../images/apache_sub.gif" alt="">
    <h1>Overview of new features</h1>
    
    <h2>API Changes</h2>
  --- 2,8 ----
    <title>New features with Apache 1.1</title>
    </head><body>
    
  ! <!--#include virtual="header.html" -->
    <h1>Overview of new features</h1>
    
    <h2>API Changes</h2>
  ***************
  *** 198,208 ****
    
    <p>Apache now includes support for OS/2, thanks to <a href="http://www.slink.com/ApacheOS2/">Softlink Services.</a></p>
    
  ! <hr>
  ! 
  ! <A HREF="../"><img src="../images/apache_home.gif" ALT="Home"></A>
  ! <A HREF="/"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
  ! 
    </BODY>
    </HTML>
    
  --- 198,204 ----
    
    <p>Apache now includes support for OS/2, thanks to <a href="http://www.slink.com/ApacheOS2/">Softlink Services.</a></p>
    
  ! <!--#include virtual="footer.html" -->
    </BODY>
    </HTML>
    
  
  
  
  1.2       +2 -6      apache/htdocs/manual/new_features_1_2.html
  
  Index: new_features_1_2.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/new_features_1_2.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -C3 -r1.1 -r1.2
  *** new_features_1_2.html	1996/11/18 19:51:05	1.1
  --- new_features_1_2.html	1996/11/21 10:47:15	1.2
  ***************
  *** 2,8 ****
    <title>New features with Apache 1.2</title>
    </head><body>
    
  ! <img src="../images/apache_sub.gif" alt="">
    <h1>Overview of new features</h1>
    
    <h2>API Changes</h2>
  --- 2,8 ----
    <title>New features with Apache 1.2</title>
    </head><body>
    
  ! <!--#include virtual="header.html" -->
    <h1>Overview of new features</h1>
    
    <h2>API Changes</h2>
  ***************
  *** 152,162 ****
    
    </ul>
    
  ! <hr>
  ! 
  ! <A HREF="../../"><img src="../../images/apache_home.gif" ALT="Home"></A>
  ! <A HREF="../"><IMG SRC="../../images/apache_index.gif" ALT="Index"></A>
  ! 
    </BODY>
    </HTML>
    
  --- 152,158 ----
    
    </ul>
    
  ! <!--#include virtual="footer.html" -->
    </BODY>
    </HTML>
    
  
  
  
  1.4       +4 -3      apache/htdocs/manual/process-model.html
  
  Index: process-model.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/process-model.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** process-model.html	1996/11/21 09:11:35	1.3
  --- process-model.html	1996/11/21 10:47:15	1.4
  ***************
  *** 1,9 ****
    <HTML><HEAD>
  ! <TITLE>Server Pool Management with MinSpareServers and MaxSpareServers</TITLE>
    </HEAD><BODY>
    
  ! <IMG SRC="../images/apache_sub.gif" ALT="">
  ! <H3>Server Pool Management with MinSpareServers and MaxSpareServers</H3>
    
    <HR>
    <P>
  --- 1,9 ----
    <HTML><HEAD>
  ! <TITLE>Server Pool Management</TITLE>
    </HEAD><BODY>
    
  ! <!--#include virtual="header.html" -->
  ! <H1>Server Pool Management</H1>
    
    <HR>
    <P>
  ***************
  *** 45,50 ****
  --- 45,51 ----
    Apache uses
    </OL>
    
  + <!--#include virtual="footer.html" -->
    </body></html>
    
    
  
  
  
  1.4       +2 -5      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.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** virtual-host.html	1996/11/21 09:11:36	1.3
  --- virtual-host.html	1996/11/21 10:47:16	1.4
  ***************
  *** 5,11 ****
    </head>
    
    <body>
  ! <IMG SRC="../images/apache_sub.gif" ALT="">
    <h1>Virtual Host Support</h1>
    
    <strong>See Also:</strong>
  --- 5,11 ----
    </head>
    
    <body>
  ! <!--#include virtual="header.html" -->
    <h1>Virtual Host Support</h1>
    
    <strong>See Also:</strong>
  ***************
  *** 183,191 ****
    
    The latter will probably manifest itself in a later version of Apache.
    
  ! <P><HR>
  ! 
  ! <A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
  ! <A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
    </body></html>
    
  --- 183,188 ----
    
    The latter will probably manifest itself in a later version of Apache.
    
  ! <!--#include virtual="footer.html" -->
    </body></html>
    
  
  
  
  1.3       +1 -5      apache/htdocs/manual/mod/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/index.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -C3 -r1.2 -r1.3
  *** index.html	1996/11/21 10:30:36	1.2
  --- index.html	1996/11/21 10:47:40	1.3
  ***************
  *** 69,78 ****
    <dd>User home directories.
    </dl>
    
  ! <hr>
  ! 
  ! <A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
  ! <A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
  ! 
    </BODY>
    </HTML>
  --- 69,74 ----
    <dd>User home directories.
    </dl>
    
  ! <!--#include virtual="footer.html" -->
    </BODY>
    </HTML>