From: "William A. Rowe, Jr." <[EMAIL PROTECTED]>
Sent: Wednesday, September 12, 2001 9:22 PM


> From: "Ryan Bloom" <[EMAIL PROTECTED]>
> Sent: Wednesday, September 12, 2001 7:02 PM
> 
> 
> > Both.  Directories and locations are equivalent.  The only difference between
> > the two containers, is that one maps to a location on the file system, and the
> > other doesn't.
> 
> You are out of your mind

[sorry, wrong alt key]

... if you confuse <Location />  (the root of the web server's URI space) with
<Directory /> (the root of the filesystem.)

They are cousins, but they do entirely different things.  This has always been so.

Try in 1.3...

DocumentRoot /www/pages
<Directory /www/pages>
order allow,deny
allow from all
</Directory>
<Location />
order deny,allow
deny from all
</Location>

What do you observe?





Reply via email to