On Sun, Jul 20, 2003 at 01:04:53AM +0800, CH Quek wrote: <<< A HTML-encoded E-mail :-( >>>
> When I try to launch the sqwebmail from a external broswer using eg. > [1]http://my_website/cgi-bin/sqwebmail I got an error: > > -------------------------------------------------------------- > > Server error! > > The server encountered an internal error and was unable to > complete your request. > > Error message: > malformed header from script. Bad header=� : sqwebmail > > Error 500 You have said nothing about your environment, I am guessing the server is Apache? In which case does anything appear in your webserver error_log? > Is there any particular port that is required for sqwebmail to run? It is a CGI web application. http runs on port 80, unless you choose a different one. If you have a webserver problem, then this is not the list to ask for help. I will mention that you can test it like this: telnet mywebsite.com 80 GET /cgi-bin/sqwebmail HTTP/1.0 Host: mywebsite.com <blank line> You can see from that whether you are getting a sensible response or not from the webserver. Brian.
