From: Aaron Bannert Date: Thu, 21 Mar 2002 16:16:15 +0000 (+0000) Subject: Fix minor formatting error. Mention the default for CGICommandArgs. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55b2f30691b847652544325ac664c527286a5929;p=thirdparty%2Fapache%2Fhttpd.git Fix minor formatting error. Mention the default for CGICommandArgs. Also mention isindex-style query argument passing, so we don't confuse this with QUERY_STRING. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94093 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/CHANGES b/src/CHANGES index f8a2167772c..7947fad3046 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -20,16 +20,17 @@ Changes with Apache 1.3.24 *) Win32; Never invoke cmd or bat scripts based on the registry, even for 'ScriptInterpreterSource Registry' enabled. [William Rowe] - *) Provide Win32 users a log of the cgi command invoked, to assist + *) Provide Win32 users a log of the cgi command invoked, to assist in debugging scripts at LogLevel info. Also provide env vars at LogLevel debug for additional help to admins troubleshooting the ever mysterious "Premature end of script headers" error. [Aaron Bannert] - *) Added the 'CgiCommandArgs off' directive, to allow admins + *) Added the 'CGICommandArgs off' directive, to allow admins to disable the query argument passing mechanism in Apache, - if future cgi arguments vulnerabilities should be discovered. - [Aaron Bannert] + if future CGI argument vulnerabilities should be discovered. + This defaults to 'on', meaning isindex-style query arguments + are enabled. [Aaron Bannert] *) When a proxied site was being served, Apache was replacing the original site Server header with it's own, which is not