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)? --------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx