From: Alexei Kosut Date: Sun, 12 Jan 1997 07:01:59 +0000 (+0000) Subject: Add text about possible problems with ScriptLog. Also fix a spelling error. X-Git-Tag: APACHE_1_2b5~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=295cd46d80b639c9243acb89a5a31c4e327b2db4;p=apache 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 --- diff --git a/docs/manual/mod/mod_cgi.html b/docs/manual/mod/mod_cgi.html index 8ca99861e7..42c05acc1e 100644 --- a/docs/manual/mod/mod_cgi.html +++ b/docs/manual/mod/mod_cgi.html @@ -33,7 +33,7 @@ configuration variable.

CGI Environment variables

The server will set the CGI environment variables as described in the CGI -specification, with the following provisons: +specification, with the following provisions:
REMOTE_HOST
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. +

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.

+

ScriptLogLength

Syntax: ScriptLogLength size