| Jeffrey Schwartz 2004-05-01, 12:35 pm |
| Hi,
We are currently moving to a new web server. The old server is running
Apache 1.3.27 on Red Hat Linux 7.0 while the new one is running Apache
2.0.46 on Red Hat Linux 3.0ES. Everything is working fine except for one
script which runs under SSL and creates a cookie. When this script is
called, the following error message appears in the log:
[Fri Apr 30 15:02:07 2004] [error] [client 69.158.25.147] malformed header
from
script. Bad header=; path=/;:
I've put some file pipes in the CGI script and the HTML retuned looks like
this:
Set-Cookie: cart=326470&2; path=/;
Set-Cookie: prefs=USCUR&0; path=/;
Set-Cookie:
favourite=346167&1&340477&1&346912&1&326470&30&339898&1&345052&1&345
949&1&343446&1; expires=Friday, 31-Dec-10 00:00:00 GMT; path=/;
Content-Type: text/html; charset=ISO-8859-1^M
^M
<html>
<head>
etc...
Interestingly enough, this script runs without any problems on the old
server and up until a few days ago ran without any problems on the new
server (some changes were made to our config file but unfortunately I do not
have a detailed record of what changes were made on which days).
Has anyone encountered this problem? Any suggestions or feedback would be
much appreciated.
Regards,
Jeff Schwartz
|