From 03ae64974d7fc81497d0633b6da325408cad8170 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Wed, 21 Aug 2002 15:44:43 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_include.html.en | 3 ++- docs/manual/mod/mod_include.xml | 3 ++- 2 files changed, 4 insertions(+), 2 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 @@
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: -- 2.50.1