summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2002-06-13 02:35:57 +0000
committerRich Bowen <rbowen@apache.org>2002-06-13 02:35:57 +0000
commit34ac2baeb8f31c117a271c890201c2795caed61f (patch)
treed1df1be25f5ca18ea4f0c7dd22dd60304948495c
parent6438d87655baf1e97b989a60f09aa8afb7179377 (diff)
downloadhttpd-34ac2baeb8f31c117a271c890201c2795caed61f.tar.gz
Example for ScriptLog
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95631 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/mod_cgi.html.en6
-rw-r--r--docs/manual/mod/mod_cgi.xml6
2 files changed, 10 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_cgi.html.en b/docs/manual/mod/mod_cgi.html.en
index d3622c864c..7ac7e4f72a 100644
--- a/docs/manual/mod/mod_cgi.html.en
+++ b/docs/manual/mod/mod_cgi.html.en
@@ -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
diff --git a/docs/manual/mod/mod_cgi.xml b/docs/manual/mod/mod_cgi.xml
index 7b2bd65ef2..e48622f183 100644
--- a/docs/manual/mod/mod_cgi.xml
+++ b/docs/manual/mod/mod_cgi.xml
@@ -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"