]> granicus.if.org Git - apache/commitdiff
Add Script* directives
authorSameer Parekh <sameer@apache.org>
Tue, 26 Nov 1996 06:20:29 +0000 (06:20 +0000)
committerSameer Parekh <sameer@apache.org>
Tue, 26 Nov 1996 06:20:29 +0000 (06:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77059 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_cgi.html

index de47a809852b72ca2092f84ef0e6f28c1ff3e981..44d0d3e90ad57e7149518c76a0fadc8d88f77035 100644 (file)
@@ -45,6 +45,42 @@ specification, with the following provisos:
 </dl>
 <P>
 
+<h2>Directives</h2>
+<ul>
+<li><A HREF="#scriptlog">ScriptLog</A>
+<li><A HREF="#scriptloglength">ScriptLogLength</A>
+<li><A HREF="#scriptlogbuff">ScriptLogBuffer</A>
+</ul>
+
+<A NAME="scriptlog"><H2>ScriptLog</H2></A>
+
+<STRONG>Syntax:</STRONG> ScriptLog <EM>filename</EM><BR>
+<STRONG>Context:</STRONG> server config, virtualhost<BR>
+<STRONG>Status:</STRONG> Base<BR>
+<STRONG>Module:</STRONG> mod_cgi<BR>
+<STRONG>Compatibility:</STRONG> ScriptLog is only available in 1.2 and
+later.<P>
+
+<A NAME="scriptloglength"><H2>ScriptLogLength</H2></A>
+
+<STRONG>Syntax:</STRONG> ScriptLogLength <EM>size-bytes</EM><BR>
+<STRONG>Context:</STRONG> server config, virtualhost<BR>
+<STRONG>Status:</STRONG> Base<BR>
+<STRONG>Module:</STRONG> mod_cgi<BR>
+<STRONG>Default:</STRONG> ScriptLogLength 10385760<BR>
+<STRONG>Compatibility:</STRONG> ScriptLogLength is only available in 1.2 and
+later.<P>
+
+<A NAME="scriptlogbuff"><H2>ScriptLogBuffer</H2></A>
+<STRONG>Syntax:</STRONG> ScriptLogBuffer <EM>size-bytes</EM><BR>
+<STRONG>Context:</STRONG> server config, virtualhost<BR>
+<STRONG>Status:</STRONG> Base<BR>
+<STRONG>Module:</STRONG> mod_cgi<BR>
+<STRONG>Default:</STRONG> ScriptLogBuffer 1024<BR>
+<STRONG>Compatibility:</STRONG> ScriptLogBuffer is only available in 1.2 and
+later.<P>
+
+
 <!--#include virtual="footer.html" -->
 </BODY>
 </HTML>