<highlight language="config">
<IfModule mod_mime_magic.c>
- MimeMagicFile conf/magic
+ MimeMagicFile "conf/magic"
</IfModule>
</highlight>
<highlight language="config">
<DirectoryMatch "^/var/www/combined/(?<SITENAME>[^/]+)">
- require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
+ require ldap-group "cn=%{env:MATCH_SITENAME},ou=combined,o=Example"
</DirectoryMatch>
</highlight>
<code>www.example.com</code> website using the proxy server:</p>
<highlight language="config">
-<Proxy http://www.example.com/*>
+<Proxy "http://www.example.com/*">
Require host yournetwork.example.com
</Proxy>
</highlight>
<directive type="section" module="core">Directory</directive>)</li>
<li><directive type="section" module="core">DirectoryMatch</directive>
- (and <code><Directory ~></code>)</li>
+ (and <code><Directory "~"></code>)</li>
<li><directive type="section"
module="core">Files</directive> and <directive
<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