From 1f8ba85262d8e4b45b33bab9f8de61c2e00ce583 Mon Sep 17 00:00:00 2001
From: Astrid Kessler cgi-script (Apache 1.1 or later) will be treated
as a CGI script, and run by the server, with its output being
returned to the client. Files acquire this type either by
- having a name containing an extension defined by the
+ having a name containing an extension defined by the
AddType directive, or by being
in a ScriptAlias
directory.
When using a multi-threaded MPM under unix, the module +
When using a multi-threaded MPM under unix, the module
mod_cgid should be used in place of
this module. At the user level, the two modules are essentially
identical.
|
The ScriptLog directive sets the CGI
@@ -145,7 +145,7 @@
in the scriptlog
ScriptLogBuffer 1024mod_cgi, mod_cgidThe size of any PUT or POST entity body that is logged to @@ -157,7 +157,7 @@ in the scriptlog
ScriptLogLength 10385760mod_cgi, mod_cgidScriptLogLength can be used to limit the
diff --git a/docs/manual/mod/mod_cgi.xml b/docs/manual/mod/mod_cgi.xml
index e48622f1831..a2ad952e055 100644
--- a/docs/manual/mod/mod_cgi.xml
+++ b/docs/manual/mod/mod_cgi.xml
@@ -19,7 +19,7 @@
cgi-script (Apache 1.1 or later) will be treated
as a CGI script, and run by the server, with its output being
returned to the client. Files acquire this type either by
- having a name containing an extension defined by the
+ having a name containing an extension defined by the
When using a multi-threaded MPM under unix, the module +
When using a multi-threaded MPM under unix, the module