From: Rich Bowen Date: Mon, 27 Dec 2010 15:47:33 +0000 (+0000) Subject: Links to current documentation. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1d1d089ecf666cbd43df6abb3ab97a22abdea41;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/htdocs/manual/mod/mod_cgi.html.en b/htdocs/manual/mod/mod_cgi.html.en index d87c3675b31..6357f4d14a6 100644 --- a/htdocs/manual/mod/mod_cgi.html.en +++ b/htdocs/manual/mod/mod_cgi.html.en @@ -151,6 +151,9 @@ Status: mod_cgi +

Current documentation for this directive may be found here

+

The ScriptLog 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 @@ Status: mod_cgi +

Current documentation for this directive may be found here

+

ScriptLogLength 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 @@ Status: mod_cgi +

Current documentation for this directive may be found here

+

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