<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>
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
</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
<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>
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>
</usage>
</directivesynopsis>
-</modulesynopsis>
+</modulesynopsis>
\ No newline at end of file