From 556961c7db0bc08222c72f4c41c306b9d6d4df8f Mon Sep 17 00:00:00 2001 From: Astrid Malo Date: Tue, 20 Aug 2002 20:51:13 +0000 Subject: [PATCH] added context 'virtual host' git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96461 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_cgi.html.en | 10 +++++----- docs/manual/mod/mod_cgi.xml | 15 +++++++++------ 2 files changed, 14 insertions(+), 11 deletions(-) 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 @@

ScriptLog Directive

Description: Location of the CGI script error logfile
Syntax: ScriptLog file-path
Context: - server config
Status: + server config, virtual host
Status: Base
Module: mod_cgi, mod_cgid

The ScriptLog directive sets the CGI @@ -145,7 +145,7 @@ in the scriptlogSyntax: ScriptLogBuffer bytesDefault: ScriptLogBuffer 1024Context: - server configStatus: + server config, virtual hostStatus: BaseModule: mod_cgi, mod_cgid

The size of any PUT or POST entity body that is logged to @@ -157,7 +157,7 @@ in the scriptlogSyntax: ScriptLogLength bytesDefault: ScriptLogLength 10385760Context: - server configStatus: + server config, virtual hostStatus: BaseModule: 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 -- 2.40.0