From: Joshua Slive Date: Wed, 21 Aug 2002 15:44:43 +0000 (+0000) Subject: Mention that exec requires mod_cgi. X-Git-Tag: AGB_BEFORE_AAA_CHANGES~202 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03ae64974d7fc81497d0633b6da325408cad8170;p=apache 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 --- 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 @@
The exec command executes a given shell command or CGI - script. The IncludesNOEXEC Option disables this command + script. It requires mod_cgi to be present + in the server. The IncludesNOEXEC Option disables this command completely. The valid attributes are:
diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index 43839b5c20..25321c84e9 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -152,7 +152,8 @@
The exec command executes a given shell command or CGI - script. The IncludesNOEXEC mod_cgi to be present + in the server. The IncludesNOEXEC Option disables this command completely. The valid attributes are: