From: Lars Eilebrecht Date: Sun, 21 Feb 1999 01:47:10 +0000 (+0000) Subject: Updated docs; no FollowSymLinks in X-Git-Tag: 1.3.5~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edade401317c918c69ee6766158eee8b900eaba7;p=apache Updated docs; no FollowSymLinks in PR: 2657 Obtained from: Brian Thomas git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82834 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/sections.html b/docs/manual/sections.html index cfa2abe40d..88f3329408 100644 --- a/docs/manual/sections.html +++ b/docs/manual/sections.html @@ -33,9 +33,10 @@ Everything that is syntactically allowed in section). Semantically however some things, and the most notable are AllowOverride and the two options FollowSymLinks and SymLinksIfOwnerMatch, -make no sense in <Location>. The same for -<Files> -- syntactically everything is fine, but -semantically some things are different. +make no sense in <Location>, +<LocationMatch> or <DirectoryMatch>. +The same for <Files> -- syntactically everything +is fine, but semantically some things are different.

How the sections are merged

@@ -134,7 +135,8 @@ Note about .htaccess parsing:
  • It is not possible to use "Options FollowSymLinks" or "Options SymLinksIfOwnerMatch" inside a - <Location>/<LocationMatch> section + <Location>, <LocationMatch> + or <DirectoryMatch> section (the options are simply ignored). Using the options in question is only possible inside a <Directory> section (or a .htaccess file). diff --git a/docs/manual/sections.html.en b/docs/manual/sections.html.en index cfa2abe40d..88f3329408 100644 --- a/docs/manual/sections.html.en +++ b/docs/manual/sections.html.en @@ -33,9 +33,10 @@ Everything that is syntactically allowed in section). Semantically however some things, and the most notable are AllowOverride and the two options FollowSymLinks and SymLinksIfOwnerMatch, -make no sense in <Location>. The same for -<Files> -- syntactically everything is fine, but -semantically some things are different. +make no sense in <Location>, +<LocationMatch> or <DirectoryMatch>. +The same for <Files> -- syntactically everything +is fine, but semantically some things are different.

    How the sections are merged

    @@ -134,7 +135,8 @@ Note about .htaccess parsing:
  • It is not possible to use "Options FollowSymLinks" or "Options SymLinksIfOwnerMatch" inside a - <Location>/<LocationMatch> section + <Location>, <LocationMatch> + or <DirectoryMatch> section (the options are simply ignored). Using the options in question is only possible inside a <Directory> section (or a .htaccess file).