From edade401317c918c69ee6766158eee8b900eaba7 Mon Sep 17 00:00:00 2001 From: Lars Eilebrecht Date: Sun, 21 Feb 1999 01:47:10 +0000 Subject: [PATCH] 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 --- docs/manual/sections.html | 10 ++++++---- docs/manual/sections.html.en | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) 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). -- 2.50.1