Gossamer Forum
Home : Products : Others : MySQLMan :

Get intermittent error: malformed header from script. Bad header=

Quote Reply
Get intermittent error: malformed header from script. Bad header=
I'm trying to run this on apache2.0 and I'm not sure if the conf is setup correctly, could you please tell me what it should look like for /mysqlman?
Currently have this:
Alias /mysqlman /data/sites/mysql/cgi-bin/mysqlman-1.09
<Location /mysqlman>
SetHandler perl-script
PerlSendHeader On
PerlResponseHandler ModPerl::Registry
PerlOptions +ParseHeaders
Options +ExecCGI
Order allow,deny
Allow from all
</Location>

Right now it works sometimes but I have to click back and forth....and keep getting errors like this:

[Wed May 14 14:29:03 2008] [error] [client 66.80.210.90] malformed header from script. Bad header=<HTML>: mysql.cgi, referer: http://myhost/mysqlman/mysql.cgi


Please help.

Thanks,
Chris