From: Jason S. Lingohr Date: Sun, 10 Jun 2007 04:39:22 +0000 (+0000) Subject: Patch submitted by Tony Stevenson, modifications by myself. X-Git-Tag: 2.3.0~1782 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eaa810d1dbac04d25dcba0ae2b3b5b18e04943a9;p=apache Patch submitted by Tony Stevenson, modifications by myself. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@545841 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/cgi.html.en b/docs/manual/howto/cgi.html.en index 31276db23a..0940a54456 100644 --- a/docs/manual/howto/cgi.html.en +++ b/docs/manual/howto/cgi.html.en @@ -54,6 +54,17 @@ need to have Apache configured to permit CGI execution. There are several ways to do this.

+
Note: If Apache has been built with shared module + support you need to ensure that the module is loaded; in your + httpd.conf you need to make sure the + LoadModule + directive has not been commented out. A correctly configured directive + may look like this: + +

+ LoadModule cgi_module modules/mod_cgi.so +

+

ScriptAlias

diff --git a/docs/manual/howto/cgi.xml b/docs/manual/howto/cgi.xml index 83e208389c..5e580088ab 100644 --- a/docs/manual/howto/cgi.xml +++ b/docs/manual/howto/cgi.xml @@ -57,6 +57,17 @@ need to have Apache configured to permit CGI execution. There are several ways to do this.

+ Note: If Apache has been built with shared module + support you need to ensure that the module is loaded; in your + httpd.conf you need to make sure the + LoadModule + directive has not been commented out. A correctly configured directive + may look like this: + + + LoadModule cgi_module modules/mod_cgi.so + +
ScriptAlias