From 41ce5139abe30b6d4f01556396b429df7d80ed47 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Thu, 28 Jul 2016 09:55:35 +0000 Subject: [PATCH] update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1754383 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/convenience.map | 1 + docs/manual/howto/cgi.html.en | 10 +++- docs/manual/howto/cgi.xml.ja | 2 +- docs/manual/howto/cgi.xml.ko | 2 +- docs/manual/mod/directives.html.de | 1 + docs/manual/mod/directives.html.en | 1 + docs/manual/mod/directives.html.es | 1 + docs/manual/mod/directives.html.ja.utf8 | 1 + docs/manual/mod/directives.html.ko.euc-kr | 1 + docs/manual/mod/directives.html.ru.koi8-r | 1 + docs/manual/mod/directives.html.tr.utf8 | 1 + docs/manual/mod/directives.html.zh-cn.utf8 | 1 + docs/manual/mod/mod_substitute.html.en | 22 +++++++++ docs/manual/mod/quickreference.html.de | 49 ++++++++++--------- docs/manual/mod/quickreference.html.en | 49 ++++++++++--------- docs/manual/mod/quickreference.html.es | 49 ++++++++++--------- docs/manual/mod/quickreference.html.ja.utf8 | 47 +++++++++--------- docs/manual/mod/quickreference.html.ko.euc-kr | 47 +++++++++--------- docs/manual/mod/quickreference.html.ru.koi8-r | 49 ++++++++++--------- docs/manual/mod/quickreference.html.tr.utf8 | 49 ++++++++++--------- .../manual/mod/quickreference.html.zh-cn.utf8 | 49 ++++++++++--------- 21 files changed, 240 insertions(+), 193 deletions(-) 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 @@ - + +