From: André Malo Date: Fri, 13 Sep 2002 17:20:47 +0000 (+0000) Subject: fix broken links to container directives X-Git-Tag: 2.0.42~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f319aff825b6d9455a8e6f692e83ad06845df5d8;p=thirdparty%2Fapache%2Fhttpd.git fix broken links to container directives git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96786 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_alias.html.en b/docs/manual/mod/mod_alias.html.en index 363ac2208d7..fa3f1c4eefd 100644 --- a/docs/manual/mod/mod_alias.html.en +++ b/docs/manual/mod/mod_alias.html.en @@ -50,11 +50,11 @@ /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 +

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> + (Note however <Location> sections are run through once before aliases are performed, so they will apply.)

@@ -103,7 +103,7 @@ a different URLSyntax: Alias and ScriptAlias directives, irrespective of their ordering in the configuration file. Also, URL-path must be an absolute path, not a relative path, even when used with .htaccess files or -inside of <Directory> +inside of <Directory> sections.

If no status argument is given, the redirect will diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml index 3d3ae5dd205..7149430722d 100644 --- a/docs/manual/mod/mod_alias.xml +++ b/docs/manual/mod/mod_alias.xml @@ -62,11 +62,11 @@ href="../urlmapping.html">Mapping URLs to the filesystem /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 + type="section" module="core">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> + (Note however Location sections are run through once before aliases are performed, so they will apply.)

@@ -126,7 +126,7 @@ a different URL Alias and ScriptAlias directives, irrespective of their ordering in the configuration file. Also, URL-path must be an absolute path, not a relative path, even when used with .htaccess files or -inside of <Directory> +inside of Directory sections.

If no status argument is given, the redirect will