From: Guenter Knauf Date: Sun, 17 Apr 2011 16:38:42 +0000 (+0000) Subject: Added shebang check for '! so that .vbs scripts can work as CGI. X-Git-Tag: 2.3.12~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=802452c26ab82144757d2ded9e3df195dbb74cc8;p=thirdparty%2Fapache%2Fhttpd.git Added shebang check for '! so that .vbs scripts can work as CGI. Backport of r1054347 from trunk; reviewed by wrowe, trawick. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1094174 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index a32c696262b..44cf467c3f5 100644 --- a/CHANGES +++ b/CHANGES @@ -64,6 +64,10 @@ Changes with Apache 2.3.12 Changes with Apache 2.3.11 + *) mod_win32: Added shebang check for '! so that .vbs scripts can work as CGI. + Win32's cscript interpreter can only use a single quote as comment char. + [Guenter Knauf] + *) mod_proxy: balancer-manager now uses POST instead of GET. [Jim Jagielski]