You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2002/09/13 19:20:47 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_alias.xml mod_alias.html.en

nd          2002/09/13 10:20:47

  Modified:    docs/manual/mod mod_alias.xml mod_alias.html.en
  Log:
  fix broken links to container directives
  
  Revision  Changes    Path
  1.7       +5 -5      httpd-2.0/docs/manual/mod/mod_alias.xml
  
  Index: mod_alias.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_alias.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- mod_alias.xml	23 May 2002 14:50:11 -0000	1.6
  +++ mod_alias.xml	13 Sep 2002 17:20:47 -0000	1.7
  @@ -62,11 +62,11 @@
       <code>/icons</code> will not be aliased.</p>
   
       <p>Note that you may need to specify additional <directive
  -    module="core">&lt;Directory&gt;</directive> sections which cover
  -    the <em>destination</em> of aliases.  Aliasing occurs before
  -    <directive module="core">&lt;Directory&gt;</directive> sections
  +    type="section" module="core">Directory</directive> sections which
  +    cover the <em>destination</em> of aliases.  Aliasing occurs before
  +    <directive type="section" module="core">Directory</directive> sections
       are checked, so only the destination of aliases are affected.
  -    (Note however <directive module="core">&lt;Location&gt;</directive>
  +    (Note however <directive type="section" module="core">Location</directive>
       sections are run through once before aliases are performed, so
       they will apply.)</p>
   
  @@ -126,7 +126,7 @@
   Alias and ScriptAlias directives, irrespective of their ordering in
   the configuration file. Also, <em>URL-path</em> must be an absolute
   path, not a relative path, even when used with .htaccess files or
  -inside of <directive module="core">&lt;Directory&gt;</directive>
  +inside of <directive type="section" module="core">Directory</directive>
   sections.</p></note>
   
       <p>If no <em>status</em> argument is given, the redirect will
  
  
  
  1.11      +5 -5      httpd-2.0/docs/manual/mod/mod_alias.html.en
  
  Index: mod_alias.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_alias.html.en,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- mod_alias.html.en	10 Sep 2002 01:55:52 -0000	1.10
  +++ mod_alias.html.en	13 Sep 2002 17:20:47 -0000	1.11
  @@ -50,11 +50,11 @@
       /icons/ /usr/local/apache/icons/</code> then the url
       <code>/icons</code> will not be aliased.</p>
   
  -    <p>Note that you may need to specify additional <code class="directive"><a href="../mod/core.html#&lt;directory&gt;">&lt;Directory&gt;</a></code> sections which cover
  -    the <em>destination</em> of aliases.  Aliasing occurs before
  -    <code class="directive"><a href="../mod/core.html#&lt;directory&gt;">&lt;Directory&gt;</a></code> sections
  +    <p>Note that you may need to specify additional <code class="directive"><a href="../mod/core.html#directory">&lt;Directory&gt;</a></code> sections which
  +    cover the <em>destination</em> of aliases.  Aliasing occurs before
  +    <code class="directive"><a href="../mod/core.html#directory">&lt;Directory&gt;</a></code> sections
       are checked, so only the destination of aliases are affected.
  -    (Note however <code class="directive"><a href="../mod/core.html#&lt;location&gt;">&lt;Location&gt;</a></code>
  +    (Note however <code class="directive"><a href="../mod/core.html#location">&lt;Location&gt;</a></code>
       sections are run through once before aliases are performed, so
       they will apply.)</p>
   
  @@ -103,7 +103,7 @@
   Alias and ScriptAlias directives, irrespective of their ordering in
   the configuration file. Also, <em>URL-path</em> must be an absolute
   path, not a relative path, even when used with .htaccess files or
  -inside of <code class="directive"><a href="../mod/core.html#&lt;directory&gt;">&lt;Directory&gt;</a></code>
  +inside of <code class="directive"><a href="../mod/core.html#directory">&lt;Directory&gt;</a></code>
   sections.</p></div>
   
       <p>If no <em>status</em> argument is given, the redirect will