From: Rich Bowen Date: Wed, 5 Jan 2011 20:07:36 +0000 (+0000) Subject: Rebuild HTML. Resolves tid50545 X-Git-Tag: 2.3.11~267 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c53332f4faaea0c1dfbad5fa7851f8686c0d792;p=thirdparty%2Fapache%2Fhttpd.git Rebuild HTML. Resolves tid50545 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1055613 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_alias.html.en b/docs/manual/mod/mod_alias.html.en index 01df86bdd5f..7b9385ee998 100644 --- a/docs/manual/mod/mod_alias.html.en +++ b/docs/manual/mod/mod_alias.html.en @@ -140,7 +140,10 @@
Alias /icons/ /usr/local/apache/icons/
-

then the url /icons will not be aliased.

+

then the url /icons will not be aliased, as it lacks + that trailing /. Likewise, if you omit the slash on the + url-path then you must also omit it from the + file-path.

Note that you may need to specify additional <Directory> sections which cover the destination of aliases. Aliasing occurs before diff --git a/docs/manual/mod/mod_alias.xml.ja b/docs/manual/mod/mod_alias.xml.ja index 6967970121c..c26983f90e8 100644 --- a/docs/manual/mod/mod_alias.xml.ja +++ b/docs/manual/mod/mod_alias.xml.ja @@ -1,7 +1,7 @@ - + + +