You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2002/06/13 04:35:57 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_cgi.html.en mod_cgi.xml

rbowen      2002/06/12 19:35:57

  Modified:    docs/manual/mod mod_cgi.html.en mod_cgi.xml
  Log:
  Example for ScriptLog
  
  Revision  Changes    Path
  1.3       +5 -1      httpd-2.0/docs/manual/mod/mod_cgi.html.en
  
  Index: mod_cgi.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_cgi.html.en,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mod_cgi.html.en	28 May 2002 07:35:00 -0000	1.2
  +++ mod_cgi.html.en	13 Jun 2002 02:35:57 -0000	1.3
  @@ -112,7 +112,11 @@
       script error logfile. If no ScriptLog is given, no error log is
       created. If given, any CGI errors are logged into the filename
       given as argument. If this is a relative file or path it is taken
  -    relative to the server root.</p>
  +    relative to the <code>ServerRoot</code>.</p>
  +
  +    <blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><p align="center"><strong>Example</strong></p><code>
  +    ScriptLog logs/cgi_log
  +    </code></td></tr></table></blockquote>
   
       <p>This log will be opened as the user the child processes run
       as, ie. the user specified in the main <a href="mpm_common.html#user" class="directive"><code class="directive">User</code></a> directive. This means that
  
  
  
  1.5       +5 -1      httpd-2.0/docs/manual/mod/mod_cgi.xml
  
  Index: mod_cgi.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_cgi.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- mod_cgi.xml	23 May 2002 14:50:11 -0000	1.4
  +++ mod_cgi.xml	13 Jun 2002 02:35:57 -0000	1.5
  @@ -140,7 +140,11 @@
       script error logfile. If no ScriptLog is given, no error log is
       created. If given, any CGI errors are logged into the filename
       given as argument. If this is a relative file or path it is taken
  -    relative to the server root.</p>
  +    relative to the <code>ServerRoot</code>.</p>
  +
  +    <example><title>Example</title>
  +    ScriptLog logs/cgi_log
  +    </example>
   
       <p>This log will be opened as the user the child processes run
       as, ie. the user specified in the main <directive module="mpm_common"