]> granicus.if.org Git - apache/commitdiff
Mention that exec requires mod_cgi.
authorJoshua Slive <slive@apache.org>
Wed, 21 Aug 2002 15:44:43 +0000 (15:44 +0000)
committerJoshua Slive <slive@apache.org>
Wed, 21 Aug 2002 15:44:43 +0000 (15:44 +0000)
PR: 10574

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96468 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_include.html.en
docs/manual/mod/mod_include.xml

index c0cde62d7158cd581e928c029fe89da36cb25f24..ed38b5da0cc5ab9a993e2f04e26aeba03cdf49d8 100644 (file)
 
       <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>
index 43839b5c20dd2f43be164071dd33bf7f3838f01d..25321c84e9f6e39d6f1de2c755f6cd0504580213 100644 (file)
 
       <dd>
         The exec command executes a given shell command or CGI
-        script. The IncludesNOEXEC <directive
+        script. It requires <module>mod_cgi</module> to be present
+        in the server.  The IncludesNOEXEC <directive
         module="core">Option</directive> disables this command
         completely. The valid attributes are: