Commit 2c263168 authored by Richard Bowen's avatar Richard Bowen
Browse files

Example for ScriptLog


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95631 13f79535-47bb-0310-9956-ffa450edef68
parent 2e03758c
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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
+5 −1
Original line number Diff line number Diff line
@@ -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"