summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_include.html.en
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2002-08-21 15:44:43 +0000
committerJoshua Slive <slive@apache.org>2002-08-21 15:44:43 +0000
commit03ae64974d7fc81497d0633b6da325408cad8170 (patch)
tree0daf63309c8812c7cacf2eb35b53e5a3b6ffce81 /docs/manual/mod/mod_include.html.en
parent0a2732d52bc4a47c600b6f16eb8c3164a2c0f523 (diff)
downloadhttpd-03ae64974d7fc81497d0633b6da325408cad8170.tar.gz
Mention that exec requires mod_cgi.
PR: 10574 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96468 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_include.html.en')
-rw-r--r--docs/manual/mod/mod_include.html.en3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en
index c0cde62d71..ed38b5da0c 100644
--- a/docs/manual/mod/mod_include.html.en
+++ b/docs/manual/mod/mod_include.html.en
@@ -140,7 +140,8 @@
<dd>
The exec command executes a given shell command or CGI
- script. The IncludesNOEXEC <a href="../mod/core.html#option" class="directive"><code class="directive">Option</code></a> disables this command
+ script. It requires <code><a href="../mod/mod_cgi.html">mod_cgi</a></code> to be present
+ in the server. The IncludesNOEXEC <a href="../mod/core.html#option" class="directive"><code class="directive">Option</code></a> disables this command
completely. The valid attributes are:
<dl>