]> granicus.if.org Git - apache/commitdiff
added context 'virtual host'
authorAstrid Kessler <kess@apache.org>
Tue, 20 Aug 2002 20:51:13 +0000 (20:51 +0000)
committerAstrid Kessler <kess@apache.org>
Tue, 20 Aug 2002 20:51:13 +0000 (20:51 +0000)
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
docs/manual/mod/mod_cgi.xml

index 1460eb1a122c7c65c6b4934c5376f75d97d63d4f..9c664548e8a5f5262c53ea53481a3e6faa9729f7 100644 (file)
@@ -15,7 +15,7 @@
     <code>cgi-script</code> (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
     <a href="../mod/mod_mime.html#addtype" class="directive"><code class="directive">AddType</code></a> directive, or by being
     in a <a href="../mod/mod_alias.html#scriptalias" class="directive"><code class="directive">ScriptAlias</code></a>
     directory.</p>
@@ -30,7 +30,7 @@
     our tutorial on <a href="../howto/cgi.html">Dynamic Content
     With CGI</a>.</p>
 
-    <p>When using a multi-threaded MPM under unix, the module 
+    <p>When using a multi-threaded MPM under unix, the module
     <code><a href="../mod/mod_cgid.html">mod_cgid</a></code> should be used in place of
     this module. At the user level, the two modules are essentially
     identical.</p>
 <hr><h2><a name="ScriptLog">ScriptLog</a> <a name="scriptlog">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>Description: 
                   </strong></td><td>Location of the CGI script error logfile</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">Syntax:
                   </a></td><td>ScriptLog <em>file-path</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">Context:
-                  </a></td><td>server config</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:
+                  </a></td><td>server config, virtual host</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:
                   </a></td><td>Base</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">Module:
                   </a></td><td><code><a href="../mod/mod_cgi.html">mod_cgi</a></code>, <code><a href="../mod/mod_cgid.html">mod_cgid</a></code></td></tr></table></td></tr></table>
     <p>The <code class="directive">ScriptLog</code> directive sets the CGI
 in the scriptlog</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">Syntax:
                   </a></td><td>ScriptLogBuffer <em>bytes</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">Default: 
                     </a></td><td><code>ScriptLogBuffer 1024</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">Context:
-                  </a></td><td>server config</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:
+                  </a></td><td>server config, virtual host</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:
                   </a></td><td>Base</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">Module:
                   </a></td><td><code><a href="../mod/mod_cgi.html">mod_cgi</a></code>, <code><a href="../mod/mod_cgid.html">mod_cgid</a></code></td></tr></table></td></tr></table>
     <p>The size of any PUT or POST entity body that is logged to
@@ -157,7 +157,7 @@ in the scriptlog</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#S
                   </strong></td><td>Size limit of the CGI script logfile</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">Syntax:
                   </a></td><td>ScriptLogLength <em>bytes</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">Default: 
                     </a></td><td><code>ScriptLogLength 10385760</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">Context:
-                  </a></td><td>server config</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:
+                  </a></td><td>server config, virtual host</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:
                   </a></td><td>Base</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">Module:
                   </a></td><td><code><a href="../mod/mod_cgi.html">mod_cgi</a></code>, <code><a href="../mod/mod_cgid.html">mod_cgid</a></code></td></tr></table></td></tr></table>
     <p><code class="directive">ScriptLogLength</code> can be used to limit the
index e48622f1831728e1eb511147ba5e9af1570c4318..a2ad952e055134388da29fcb598b5abff01f16b9 100644 (file)
@@ -19,7 +19,7 @@
     <code>cgi-script</code> (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
     <directive module="mod_mime">AddType</directive> directive, or by being
     in a <directive module="mod_alias">ScriptAlias</directive>
     directory.</p>
@@ -34,7 +34,7 @@
     our tutorial on <a href="../howto/cgi.html">Dynamic Content
     With CGI</a>.</p>
 
-    <p>When using a multi-threaded MPM under unix, the module 
+    <p>When using a multi-threaded MPM under unix, the module
     <module>mod_cgid</module> should be used in place of
     this module. At the user level, the two modules are essentially
     identical.</p>
 <name>ScriptLog</name>
 <description>Location of the CGI script error logfile</description>
 <syntax>ScriptLog <em>file-path</em></syntax>
-<contextlist><context>server config</context></contextlist>
+<contextlist><context>server config</context>
+<context>virtual host</context></contextlist>
 <modulelist><module>mod_cgi</module><module>mod_cgid</module>
 </modulelist>
 
 <description>Size limit of the CGI script logfile</description>
 <syntax>ScriptLogLength <em>bytes</em></syntax>
 <default>ScriptLogLength 10385760</default>
-<contextlist><context>server config</context></contextlist>
+<contextlist><context>server config</context>
+<context>virtual host</context></contextlist>
 <modulelist><module>mod_cgi</module><module>mod_cgid</module>
 </modulelist>
 
 in the scriptlog</description>
 <syntax>ScriptLogBuffer <em>bytes</em></syntax>
 <default>ScriptLogBuffer 1024</default>
-<contextlist><context>server config</context></contextlist>
+<contextlist><context>server config</context>
+<context>virtual host</context></contextlist>
 <modulelist><module>mod_cgi</module><module>mod_cgid</module>
 </modulelist>
 
@@ -203,4 +206,4 @@ in the scriptlog</description>
 </usage>
 </directivesynopsis>
 
-</modulesynopsis>
+</modulesynopsis>
\ No newline at end of file