On Fri, Aug 22, 2008 at 2:45 AM, Valerio Pachera <[EMAIL PROTECTED]> wrote:
> http://httpd.apache.org/docs/2.2/sections.html
> quote:
> The <Location> directive need not have anything to do with the
> filesystem. For example, the following example shows how to map a
> particular URL to an internal Apache handler provided by mod_status.
> No file called server-status needs to exist in the filesystem.
>
> <Location /server-status>
> SetHandler server-status
> </Location>
> -----------
>
> Are we sure that in ALL filesystem this file has to not exist?
> What happen if in my home directory I have a file called server-status
> (it could be for example a file about another kind of server)?

It doesn't matter if/where it exists, because you're explicitly
telling Apache to generate the response internally instead of reading
a file for this particular URL.



-- 
Eric Covener
[EMAIL PROTECTED]

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to