summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2010-12-27 15:47:33 +0000
committerRich Bowen <rbowen@apache.org>2010-12-27 15:47:33 +0000
commite1d1d089ecf666cbd43df6abb3ab97a22abdea41 (patch)
tree117423bfab970cf499910c84e20706d47af36eaf
parent9e2ad5b7c48c600f66df2582eacb36b7b4006bdc (diff)
downloadhttpd-e1d1d089ecf666cbd43df6abb3ab97a22abdea41.tar.gz
Links to current documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1053091 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--htdocs/manual/mod/mod_cgi.html.en9
1 files changed, 9 insertions, 0 deletions
diff --git a/htdocs/manual/mod/mod_cgi.html.en b/htdocs/manual/mod/mod_cgi.html.en
index d87c3675b3..6357f4d14a 100644
--- a/htdocs/manual/mod/mod_cgi.html.en
+++ b/htdocs/manual/mod/mod_cgi.html.en
@@ -151,6 +151,9 @@
<a href="directive-dict.html#Status"
rel="Help"><strong>Status:</strong></a> mod_cgi
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/mod_cgi.html#scriptlog">here</a></strong></p>
+
<p>The <tt>ScriptLog</tt> directive sets the CGI 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
@@ -186,6 +189,9 @@
<a href="directive-dict.html#Status"
rel="Help"><strong>Status:</strong></a> mod_cgi
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/mod_cgi.html#scriptloglength">here</a></strong></p>
+
<p><tt>ScriptLogLength</tt> can be used to limit the size of
the CGI script logfile. Since the logfile logs a lot of
information per CGI error (all request headers, all script
@@ -207,6 +213,9 @@
<a href="directive-dict.html#Status"
rel="Help"><strong>Status:</strong></a> mod_cgi
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/mod_cgi.html#scriptlogbuffer">here</a></strong></p>
+
<p>The size of any PUT or POST entity body that is logged to
the file is limited, to prevent the log file growing too big
too quickly if large bodies are being received. By default, up