are mapped vice-versa:</p>
<highlight language="config">
Alias "/foo/bar" "/srv/www/uncommon/bar"
-Alias "/foo" "/srv/www/common/foo"
+Alias "/foo" "/srv/www/common/foo"
</highlight>
<p>The same is true for the <directive module="mod_proxy">ProxyPass</directive>
directives:</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><Location "/foo/bar"></code> and
<code><Location "/foo"></code> (group 4 in this case):
both sections will be evaluated