From: Joshua Slive Date: Wed, 22 Aug 2001 23:13:10 +0000 (+0000) Subject: Add a note about includesnoexec. X-Git-Tag: 2.0.25~169 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4a0cba5f5c0ff2138d196afc7b3ada0587c69c3;p=apache Add a note about includesnoexec. PR: 5075 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90520 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 8ff4d679da..82b55c0224 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -1798,7 +1798,8 @@ Server-side includes are permitted.
Server-side includes are permitted, but the #exec command and -#include of CGI scripts are disabled. +#exec CGI are disabled. It is still possible to #include virtual +CGI scripts from ScriptAliase'd directories.
Indexes