You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2001/10/06 05:40:04 UTC

cvs commit: apache-1.3/conf httpd.conf-dist httpd.conf-dist-nw httpd.conf-dist-win

wrowe       01/10/05 20:40:04

  Modified:    conf     httpd.conf-dist httpd.conf-dist-nw
                        httpd.conf-dist-win
  Log:
    Right this change to conform to my minimal interpretation of Ken Coar's
    veto over creating /manual/ under ServerRoot.  It's possible he also
    ment to veto the Alias, I'm not clear.  If that's the case, these alias
    sections can be removed entirely.  I personally believe they are goodness.
  
  Revision  Changes    Path
  1.77      +5 -5      apache-1.3/conf/httpd.conf-dist
  
  Index: httpd.conf-dist
  ===================================================================
  RCS file: /home/cvs/apache-1.3/conf/httpd.conf-dist,v
  retrieving revision 1.76
  retrieving revision 1.77
  diff -u -r1.76 -r1.77
  --- httpd.conf-dist	2001/09/06 18:25:28	1.76
  +++ httpd.conf-dist	2001/10/06 03:40:04	1.77
  @@ -545,13 +545,13 @@
           Allow from all
       </Directory>
   
  -    # This Alias will project the on-line documentation tree into your
  -    # logical DocumentRoot. Comment it if you don't want to provide access
  -    # to the on-line docu for some reason.
  +    # This Alias will project the on-line documentation tree under /manual/
  +    # even if you change the DocumentRoot. Comment it if you don't want to 
  +    # provide access to the on-line documentation.
       #
  -    Alias /manual/ "@@ServerRoot@@/manual/"
  +    Alias /manual/ "@@ServerRoot@@/htdocs/manual/"
   
  -    <Directory "@@ServerRoot@@/manual">
  +    <Directory "@@ServerRoot@@/htdocs/manual">
           Options Indexes FollowSymlinks MultiViews
           AllowOverride None
           Order allow,deny
  
  
  
  1.17      +5 -5      apache-1.3/conf/httpd.conf-dist-nw
  
  Index: httpd.conf-dist-nw
  ===================================================================
  RCS file: /home/cvs/apache-1.3/conf/httpd.conf-dist-nw,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- httpd.conf-dist-nw	2001/09/06 18:25:28	1.16
  +++ httpd.conf-dist-nw	2001/10/06 03:40:04	1.17
  @@ -480,13 +480,13 @@
           Allow from all
       </Directory>
   
  -    # This Alias will project the on-line documentation tree into your
  -    # logical DocumentRoot. Comment it if you don't want to provide access
  -    # to the on-line docu for some reason.
  +    # This Alias will project the on-line documentation tree under /manual/
  +    # even if you change the DocumentRoot. Comment it if you don't want to 
  +    # provide access to the on-line documentation.
       #
  -    Alias /manual/ "sys:/apache/manual/"
  +    Alias /manual/ "sys:/apache/htdocs/manual/"
   
  -    <Directory "sys:/apache/manual">
  +    <Directory "sys:/apache/htdocs/manual">
           Options Indexes FollowSymlinks MultiViews
           AllowOverride None
           Order allow,deny
  
  
  
  1.62      +5 -5      apache-1.3/conf/httpd.conf-dist-win
  
  Index: httpd.conf-dist-win
  ===================================================================
  RCS file: /home/cvs/apache-1.3/conf/httpd.conf-dist-win,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- httpd.conf-dist-win	2001/10/04 07:20:44	1.61
  +++ httpd.conf-dist-win	2001/10/06 03:40:04	1.62
  @@ -586,13 +586,13 @@
           Allow from all
       </Directory>
   
  -    # This Alias will project the on-line documentation tree into your
  -    # logical DocumentRoot. Comment it if you don't want to provide access
  -    # to the on-line docu for some reason.
  +    # This Alias will project the on-line documentation tree under /manual/
  +    # even if you change the DocumentRoot. Comment it if you don't want to 
  +    # provide access to the on-line documentation.
       #
  -    Alias /manual/ "@@ServerRoot@@/manual/"
  +    Alias /manual/ "@@ServerRoot@@/htdocs/manual/"
   
  -    <Directory "@@ServerRoot@@/manual">
  +    <Directory "@@ServerRoot@@/htdocs/manual">
           Options Indexes FollowSymlinks MultiViews
           AllowOverride None
           Order allow,deny