From ab8f939aa0f7b06b3a4037660715bd1dcfbed530 Mon Sep 17 00:00:00 2001
From: dgaudet
Date: Thu, 26 Feb 1998 07:01:12 +0000
Subject: [PATCH] what a tangled web we weave... PR: 1874
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80322 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_alias.html | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/docs/manual/mod/mod_alias.html b/docs/manual/mod/mod_alias.html
index aaef24a157..79bbb0c70f 100644
--- a/docs/manual/mod/mod_alias.html
+++ b/docs/manual/mod/mod_alias.html
@@ -74,6 +74,15 @@ server will require a trailing / in order to expand the alias. That is,
if you use Alias /icons/ /usr/local/apache/icons/
then
the url /icons
will not be aliased.
+
+Note that you may need to specify additional
+<Directory>
sections
+which cover the destination of aliases. Aliasing occurs
+before <Directory>
sections are checked, so only
+the destination of aliases are affected. (Note however
+<Location>
+sections are run through once before aliases are performed, so they
+will apply.)
See also ScriptAlias.
--
2.50.1