]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Reverts r1933768 and fixes bz64511 which I erroneously patched a few
authorRich Bowen <rbowen@apache.org>
Wed, 13 May 2026 12:11:18 +0000 (12:11 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 13 May 2026 12:11:18 +0000 (12:11 +0000)
weeks ago.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934161 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_alias.xml

index 064772ec00d84f8a341f97e10bbafc0e7e9281c0..2c58f89773890098e8262d959932b583f91b6b39 100644 (file)
@@ -117,7 +117,6 @@ Alias "/foo" "/gaq"
 <syntax>Alias [<var>URL-path</var>]
 <var>file-path</var>|<var>directory-path</var></syntax>
 <contextlist><context>server config</context><context>virtual host</context>
-<context>directory</context>
 </contextlist>
 
 <usage>
@@ -212,18 +211,6 @@ Alias "/image" "/ftp/pub/image"
 &lt;/Location&gt;
     </highlight>
 
-    <note><title>Context restrictions</title>
-    <p>The two-argument form of <directive>Alias</directive> can only
-    be used in server config or <directive module="core"
-    type="section">VirtualHost</directive>. The one-argument form,
-    where the URL path is taken from the enclosing section, can be
-    used in <directive module="core" type="section">Location</directive>,
-    <directive module="mod_proxy" type="section">Proxy</directive>,
-    and <directive module="core" type="section">If</directive>, but
-    not in <directive module="core" type="section">Directory</directive>
-    or <directive module="core" type="section">Files</directive>.</p>
-    </note>
-
 </usage>
 </directivesynopsis>