git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98746
13f79535-47bb-0310-9956-
ffa450edef68
sections are run through once before aliases are performed, so
they will apply.)</p>
+ <p>In particular, if you are creating an <code>Alias</code> to a
+ directory outside of your <directive
+ module="code">DocumentRoot</directive>, you may need to explicitly
+ permit access to the target directory.</p>
+
+ <example><title>Example:</title>
+ Alias /image /ftp/pub/image
+ <Directory /ftp/pub/image>
+ Order allow,deny
+ Allow from all
+ </Directory>
+ </example>
+
</usage>
</directivesynopsis>