From 7481dab0ef4f86d66aac9b9fdfe745010ec163a2 Mon Sep 17 00:00:00 2001 From: dgaudet Date: Sat, 28 Mar 1998 20:57:04 +0000 Subject: [PATCH] "Options +Includes" wasn't corrently merged if "+IncludesNoExec" was defined in a parent directory. Submitted by: Lars Eilebrecht git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80720 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index d505904e50..d54ce29323 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -1818,6 +1818,9 @@ Options +Includes -Indexes
then the options FollowSymLinks and Includes are set for the /web/docs/spec directory.

+Note: Using -IncludesNOEXEC or -Includes +disables server-side includes completely regardless of the previous setting.

+ The default in the absence of any other settings is All.


-- 2.50.1