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/17 17:37:19 UTC

cvs commit: httpd-2.0/docs/conf httpd-nw.conf httpd-std.conf httpd-win.conf

wrowe       01/10/17 08:37:19

  Modified:    docs/conf httpd-nw.conf httpd-std.conf httpd-win.conf
  Log:
    Whoops ... invalid <Directory /> blocks for the new 'manual' tree location
  
  Revision  Changes    Path
  1.4       +1 -1      httpd-2.0/docs/conf/httpd-nw.conf
  
  Index: httpd-nw.conf
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-nw.conf,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- httpd-nw.conf	2001/10/15 15:29:02	1.3
  +++ httpd-nw.conf	2001/10/17 15:37:19	1.4
  @@ -431,7 +431,7 @@
   #
   Alias /manual "@@ServerRoot@@/manual"
   
  -<Directory "@@ServerRoot@@/manual/">
  +<Directory "@@ServerRoot@@/manual">
       Options Indexes FollowSymLinks MultiViews
       AllowOverride None
       Order allow,deny
  
  
  
  1.60      +1 -1      httpd-2.0/docs/conf/httpd-std.conf
  
  Index: httpd-std.conf
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-std.conf,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- httpd-std.conf	2001/10/16 04:02:28	1.59
  +++ httpd-std.conf	2001/10/17 15:37:19	1.60
  @@ -494,7 +494,7 @@
   #
   Alias /manual "@@ServerRoot@@/manual"
   
  -<Directory "@@ServerRoot@@/manual/">
  +<Directory "@@ServerRoot@@/manual">
       Options Indexes FollowSymLinks MultiViews
       AllowOverride None
       Order allow,deny
  
  
  
  1.46      +1 -1      httpd-2.0/docs/conf/httpd-win.conf
  
  Index: httpd-win.conf
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-win.conf,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- httpd-win.conf	2001/10/15 15:29:03	1.45
  +++ httpd-win.conf	2001/10/17 15:37:19	1.46
  @@ -425,7 +425,7 @@
   #
   Alias /manual "@@ServerRoot@@/manual"
   
  -<Directory "@@ServerRoot@@/manual/">
  +<Directory "@@ServerRoot@@/manual">
       Options Indexes FollowSymLinks MultiViews
       AllowOverride None
       Order allow,deny
  
  
  

Re: cvs commit: httpd-2.0/docs/conf httpd-nw.conf httpd-std.conf httpd-win.conf

Posted by "William A. Rowe, Jr." <wr...@covalent.net>.
From: "Joshua Slive" <jo...@slive.ca>
Sent: Wednesday, October 17, 2001 11:05 AM


> > From: wrowe@apache.org [mailto:wrowe@apache.org]
> >
> > wrowe       01/10/17 08:37:19
> >
> >   Modified:    docs/conf httpd-nw.conf httpd-std.conf httpd-win.conf
> >   Log:
> >     Whoops ... invalid <Directory /> blocks for the new 'manual'
> > tree location
> 
> I don't understand.  Shouldn't it work either with or without the trailing
> slash?

Good question - I'll research.


RE: cvs commit: httpd-2.0/docs/conf httpd-nw.conf httpd-std.conf httpd-win.conf

Posted by Joshua Slive <jo...@slive.ca>.

> -----Original Message-----
> From: wrowe@apache.org [mailto:wrowe@apache.org]
>
> wrowe       01/10/17 08:37:19
>
>   Modified:    docs/conf httpd-nw.conf httpd-std.conf httpd-win.conf
>   Log:
>     Whoops ... invalid <Directory /> blocks for the new 'manual'
> tree location

I don't understand.  Shouldn't it work either with or without the trailing
slash?

Joshua.