coar        97/06/04 04:07:59

  Modified:    htdocs/manual  bind.html cgi_path.html
                        content-negotiation.html  custom-error.html
                        dns-caveats.html env.html handler.html  host.html
                        index.html install.html install_1_1.html 
                        invoking.html keepalive.html location.html
                        man-template.html  multilogs.html
                        new_features_1_0.html new_features_1_1.html 
                        new_features_1_2.html process-model.html
                        stopping.html  suexec.html unixware.html
                        vhosts-in-depth.html  virtual-host.html
  Log:
        Changed colours from mnemonics to #rrggbb syntax, since some
        older browsers (e.g., Mozilla 1.1) don't know the names yet.
  
  Submitted by: Comments from Marc Slemko, Brian Behlendorf
  
  Revision  Changes    Path
  1.8       +8 -1      apache/htdocs/manual/bind.html
  
  Index: bind.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/bind.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -C3 -r1.7 -r1.8
  *** bind.html 1997/06/04 02:55:06     1.7
  --- bind.html 1997/06/04 11:07:47     1.8
  ***************
  *** 3,9 ****
    <title>Setting which addresses and ports Apache uses</title>
    </head>
    
  ! <BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
    <!--#include virtual="header.html" -->
    <h1 ALIGN="CENTER">Setting which addresses and ports Apache uses</h1>
    
  --- 3,16 ----
    <title>Setting which addresses and ports Apache uses</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">Setting which addresses and ports Apache uses</h1>
    
  
  
  
  1.4       +8 -1      apache/htdocs/manual/cgi_path.html
  
  Index: cgi_path.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/cgi_path.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** cgi_path.html     1997/06/04 02:55:08     1.3
  --- cgi_path.html     1997/06/04 11:07:47     1.4
  ***************
  *** 3,9 ****
    <title>PATH_INFO Changes in the CGI Environment</title>
    </head>
    
  ! <BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
    <!--#include virtual="header.html" -->
    <h1 ALIGN="CENTER">PATH_INFO Changes in the CGI Environment</h1>
    
  --- 3,16 ----
    <title>PATH_INFO Changes in the CGI Environment</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">PATH_INFO Changes in the CGI Environment</h1>
    
  
  
  
  1.10      +8 -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.9
  retrieving revision 1.10
  diff -C3 -r1.9 -r1.10
  *** content-negotiation.html  1997/06/04 02:55:09     1.9
  --- content-negotiation.html  1997/06/04 11:07:47     1.10
  ***************
  *** 4,10 ****
    <TITLE>Apache Content Negotiation</TITLE>
    </HEAD>
    
  ! <BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
    <!--#include virtual="header.html" -->
    <h1 ALIGN="CENTER">Content Negotiation</h1>
    
  --- 4,17 ----
    <TITLE>Apache Content Negotiation</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">Content Negotiation</h1>
    
  
  
  
  1.8       +8 -1      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.7
  retrieving revision 1.8
  diff -C3 -r1.7 -r1.8
  *** custom-error.html 1997/06/04 02:55:10     1.7
  --- custom-error.html 1997/06/04 11:07:47     1.8
  ***************
  *** 4,10 ****
    <TITLE>Custom error responses</TITLE>
    </HEAD>
    
  ! <BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
    <!--#include virtual="header.html" -->
    <H1 ALIGN="CENTER">Custom error responses</H1>
    
  --- 4,17 ----
    <TITLE>Custom error responses</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">Custom error responses</H1>
    
  
  
  
  1.5       +8 -1      apache/htdocs/manual/dns-caveats.html
  
  Index: dns-caveats.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/dns-caveats.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -C3 -r1.4 -r1.5
  *** dns-caveats.html  1997/06/04 02:55:11     1.4
  --- dns-caveats.html  1997/06/04 11:07:48     1.5
  ***************
  *** 3,9 ****
    <title>Issues Regarding DNS and Apache</title>
    </head>
    
  ! <BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
    <!--#include virtual="header.html" -->
    <h1 ALIGN="CENTER">Issues Regarding DNS and Apache</h1>
    
  --- 3,16 ----
    <title>Issues Regarding DNS and Apache</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">Issues Regarding DNS and Apache</h1>
    
  
  
  
  1.4       +8 -1      apache/htdocs/manual/env.html
  
  Index: env.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/env.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** env.html  1997/06/04 02:55:12     1.3
  --- env.html  1997/06/04 11:07:48     1.4
  ***************
  *** 4,10 ****
    <TITLE>Special Purpose Environment Variables</TITLE>
    </HEAD>
    
  ! <BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
    <!--#include virtual="header.html" -->
    <h1 ALIGN="CENTER">Special Purpose Environment Variables</h1>
    <P>Interoperability problems have led to the introduction of
  --- 4,17 ----
    <TITLE>Special Purpose Environment Variables</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">Special Purpose Environment Variables</h1>
    <P>Interoperability problems have led to the introduction of
  
  
  
  1.9       +8 -1      apache/htdocs/manual/handler.html
  
  Index: handler.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/handler.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -C3 -r1.8 -r1.9
  *** handler.html      1997/06/04 02:55:13     1.8
  --- handler.html      1997/06/04 11:07:48     1.9
  ***************
  *** 4,10 ****
    <TITLE>Apache's Handler Use</TITLE>
    </HEAD>
    
  ! <BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
    <!--#include virtual="header.html" -->
    <h1 ALIGN="CENTER">Apache's Handler Use</h1>
    
  --- 4,17 ----
    <TITLE>Apache's Handler Use</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">Apache's Handler Use</h1>
    
  
  
  
  1.9       +8 -1      apache/htdocs/manual/host.html
  
  Index: host.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/host.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -C3 -r1.8 -r1.9
  *** host.html 1997/06/04 02:55:16     1.8
  --- host.html 1997/06/04 11:07:48     1.9
  ***************
  *** 3,9 ****
    <title>Apache non-IP Virtual Hosts</title>
    </head>
    
  ! <BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
    <!--#include virtual="header.html" -->
    <h1 ALIGN="CENTER">Apache non-IP Virtual Hosts</h1>
    
  --- 3,16 ----
    <title>Apache non-IP Virtual Hosts</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">Apache non-IP Virtual Hosts</h1>
    
  
  
  
  1.14      +8 -1      apache/htdocs/manual/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/index.html,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -C3 -r1.13 -r1.14
  *** index.html        1997/06/04 02:55:18     1.13
  --- index.html        1997/06/04 11:07:48     1.14
  ***************
  *** 4,10 ****
    <TITLE>Apache documentation</TITLE>
    </HEAD>
    
  ! <BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
    <!--#include virtual="header.html" -->
    <h1 ALIGN="CENTER">Apache User's Guide</h1>
    
  --- 4,17 ----
    <TITLE>Apache documentation</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">Apache User's Guide</h1>
    
  
  
  
  1.9       +8 -1      apache/htdocs/manual/install.html
  
  Index: install.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/install.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -C3 -r1.8 -r1.9
  *** install.html      1997/06/04 02:55:19     1.8
  --- install.html      1997/06/04 11:07:49     1.9
  ***************
  *** 4,10 ****
    <TITLE>Compiling and Installing Apache</TITLE>
    </HEAD>
    
  ! <BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
    <!--#include virtual="header.html" -->
    
    <H1 ALIGN="CENTER">Compiling and Installing Apache 1.2</H1>
  --- 4,17 ----
    <TITLE>Compiling and Installing Apache</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">Compiling and Installing Apache 1.2</H1>
  
  
  
  1.6       +8 -1      apache/htdocs/manual/install_1_1.html
  
  Index: install_1_1.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/install_1_1.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -C3 -r1.5 -r1.6
  *** install_1_1.html  1997/06/04 02:55:20     1.5
  --- install_1_1.html  1997/06/04 11:07:49     1.6
  ***************
  *** 4,10 ****
    <TITLE>Compiling and Installing Apache</TITLE>
    </HEAD>
    
  ! <BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
    <!--#include virtual="header.html" -->
    <h1 ALIGN="CENTER">Compiling and Installing Apache</h1>
    <h2>Downloading Apache</h2>
  --- 4,17 ----
    <TITLE>Compiling and Installing Apache</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">Compiling and Installing Apache</h1>
    <h2>Downloading Apache</h2>
  
  
  
  1.11      +8 -1      apache/htdocs/manual/invoking.html
  
  Index: invoking.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/invoking.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -C3 -r1.10 -r1.11
  *** invoking.html     1997/06/04 02:55:20     1.10
  --- invoking.html     1997/06/04 11:07:49     1.11
  ***************
  *** 4,10 ****
    <TITLE>Starting Apache</TITLE>
    </HEAD>
    
  ! <BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
    <!--#include virtual="header.html" -->
    <h1 ALIGN="CENTER">Starting Apache</h1>
    
  --- 4,17 ----
    <TITLE>Starting Apache</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">Starting Apache</h1>
    
  
  
  
  1.7       +8 -1      apache/htdocs/manual/keepalive.html
  
  Index: keepalive.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/keepalive.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -C3 -r1.6 -r1.7
  *** keepalive.html    1997/06/04 02:55:20     1.6
  --- keepalive.html    1997/06/04 11:07:49     1.7
  ***************
  *** 3,9 ****
    <title>Apache Keep-Alive Support</title>
    </head>
    
  ! <BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
    <!--#include virtual="header.html" -->
    <h1 ALIGN="CENTER">Apache Keep-Alive Support</h1>
    
  --- 3,16 ----
    <title>Apache Keep-Alive Support</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">Apache Keep-Alive Support</h1>
    
  
  
  
  1.7       +8 -1      apache/htdocs/manual/location.html
  
  Index: location.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/location.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -C3 -r1.6 -r1.7
  *** location.html     1997/06/04 02:55:21     1.6
  --- location.html     1997/06/04 11:07:49     1.7
  ***************
  *** 4,10 ****
    <TITLE>Access Control by URL</TITLE>
    </HEAD>
    
  ! <BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
    <!--#include virtual="header.html" -->
    <H1 ALIGN="CENTER">Access Control by URL</H1>
    
  --- 4,17 ----
    <TITLE>Access Control by URL</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">Access Control by URL</H1>
    
  
  
  
  1.6       +8 -1      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.5
  retrieving revision 1.6
  diff -C3 -r1.5 -r1.6
  *** man-template.html 1997/06/04 02:55:21     1.5
  --- man-template.html 1997/06/04 11:07:50     1.6
  ***************
  *** 6,12 ****
    
    <!-- read and delete all blockquotes, and this comment -->
    
  ! <BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
    <!--#include virtual="header.html" -->
    <H1 ALIGN="CENTER">Module mod_foobar</h1>
    
  --- 6,19 ----
    
    <!-- read and delete all blockquotes, and this comment -->
    
  ! <!-- 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_foobar</h1>
    
  
  
  
  1.5       +8 -1      apache/htdocs/manual/multilogs.html
  
  Index: multilogs.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/multilogs.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -C3 -r1.4 -r1.5
  *** multilogs.html    1997/06/04 02:55:21     1.4
  --- multilogs.html    1997/06/04 11:07:50     1.5
  ***************
  *** 4,10 ****
    <TITLE>Apache Multiple Log Files</TITLE>
    </HEAD>
    
  ! <BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
    <!--#include virtual="header.html" -->
    <h1 ALIGN="CENTER">Multiple Log Files</h1>
    
  --- 4,17 ----
    <TITLE>Apache Multiple Log Files</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">Multiple Log Files</h1>
    
  
  
  
  1.6       +8 -1      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.5
  retrieving revision 1.6
  diff -C3 -r1.5 -r1.6
  *** new_features_1_0.html     1997/06/04 02:55:22     1.5
  --- new_features_1_0.html     1997/06/04 11:07:50     1.6
  ***************
  *** 4,10 ****
    <TITLE>Apache extra features</TITLE>
    </HEAD>
    
  ! <BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
    <!--#include virtual="header.html" -->
    <h1 ALIGN="CENTER">Overview of new features</h1>
    
  --- 4,17 ----
    <TITLE>Apache extra features</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">Overview of new features</h1>
    
  
  
  
  1.7       +8 -1      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.6
  retrieving revision 1.7
  diff -C3 -r1.6 -r1.7
  *** new_features_1_1.html     1997/06/04 02:55:23     1.6
  --- new_features_1_1.html     1997/06/04 11:07:50     1.7
  ***************
  *** 3,9 ****
    <title>New features with Apache 1.1</title>
    </head>
    
  ! <BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
    <!--#include virtual="header.html" -->
    <h1 ALIGN="CENTER">Overview of new features</h1>
    
  --- 3,16 ----
    <title>New features with Apache 1.1</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">Overview of new features</h1>
    
  
  
  
  1.29      +8 -1      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.28
  retrieving revision 1.29
  diff -C3 -r1.28 -r1.29
  *** new_features_1_2.html     1997/06/04 02:55:24     1.28
  --- new_features_1_2.html     1997/06/04 11:07:51     1.29
  ***************
  *** 3,9 ****
    <title>New features with Apache 1.2</title>
    </head>
    
  ! <BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
    <!--#include virtual="header.html" -->
    <h1 ALIGN="CENTER">Overview of new features</h1>
    
  --- 3,16 ----
    <title>New features with Apache 1.2</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">Overview of new features</h1>
    
  
  
  
  1.8       +8 -1      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.7
  retrieving revision 1.8
  diff -C3 -r1.7 -r1.8
  *** process-model.html        1997/06/04 02:55:25     1.7
  --- process-model.html        1997/06/04 11:07:51     1.8
  ***************
  *** 3,9 ****
    <TITLE>Server Pool Management</TITLE>
    </HEAD>
    
  ! <BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
    <!--#include virtual="header.html" -->
    <H1 ALIGN="CENTER">Server Pool Management</H1>
    
  --- 3,16 ----
    <TITLE>Server Pool Management</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">Server Pool Management</H1>
    
  
  
  
  1.8       +8 -1      apache/htdocs/manual/stopping.html
  
  Index: stopping.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/stopping.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -C3 -r1.7 -r1.8
  *** stopping.html     1997/06/04 02:55:25     1.7
  --- stopping.html     1997/06/04 11:07:51     1.8
  ***************
  *** 4,10 ****
    <TITLE>Stopping and Restarting Apache</TITLE>
    </HEAD>
    
  ! <BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
    <!--#include virtual="header.html" -->
    <h1 ALIGN="CENTER">Stopping and Restarting Apache</h1>
    
  --- 4,17 ----
    <TITLE>Stopping and Restarting Apache</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">Stopping and Restarting Apache</h1>
    
  
  
  
  1.10      +8 -1      apache/htdocs/manual/suexec.html
  
  Index: suexec.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/suexec.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -C3 -r1.9 -r1.10
  *** suexec.html       1997/06/04 02:55:26     1.9
  --- suexec.html       1997/06/04 11:07:51     1.10
  ***************
  *** 3,9 ****
    <title>Apache SetUserID Support</title>
    </head>
    
  ! <BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
    <!--#include virtual="header.html" -->
    <h1 ALIGN="CENTER">Apache suEXEC Support</h1>
    
  --- 3,16 ----
    <title>Apache SetUserID Support</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">Apache suEXEC Support</h1>
    
  
  
  
  1.5       +8 -1      apache/htdocs/manual/unixware.html
  
  Index: unixware.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/unixware.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -C3 -r1.4 -r1.5
  *** unixware.html     1997/06/04 02:55:26     1.4
  --- unixware.html     1997/06/04 11:07:52     1.5
  ***************
  *** 4,10 ****
    <TITLE>Compiling Apache under UnixWare</TITLE>
    </HEAD>
    
  ! <BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
    <!--#include virtual="header.html" -->
    
    <H1 ALIGN="CENTER">Compiling Apache under UnixWare</H1>
  --- 4,17 ----
    <TITLE>Compiling Apache under UnixWare</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">Compiling Apache under UnixWare</H1>
  
  
  
  1.9       +8 -1      apache/htdocs/manual/vhosts-in-depth.html
  
  Index: vhosts-in-depth.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/vhosts-in-depth.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -C3 -r1.8 -r1.9
  *** vhosts-in-depth.html      1997/06/04 02:55:27     1.8
  --- vhosts-in-depth.html      1997/06/04 11:07:52     1.9
  ***************
  *** 3,9 ****
    <title>An In-Depth Discussion of VirtualHost Matching</title>
    </head>
    
  ! <BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
    <!--#include virtual="header.html" -->
    <h1 ALIGN="CENTER">An In-Depth Discussion of VirtualHost Matching</h1>
    
  --- 3,16 ----
    <title>An In-Depth Discussion of VirtualHost Matching</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">An In-Depth Discussion of VirtualHost Matching</h1>
    
  
  
  
  1.12      +8 -1      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.11
  retrieving revision 1.12
  diff -C3 -r1.11 -r1.12
  *** virtual-host.html 1997/06/04 02:55:28     1.11
  --- virtual-host.html 1997/06/04 11:07:52     1.12
  ***************
  *** 4,10 ****
    <title>Apache Server Virtual Host Support</title>
    </head>
    
  ! <BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
    <!--#include virtual="header.html" -->
    <h1 ALIGN="CENTER">Virtual Host Support</h1>
    
  --- 4,17 ----
    <title>Apache Server Virtual Host Support</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">Virtual Host Support</h1>
    
  
  
  

Reply via email to