Commit f98af1de authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

Fix an example (/foo vs /foo/bar)

Synch with trunk and improve alignment in examples.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1838946 13f79535-47bb-0310-9956-ffa450edef68
parent b74d5aa4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -490,7 +490,7 @@ are interpreted, it is important to understand how this works.</p>
        <li>Apart from <directive type="section"
        module="core">Directory</directive>, within each group the sections are
        processed in the order they appear in the configuration files.
        For example, a request for <em>/foo</em> will match
        For example, a request for <em>/foo/bar</em> will match
        <code>&lt;Location "/foo/bar"&gt;</code> and 
        <code>&lt;Location "/foo"&gt;</code> (group 4 in this case):
        both sections will be evaluated