]> granicus.if.org Git - apache/commitdiff
Example for ScriptLog
authorRich Bowen <rbowen@apache.org>
Thu, 13 Jun 2002 02:35:57 +0000 (02:35 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 13 Jun 2002 02:35:57 +0000 (02:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95631 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_cgi.html.en
docs/manual/mod/mod_cgi.xml

index d3622c864cd16500a4dfe3fd8b3ab46eadaba1a9..7ac7e4f72ac144bda766d260fd4c385ff2ffef38 100644 (file)
     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
index 7b2bd65ef22d825caa377727c08cd49f8de36a91..e48622f1831728e1eb511147ba5e9af1570c4318 100644 (file)
     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"