You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Alexei Kosut <ak...@hyperreal.com> on 1997/01/12 08:02:00 UTC

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

akosut      97/01/11 23:02:00

  Modified:    htdocs/manual/mod  mod_cgi.html
  Log:
  Add text about possible problems with ScriptLog. Also fix a spelling error.
  
  Revision  Changes    Path
  1.7       +7 -1      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.6
  retrieving revision 1.7
  diff -C3 -r1.6 -r1.7
  *** mod_cgi.html	1996/12/09 02:04:55	1.6
  --- mod_cgi.html	1997/01/12 07:01:59	1.7
  ***************
  *** 33,39 ****
    
    <h2>CGI Environment variables</h2>
    The server will set the CGI environment variables as described in the CGI
  ! specification, with the following provisons:
    <dl>
    <dt>REMOTE_HOST
    <dd>This will only be set if the server has not been compiled with
  --- 33,39 ----
    
    <h2>CGI Environment variables</h2>
    The server will set the CGI environment variables as described in the CGI
  ! specification, with the following provisions:
    <dl>
    <dt>REMOTE_HOST
    <dd>This will only be set if the server has not been compiled with
  ***************
  *** 122,127 ****
  --- 122,133 ----
    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>