Setup: Apache server + -protocol cgi I found today that when the generated CGI script serves the generated Javascript file which goes along with any page which uses Javascript, it works fine unless the browser has cached it, in which case the server throws 500 Internal Server Error: (from the server logs):
[Mon Mar 04 21:59:44 2013] [error] [client 127.0.0.1] malformed header from script. Bad header=HTTP/1.1 304 Not Modified: appname.exe, referer: http://localhost:8080/cgi-bin/appname.exe/Appname/main Implying that the CGI page is trying to tell the client that the client's cached version is correct, but is generating the headers incorrectly. Has anyone seen this problem before/can replicate it? -- Istvan Chung _______________________________________________ Ur mailing list [email protected] http://www.impredicative.com/cgi-bin/mailman/listinfo/ur
