From: Joshua Slive Date: Thu, 8 May 2003 18:13:06 +0000 (+0000) Subject: Add a bunch of links to the Options docs and make a couple X-Git-Tag: pre_ajp_proxy~1730 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9587c5c4d75df797745ab96c16b431f44ef297c1;p=thirdparty%2Fapache%2Fhttpd.git Add a bunch of links to the Options docs and make a couple small textual adjustments. PR: 19699 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99739 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 417d701be5a..a79a7256909 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -2069,7 +2069,8 @@ directory
ExecCGI
- Execution of CGI scripts is permitted.
+ Execution of CGI scripts using mod_cgi + is permitted.
FollowSymLinks
@@ -2087,48 +2088,55 @@ directory
Includes
- Server-side includes are permitted.
+ Server-side includes provided by mod_include + are permitted.
IncludesNOEXEC
- Server-side includes are permitted, but the #exec cmd - and #exec cgi are disabled. It is still possible to - #include virtual CGI scripts from - ScriptAliase'd directories.
+ Server-side includes are permitted, but the #exec + cmd and #exec cgi are disabled. It is still + possible to #include virtual CGI scripts from + ScriptAliased + directories.
Indexes
- If a URL which maps to a directory is requested, and the - there is no DirectoryIndex (e.g., - index.html) in that directory, then the server will - return a formatted listing of the directory.
+ If a URL which maps to a directory is requested, and the there + is no DirectoryIndex + (e.g., index.html) in that directory, then + mod_autoindex will return a formatted listing + of the directory.
MultiViews
Content negotiated - "MultiViews" are allowed.
+ "MultiViews" are allowed using + mod_negotiation.
SymLinksIfOwnerMatch
-
+
The server will only follow symbolic links for which the + target file or directory is owned by the same user id as the + link. - The server will only follow symbolic links for which the target - file or directory is owned by the same user id as the link.
Note: this option gets ignored if set inside - a <Location> - section.
+

Note

This option gets ignored if + set inside a <Location> section.
+ -

Normally, if multiple Options could apply to a - directory, then the most specific one is taken complete; the - options are not merged. However if all the options on - the Options directive are preceded by a - + or - - symbol, the options are merged. Any options preceded by a + - are added to the options currently in force, and any options - preceded by a - are removed from the options currently in + +

Normally, if multiple Options could + apply to a directory, then the most specific one is used and + others are ignored; the options are not merged. (See how sections are merged.) + However if all the options on the + Options directive are preceded by a + + or - symbol, the options are + merged. Any options preceded by a + are added to the + options currently in force, and any options preceded by a + - are removed from the options currently in force.

For example, without any + and - symbols:

diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 0b6de27d8fc..fbae54fd9fc 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2034,7 +2034,8 @@ directory
ExecCGI
- Execution of CGI scripts is permitted.
+ Execution of CGI scripts using mod_cgi + is permitted.
FollowSymLinks
@@ -2053,49 +2054,57 @@ directory
Includes
- Server-side includes are permitted.
+ Server-side includes provided by mod_include + are permitted.
IncludesNOEXEC
- Server-side includes are permitted, but the #exec cmd - and #exec cgi are disabled. It is still possible to - #include virtual CGI scripts from - ScriptAliase'd directories.
+ Server-side includes are permitted, but the #exec + cmd and #exec cgi are disabled. It is still + possible to #include virtual CGI scripts from + ScriptAliased + directories.
Indexes
- If a URL which maps to a directory is requested, and the - there is no DirectoryIndex (e.g., - index.html) in that directory, then the server will - return a formatted listing of the directory.
+ If a URL which maps to a directory is requested, and the there + is no DirectoryIndex + (e.g., index.html) in that directory, then + mod_autoindex will return a formatted listing + of the directory.
MultiViews
Content negotiated - "MultiViews" are allowed.
+ "MultiViews" are allowed using + mod_negotiation.
SymLinksIfOwnerMatch
-
+
The server will only follow symbolic links for which the + target file or directory is owned by the same user id as the + link. - The server will only follow symbolic links for which the target - file or directory is owned by the same user id as the link.
Note: this option gets ignored if set inside - a Location - section.
+ Note This option gets ignored if + set inside a Location section. + -

Normally, if multiple Options could apply to a - directory, then the most specific one is taken complete; the - options are not merged. However if all the options on - the Options directive are preceded by a - + or - - symbol, the options are merged. Any options preceded by a + - are added to the options currently in force, and any options - preceded by a - are removed from the options currently in + +

Normally, if multiple Options could + apply to a directory, then the most specific one is used and + others are ignored; the options are not merged. (See how sections are merged.) + However if all the options on the + Options directive are preceded by a + + or - symbol, the options are + merged. Any options preceded by a + are added to the + options currently in force, and any options preceded by a + - are removed from the options currently in force.

For example, without any + and - symbols: