From: Rich Bowen Date: Wed, 13 May 2026 12:11:18 +0000 (+0000) Subject: Reverts r1933768 and fixes bz64511 which I erroneously patched a few X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbf408579581b3c8ac0600de2213869c3d0f1bda;p=thirdparty%2Fapache%2Fhttpd.git Reverts r1933768 and fixes bz64511 which I erroneously patched a few weeks ago. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934161 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml index 064772ec00..2c58f89773 100644 --- a/docs/manual/mod/mod_alias.xml +++ b/docs/manual/mod/mod_alias.xml @@ -117,7 +117,6 @@ Alias "/foo" "/gaq" Alias [URL-path] file-path|directory-path server configvirtual host -directory @@ -212,18 +211,6 @@ Alias "/image" "/ftp/pub/image" </Location> - Context restrictions -

The two-argument form of Alias can only - be used in server config or VirtualHost. The one-argument form, - where the URL path is taken from the enclosing section, can be - used in Location, - Proxy, - and If, but - not in Directory - or Files.

-
-