From: André Malo Date: Thu, 28 Jul 2016 09:55:35 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.2.32~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41ce5139abe30b6d4f01556396b429df7d80ed47;p=thirdparty%2Fapache%2Fhttpd.git update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1754383 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/convenience.map b/docs/manual/convenience.map index ddc9b7a1f20..697697e8ba9 100644 --- a/docs/manual/convenience.map +++ b/docs/manual/convenience.map @@ -408,6 +408,7 @@ sslverifydepth mod/mod_ssl.html#sslverifydepth startservers mod/mpm_common.html#startservers startthreads mod/mpm_common.html#startthreads substitute mod/mod_substitute.html#substitute +substituteinheritbefore mod/mod_substitute.html#substituteinheritbefore suexec mod/core.html#suexec suexecusergroup mod/mod_suexec.html#suexecusergroup threadlimit mod/mpm_common.html#threadlimit diff --git a/docs/manual/howto/cgi.html.en b/docs/manual/howto/cgi.html.en index f05d42f32b8..afc17c2e703 100644 --- a/docs/manual/howto/cgi.html.en +++ b/docs/manual/howto/cgi.html.en @@ -43,7 +43,7 @@

Introduction

- +

The CGI (Common Gateway Interface) defines a way for a web server to interact with external content-generating programs, @@ -68,9 +68,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

diff --git a/docs/manual/howto/cgi.xml.ja b/docs/manual/howto/cgi.xml.ja index 1c4000be11f..3a73a036e01 100644 --- a/docs/manual/howto/cgi.xml.ja +++ b/docs/manual/howto/cgi.xml.ja @@ -1,7 +1,7 @@ - + +