You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Joshua Slive <jo...@slive.ca> on 2003/11/17 20:06:23 UTC

Re: [users@httpd] a trivial question

On Mon, 17 Nov 2003 Shen.Yang@ny.frb.org wrote:
> <Directory />
>          Options FollowSymlinks
>          AllowOverwrite None
> </Directory>
>
> Is the forward slash in the above directive a reference to the Unix root
> filesystem or to the document root directory?

<Directory> matches against the filesystem.  <Location> matches against
web paths.  See:
http://httpd.apache.org/docs-2.0/sections.html

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org