]> granicus.if.org Git - apache/commitdiff
Add text about possible problems with ScriptLog. Also fix a spelling error.
authorAlexei Kosut <akosut@apache.org>
Sun, 12 Jan 1997 07:01:59 +0000 (07:01 +0000)
committerAlexei Kosut <akosut@apache.org>
Sun, 12 Jan 1997 07:01:59 +0000 (07:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77425 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_cgi.html

index 8ca99861e74dcfcf003c10a9e4aadefdf22aba01..42c05acc1e56967c035d8c464dd22d327e8a8977 100644 (file)
@@ -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>