]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Bug 70014: Document that disabling FollowSymLinks prevents mod_rewrite in per-directo...
authorRich Bowen <rbowen@apache.org>
Fri, 1 May 2026 13:06:10 +0000 (13:06 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 1 May 2026 13:06:10 +0000 (13:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933643 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index eac8dfaf014193d8758693306c4c88d8d2db888d..901cc9e4b2bf27b2f19b920f0aa2434c86d279f3 100644 (file)
@@ -3988,6 +3988,10 @@ directory</description>
       The server will follow symbolic links in this directory. This is
       the default setting.
       <note>
+      <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>