I have compiled sqwebmail-2.1.1 using the slackware distribution (kernel
2.2.13)
of linux. I am using the following configuration options.
./configure --enable-cgibindir=/http/web/cgi-bin \
--enable-imagedir=/http/web/htmldocs/sqwebmailImages \
--enable-mimetypes=/http/apache/conf/mime.types \
--enable-imageurl=/sqwebmailImages \
--with-authshadow \
--without-authmysql \
--without-authldap \
--without-authpam \
--without-authvchkpw \
--with-htmllibdir=/http/apache/sqwebmail
I am using apache 1.3.12 and exim as my mail server. exim has been
compiled with
the maildir option. The build and installation completes without problem.
When I run sqwebmail, I get the login screen. If I give the incorrect
password, I get 'INVALID USER ID OR PASSWORD'. If give the give the correct
password, apache returns with the error message:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable
to complete your request.
Please contact the server administrator, trilan and inform them of the time
the error occurred, and anything you might have done that may have caused
the error.
More information about this error may be available in the server error log.
The only thing that I see in the server log is an attempt to execute
the image cgi-bin/bg.gif. The script log contains the lines
%% [Sun Jul 15 11:00:09 2001] POST /cgi-bin/sqwebmail HTTP/1.0
%% 500 /http/web/cgi-bin/sqwebmail
%request
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, image/png, */*
Accept-Charset: iso-8859-1,*,utf-8
Accept-Encoding: gzip
Accept-Language: en
Authorization: Basic bWFuYWdlcjptYW5hZ2Vy
Content-length: 60
Content-type: application/x-www-form-urlencoded
Host: mail
Referer: http://mail/cgi-bin/sqwebmail?noframes=1
User-Agent: Mozilla/4.76 [en] (Win98; U)
username=fmilinaz&password=fmilinaz&do.login=Login&sameip=on
%response
I have seen reference to this error in the mail archives, but I could not
find a reply.
Any suggestions would be greatly appreciated.