From: Richard Bowen
Date: Thu, 13 Jun 2002 02:35:57 +0000 (+0000)
Subject: Example for ScriptLog
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c26316836c0c56aa945051c6a9bc372d07e8108;p=apache
Example for ScriptLog
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95631 13f79535-47bb-0310-9956-ffa450edef68
---
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.
+ relative to the ServerRoot
.
+
+ Example
+ ScriptLog logs/cgi_log
+ |
This log will be opened as the user the child processes run
as, ie. the user specified in the main User
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.
+ relative to the ServerRoot
.
+
+ Example
+ ScriptLog logs/cgi_log
+
This log will be opened as the user the child processes run
as, ie. the user specified in the main