diff options
author | André Malo <nd@apache.org> | 2012-04-27 21:06:57 +0200 |
---|---|---|
committer | André Malo <nd@apache.org> | 2012-04-27 21:06:57 +0200 |
commit | 03cc6f7d4e45e03e9aac99ecf742fbba8a7814dd (patch) | |
tree | 8ec120f1a2e07562c6bc374a0937152b3cae335c /docs/manual/mod/mod_cgi.html.en | |
parent | - style (diff) | |
download | apache2-03cc6f7d4e45e03e9aac99ecf742fbba8a7814dd.tar.xz apache2-03cc6f7d4e45e03e9aac99ecf742fbba8a7814dd.zip |
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331546 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_cgi.html.en')
-rw-r--r-- | docs/manual/mod/mod_cgi.html.en | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_cgi.html.en b/docs/manual/mod/mod_cgi.html.en index 096c8591dc..e971369524 100644 --- a/docs/manual/mod/mod_cgi.html.en +++ b/docs/manual/mod/mod_cgi.html.en @@ -177,12 +177,10 @@ taken relative to the <code class="directive"><a href="../mod/core.html#serverroot">ServerRoot</a></code>. </p> - <div class="example"><h3>Example</h3><p><code> - <pre class="prettyprint lang-config"> + <div class="example"><h3>Example</h3><pre class="prettyprint lang-config"> ScriptLog logs/cgi_log </pre> - - </code></p></div> +</div> <p>This log will be opened as the user the child processes run as, <em>i.e.</em> the user specified in the main <code class="directive"><a href="../mod/mod_unixd.html#user">User</a></code> directive. This means that |