Commit 9d65e407 authored by Eric Covener's avatar Eric Covener
Browse files

Merge r1228894 from trunk:

rewrite guesses URL or Filesystem in server context, but treats everything
as a URL in per-dir context.




git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1228896 13f79535-47bb-0310-9956-ffa450edef68
parent c5e88353
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1219,7 +1219,10 @@ cannot use <code>$N</code> in the substitution string!
        <dt>file-system path</dt>

        <dd>Designates the location on the file-system of the resource
        to be delivered to the client.</dd>
        to be delivered to the client.  Substitutions are only
        treated as a file-system path when the rule is configured in 
        server (virtualhost) context and the first component of the
        path in the substitution is exists in the file-system</dd>

        <dt>URL-path</dt>