You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Sameer Parekh <sa...@hyperreal.com> on 1996/11/26 07:20:30 UTC

cvs commit: apache/htdocs/manual/mod mod_cgi.html

sameer      96/11/25 22:20:30

  Modified:    htdocs/manual/mod  mod_cgi.html
  Log:
  Add Script* directives
  
  Revision  Changes    Path
  1.3       +36 -0     apache/htdocs/manual/mod/mod_cgi.html
  
  Index: mod_cgi.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_cgi.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -C3 -r1.2 -r1.3
  *** mod_cgi.html	1996/11/21 10:30:43	1.2
  --- mod_cgi.html	1996/11/26 06:20:29	1.3
  ***************
  *** 45,50 ****
  --- 45,86 ----
    </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>