You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by "Ralf S. Engelschall" <rs...@apache.org> on 1998/08/19 08:17:01 UTC

cvs commit: apache-1.3/htdocs/manual/vhosts details_1_2.html vhosts-in-depth.html

rse         98/08/18 23:17:00

  Modified:    htdocs/manual/vhosts details_1_2.html vhosts-in-depth.html
  Log:
  Fix hyperlinks in vhost/ area.
  Thanks to Jean-Philippe BAUDOUIN <ba...@cyberaccess.fr> for hints.
  
  Revision  Changes    Path
  1.5       +14 -14    apache-1.3/htdocs/manual/vhosts/details_1_2.html
  
  Index: details_1_2.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/vhosts/details_1_2.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- details_1_2.html	1998/05/20 14:22:46	1.4
  +++ details_1_2.html	1998/08/19 06:16:56	1.5
  @@ -29,23 +29,23 @@
   outside of <CODE>VirtualHost</CODE> sections.  There are virtual servers,
   called <EM>vhosts</EM>, which are defined by
   <A
  - HREF="mod/core.html#virtualhost"
  + HREF="../mod/core.html#virtualhost"
   ><SAMP>VirtualHost</SAMP></A>
   sections.
   
   <P>The directives
   <A
  - HREF="mod/core.html#port"
  + HREF="../mod/core.html#port"
   ><SAMP>Port</SAMP></A>,
   <A
  - HREF="mod/core.html#servername"
  + HREF="../mod/core.html#servername"
   ><SAMP>ServerName</SAMP></A>,
   <A
  - HREF="mod/core.html#serverpath"
  + HREF="../mod/core.html#serverpath"
   ><SAMP>ServerPath</SAMP></A>,
   and
   <A
  - HREF="mod/core.html#serveralias"
  + HREF="../mod/core.html#serveralias"
   ><SAMP>ServerAlias</SAMP></A>
   can appear anywhere within the definition of
   a server.  However, each appearance overrides the previous appearance
  @@ -57,7 +57,7 @@
   
   <P>In the absence of any
   <A
  - HREF="mod/core.html#listen"
  + HREF="../mod/core.html#listen"
   ><SAMP>Listen</SAMP></A>
   directives, the (final if there
   are multiple) <CODE>Port</CODE> directive in the main_server indicates
  @@ -114,29 +114,29 @@
   <OL>
   <LI>If a vhost has no
       <A
  -     HREF="mod/core.html#serveradmin"
  +     HREF="../mod/core.html#serveradmin"
       ><CODE>ServerAdmin</CODE></A>,
       <A
  -     HREF="mod/core.html#resourceconfig"
  +     HREF="../mod/core.html#resourceconfig"
       ><CODE>ResourceConfig</CODE></A>,
       <A
  -     HREF="mod/core.html#accessconfig"
  +     HREF="../mod/core.html#accessconfig"
       ><CODE>AccessConfig</CODE></A>,
       <A
  -     HREF="mod/core.html#timeout"
  +     HREF="../mod/core.html#timeout"
       ><CODE>Timeout</CODE></A>,
       <A
  -     HREF="mod/core.html#keepalivetimeout"
  +     HREF="../mod/core.html#keepalivetimeout"
       ><CODE>KeepAliveTimeout</CODE></A>,
       <A
  -     HREF="mod/core.html#keepalive"
  +     HREF="../mod/core.html#keepalive"
       ><CODE>KeepAlive</CODE></A>,
       <A
  -     HREF="mod/core.html#maxkeepaliverequests"
  +     HREF="../mod/core.html#maxkeepaliverequests"
       ><CODE>MaxKeepAliveRequests</CODE></A>,
       or
       <A
  -     HREF="mod/core.html#sendbuffersize"
  +     HREF="../mod/core.html#sendbuffersize"
       ><CODE>SendBufferSize</CODE></A>
       directive then the respective value is
       inherited from the main_server.  (That is, inherited from whatever
  
  
  
  1.5       +14 -14    apache-1.3/htdocs/manual/vhosts/vhosts-in-depth.html
  
  Index: vhosts-in-depth.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/vhosts/vhosts-in-depth.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- vhosts-in-depth.html	1998/05/20 14:22:47	1.4
  +++ vhosts-in-depth.html	1998/08/19 06:16:58	1.5
  @@ -29,23 +29,23 @@
   outside of <CODE>VirtualHost</CODE> sections.  There are virtual servers,
   called <EM>vhosts</EM>, which are defined by
   <A
  - HREF="mod/core.html#virtualhost"
  + HREF="../mod/core.html#virtualhost"
   ><SAMP>VirtualHost</SAMP></A>
   sections.
   
   <P>The directives
   <A
  - HREF="mod/core.html#port"
  + HREF="../mod/core.html#port"
   ><SAMP>Port</SAMP></A>,
   <A
  - HREF="mod/core.html#servername"
  + HREF="../mod/core.html#servername"
   ><SAMP>ServerName</SAMP></A>,
   <A
  - HREF="mod/core.html#serverpath"
  + HREF="../mod/core.html#serverpath"
   ><SAMP>ServerPath</SAMP></A>,
   and
   <A
  - HREF="mod/core.html#serveralias"
  + HREF="../mod/core.html#serveralias"
   ><SAMP>ServerAlias</SAMP></A>
   can appear anywhere within the definition of
   a server.  However, each appearance overrides the previous appearance
  @@ -57,7 +57,7 @@
   
   <P>In the absence of any
   <A
  - HREF="mod/core.html#listen"
  + HREF="../mod/core.html#listen"
   ><SAMP>Listen</SAMP></A>
   directives, the (final if there
   are multiple) <CODE>Port</CODE> directive in the main_server indicates
  @@ -114,29 +114,29 @@
   <OL>
   <LI>If a vhost has no
       <A
  -     HREF="mod/core.html#serveradmin"
  +     HREF="../mod/core.html#serveradmin"
       ><CODE>ServerAdmin</CODE></A>,
       <A
  -     HREF="mod/core.html#resourceconfig"
  +     HREF="../mod/core.html#resourceconfig"
       ><CODE>ResourceConfig</CODE></A>,
       <A
  -     HREF="mod/core.html#accessconfig"
  +     HREF="../mod/core.html#accessconfig"
       ><CODE>AccessConfig</CODE></A>,
       <A
  -     HREF="mod/core.html#timeout"
  +     HREF="../mod/core.html#timeout"
       ><CODE>Timeout</CODE></A>,
       <A
  -     HREF="mod/core.html#keepalivetimeout"
  +     HREF="../mod/core.html#keepalivetimeout"
       ><CODE>KeepAliveTimeout</CODE></A>,
       <A
  -     HREF="mod/core.html#keepalive"
  +     HREF="../mod/core.html#keepalive"
       ><CODE>KeepAlive</CODE></A>,
       <A
  -     HREF="mod/core.html#maxkeepaliverequests"
  +     HREF="../mod/core.html#maxkeepaliverequests"
       ><CODE>MaxKeepAliveRequests</CODE></A>,
       or
       <A
  -     HREF="mod/core.html#sendbuffersize"
  +     HREF="../mod/core.html#sendbuffersize"
       ><CODE>SendBufferSize</CODE></A>
       directive then the respective value is
       inherited from the main_server.  (That is, inherited from whatever