martin      99/07/01 23:56:09

  Modified:    htdocs/manual/mod mod_vhost_alias.html
  Log:
  This module has only been added to the distribution in 1.3.7-dev, so
  update the compatibility version number.
  
  Revision  Changes    Path
  1.4       +6 -6      apache-1.3/htdocs/manual/mod/mod_vhost_alias.html
  
  Index: mod_vhost_alias.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_vhost_alias.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- mod_vhost_alias.html      1999/06/29 08:27:05     1.3
  +++ mod_vhost_alias.html      1999/07/02 06:56:09     1.4
  @@ -26,7 +26,7 @@
   and is not compiled in by default. It should be mentioned near the
   start of the <CODE>Configuration</CODE> file so that it doesn't
   override the behaviour of other modules that do filename translation,
  -e.g. <A HREF="mod_userdir.html"><CODE>mod_userdir</CODE></A> and
  +<EM>e.g.</EM>, <A HREF="mod_userdir.html"><CODE>mod_userdir</CODE></A> and
   <A HREF="mod_alias.html"><CODE>mod_alias</CODE></A>. It provides
   support for <A HREF="../vhosts/mass.html">dynamically configured mass
   virtual hosting</A>.
  @@ -107,7 +107,7 @@
   A request for <CODE>http://www.example.isp.com/directory/file.html</CODE>
   will be satisfied by the file
   <CODE>/usr/local/apache/isp.com/e/x/a/example/directory/file.html</CODE>.
  -A more even spread of files can be acheived by hashing from the end of
  +A more even spread of files can be achieved by hashing from the end of
   the name, for example:
   <PRE>
        VirtualDocumentRoot     
/usr/local/apache/vhosts/%3+/%2.-1/%2.-2/%2.-3/%2
  @@ -181,7 +181,7 @@
   <A
    HREF="directive-dict.html#Compatibility"
    REL="Help"
  -><STRONG>Compatibility:</STRONG></A> VirtualDocumentRoot is only available 
in 1.3.5 and later.</P>
  +><STRONG>Compatibility:</STRONG></A> VirtualDocumentRoot is only available 
in 1.3.7 and later.</P>
   <P>
   The <CODE>VirtualDocumentRoot</CODE> directive allows you to determine
   where Apache will find your documents based on the value of the server
  @@ -220,7 +220,7 @@
   <A
    HREF="directive-dict.html#Compatibility"
    REL="Help"
  -><STRONG>Compatibility:</STRONG></A> VirtualDocumentRootIP is only available 
in 1.3.5 and later.</P>
  +><STRONG>Compatibility:</STRONG></A> VirtualDocumentRootIP is only available 
in 1.3.7 and later.</P>
   <P>
   The <CODE>VirtualDocumentRootIP</CODE> directive is like the
   <A HREF="#VirtualDocumentRoot"><CODE>VirtualDocumentRoot</CODE></A> 
directive,
  @@ -254,7 +254,7 @@
   <A
    HREF="directive-dict.html#Compatibility"
    REL="Help"
  -><STRONG>Compatibility:</STRONG></A> VirtualScriptAlias is only available in 
1.3.5 and later.</P>
  +><STRONG>Compatibility:</STRONG></A> VirtualScriptAlias is only available in 
1.3.7 and later.</P>
   <P>
   The <CODE>VirtualScriptAlias</CODE> directive allows you to determine
   where Apache will find CGI scripts in a similar manner to
  @@ -291,7 +291,7 @@
   <A
    HREF="directive-dict.html#Compatibility"
    REL="Help"
  -><STRONG>Compatibility:</STRONG></A> VirtualScriptAliasIP is only available 
in 1.3.5 and later.</P>
  +><STRONG>Compatibility:</STRONG></A> VirtualScriptAliasIP is only available 
in 1.3.7 and later.</P>
   <P>
   The <CODE>VirtualScriptAliasIP</CODE> directibe is like the
   <A HREF="#VirtualScriptAlias"><CODE>VirtualScriptAlias</CODE></A> directive,
  
  
  

Reply via email to