From: Eric Covener Date: Fri, 8 Jul 2016 16:01:54 +0000 (+0000) Subject: xform X-Git-Tag: 2.4.24~382 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8706cceedb21a914fffb4835a288c7c8ddc23ede;p=thirdparty%2Fapache%2Fhttpd.git xform git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1751934 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/cgi.html.en b/docs/manual/howto/cgi.html.en index 0888b60540f..41eac9c7d4c 100644 --- a/docs/manual/howto/cgi.html.en +++ b/docs/manual/howto/cgi.html.en @@ -42,7 +42,7 @@

Introduction

- +

The CGI (Common Gateway Interface) defines a way for a web server to interact with external content-generating programs, @@ -67,9 +67,17 @@ directive has not been commented out. A correctly configured directive may look like this: +

LoadModule cgid_module modules/mod_cgid.so
+ + + + On Windows, or using a non-threaded MPM like prefork, A correctly + configured directive may look like this: +
LoadModule cgi_module modules/mod_cgi.so
+

ScriptAlias