From 34ac2baeb8f31c117a271c890201c2795caed61f Mon Sep 17 00:00:00 2001
From: Rich Bowen
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 7b2bd65ef22..e48622f1831 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.
ServerRoot
.
+
+ This log will be opened as the user the child processes run
as, ie. the user specified in the main