From: Astrid Malo
Date: Tue, 20 Aug 2002 20:51:13 +0000 (+0000)
Subject: added context 'virtual host'
X-Git-Tag: AGB_BEFORE_AAA_CHANGES~207
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=556961c7db0bc08222c72f4c41c306b9d6d4df8f;p=apache
added context 'virtual host'
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96461 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_cgi.html.en b/docs/manual/mod/mod_cgi.html.en
index 1460eb1a12..9c664548e8 100644
--- a/docs/manual/mod/mod_cgi.html.en
+++ b/docs/manual/mod/mod_cgi.html.en
@@ -15,7 +15,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
AddType
directive, or by being
in a ScriptAlias
directory.
@@ -30,7 +30,7 @@
our tutorial on Dynamic Content
With CGI.
- 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.
@@ -113,7 +113,7 @@
The ScriptLog
directive sets the CGI
@@ -145,7 +145,7 @@
in the scriptlog
Syntax:
| ScriptLogBuffer bytes |
Default:
| ScriptLogBuffer 1024 |
Context:
- | server config |
Status:
+ | server config, virtual host |
Status:
| Base |
Module:
| mod_cgi , mod_cgid |
The size of any PUT or POST entity body that is logged to
@@ -157,7 +157,7 @@ in the scriptlog
Syntax:
| ScriptLogLength bytes |
Default:
| ScriptLogLength 10385760 |
Context:
- | server config |
Status:
+ | server config, virtual host |
Status:
| Base |
Module:
| 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
AddType directive, or by being
in a ScriptAlias
directory.
@@ -34,7 +34,7 @@
our tutorial on Dynamic Content
With CGI.
- 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.
@@ -131,7 +131,8 @@
ScriptLog
Location of the CGI script error logfile
ScriptLog file-path
-server config
+server config
+virtual host
mod_cgimod_cgid
@@ -169,7 +170,8 @@
Size limit of the CGI script logfile
ScriptLogLength bytes
ScriptLogLength 10385760
-server config
+server config
+virtual host
mod_cgimod_cgid
@@ -190,7 +192,8 @@
in the scriptlog
ScriptLogBuffer bytes
ScriptLogBuffer 1024
-server config
+server config
+virtual host
mod_cgimod_cgid
@@ -203,4 +206,4 @@ in the scriptlog
-
+
\ No newline at end of file