diff options
Diffstat (limited to 'docs/manual/mod/mod_cgi.html.en')
-rw-r--r-- | docs/manual/mod/mod_cgi.html.en | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_cgi.html.en b/docs/manual/mod/mod_cgi.html.en index 2883cea1b0..afd65139a1 100644 --- a/docs/manual/mod/mod_cgi.html.en +++ b/docs/manual/mod/mod_cgi.html.en @@ -178,9 +178,7 @@ taken relative to the <code class="directive"><a href="../mod/core.html#serverroot">ServerRoot</a></code>. </p> - <div class="example"><h3>Example</h3><pre class="prettyprint lang-config"> - ScriptLog logs/cgi_log - </pre> + <div class="example"><h3>Example</h3><pre class="prettyprint lang-config"> ScriptLog logs/cgi_log</pre> </div> <p>This log will be opened as the user the child processes run |