From 34ac2baeb8f31c117a271c890201c2795caed61f Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 13 Jun 2002 02:35:57 +0000 Subject: [PATCH] Example for ScriptLog 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 | 6 +++++- docs/manual/mod/mod_cgi.xml | 6 +++++- 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.

+ 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