Nicholas Chua writes:

Ok.

The other erorr on apache:-

[Wed Jun 18 02:43:59 2003] [error] [client 202.172.54.31] malformed header
from script. Bad header¤: /var/www/cgi-bin/sqwebmail

Looks like a problem running the binary itself, but you are not logging the full error message. Put the following wrapper in your cgi-bin directory, and run it instead:

#!/bin/sh

echo "Content-Type: text/plain"
echo ""
/var/www/cgi-bin/sqwebmail 2>&1


Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to