]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Slight rephrase and reorg to clarify the meaning
authorRich Bowen <rbowen@apache.org>
Fri, 1 May 2026 17:50:00 +0000 (17:50 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 1 May 2026 17:50:00 +0000 (17:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933678 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 0620212adc55abc238007a3b466c52084e542ac7..c19b4537633eb4ee786631baf54f48ac685c9b05 100644 (file)
@@ -3988,13 +3988,14 @@ directory</description>
       The server will follow symbolic links in this directory. This is
       the default setting.
       <note>
+      <p>When the server follows the symlink it does <em>not</em>
+      change the pathname used to match against <directive type="section"
+      module="core">Directory</directive> sections.</p>
+
       <p>Disabling this option also prevents
       <module>mod_rewrite</module> from operating in per-directory
       context (<code>.htaccess</code> files and <directive type="section"
       module="core">Directory</directive> sections).</p>
-      <p>Even though the server follows the symlink it does <em>not</em>
-      change the pathname used to match against <directive type="section"
-      module="core">Directory</directive> sections.</p>
 
       <p>The <code>FollowSymLinks</code> and
       <code>SymLinksIfOwnerMatch</code> <directive