From 556961c7db0bc08222c72f4c41c306b9d6d4df8f Mon Sep 17 00:00:00 2001
From: Astrid Malo 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 1024
mod_cgi
, mod_cgid
The size of any PUT or POST entity body that is logged to @@ -157,7 +157,7 @@ in the scriptlog
ScriptLogLength 10385760
mod_cgi
, mod_cgid
ScriptLogLength
can be used to limit the
diff --git a/docs/manual/mod/mod_cgi.xml b/docs/manual/mod/mod_cgi.xml
index e48622f183..a2ad952e05 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