- Referred to core instead of mod_alias for the Alias directive - Files directive was spelled "File" - MimeMagicFile was spelled "MimeMagicFiles"
Patch included for trunk With regards, Daniel.
Index: sections.xml =================================================================== --- sections.xml (revision 1300620) +++ sections.xml (working copy) @@ -94,7 +94,7 @@ about missing modules.</p> <p>In the following example, the <directive -module="mod_mime_magic">MimeMagicFiles</directive> directive will be +module="mod_mime_magic">MimeMagicFile</directive> directive will be applied only if <module>mod_mime_magic</module> is available.</p> <example> @@ -247,7 +247,7 @@ <Location /foo/bar><br /> </Location> </example> -<p><directive type="section" module="core">Alias</directive>es on the other hand, +<p><directive type="section" module="mod_alias">Alias</directive>es on the other hand, are mapped vice-versa:</p> <example> Alias /foo/bar /srv/www/uncommon/bar<br /> @@ -371,7 +371,7 @@ <section id="nesting"><title>Nesting of sections</title> <p>Some section types can be nested inside other section types. One the one -hand, <directive type="section" module="core">File</directive> can be used +hand, <directive type="section" module="core">Files</directive> can be used inside <directive type="section" module="core">Directory</directive>. On the other hand, <directive type="section" module="core">If</directive> can be used inside <directive type="section" module="core">Directory</directive>,
--------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org