Commit 89f8ed36 authored by Alexei Kosut's avatar Alexei Kosut
Browse files

Add text about possible problems with ScriptLog. Also fix a spelling error.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77425 13f79535-47bb-0310-9956-ffa450edef68
parent fc21df8f
Loading
Loading
Loading
Loading
+7 −1
Changes for docs/manual/mod/mod_cgi.html: 7 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ configuration variable.

<h2>CGI Environment variables</h2>
The server will set the CGI environment variables as described in the CGI
specification, with the following provisons:
specification, with the following provisions:
<dl>
<dt>REMOTE_HOST
<dd>This will only be set if the server has not been compiled with
@@ -123,6 +123,12 @@ into the filename given as argument. If this is a relative file or
path it is
taken relative to the server root.

<p>Note that script logging is meant to be a debugging feature when
writing CGI scripts, and is not meant to be activated continuously on
running servers. It is not optimized for speed or efficiency, and may
have security problems if used in a manner other than that for which
it was designed.</p>

<a name="scriptloglength"><h3>ScriptLogLength</h3></a>

<b>Syntax:</b> ScriptLogLength <i>size</i><br>