14 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] Sqwebmail 5.0.1
FromSent OnAttachments
zrrApr 2, 2005 5:15 am 
Brian CandlerApr 3, 2005 12:53 am 
zrrApr 3, 2005 9:44 am 
zrrApr 3, 2005 9:49 am 
zrrApr 3, 2005 10:41 am 
Brian CandlerApr 3, 2005 10:55 am 
zrrApr 3, 2005 11:05 pm 
zrrApr 4, 2005 5:20 am 
Sam VarshavchikApr 4, 2005 6:35 am 
zrrApr 4, 2005 6:44 am 
zrrApr 4, 2005 6:46 am 
Brian CandlerApr 4, 2005 7:53 am 
zrrApr 4, 2005 8:06 am 
zrrApr 4, 2005 8:22 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [sqwebmail] Sqwebmail 5.0.1Actions...
From:zrr (zdav@gmail.com)
Date:Apr 4, 2005 6:46:09 am
List:net.sourceforge.lists.courier-sqwebmail

Yes, thanks for the hint - that is correct. But as stated in my last mail I took out the -SSL option in configure. Same problem.

Thanks for your input and help. Zeno

I'm running Apache 2.0.53 on Gentoo on Gentoo. I done accordingly and as stated in http://gentoo-wiki.com/HOWTO_Apache2.

My Apache starts and all the other CGI's work (tmda-cgi, qmailadmin). SSL does not allow a connection yet. nmap 127.0.0.1 <http://127.0.0.1> does not show 443 open ;(.

I just reconfigured sqwebmail without ssl Support. But I get the same error. My Apache Access-Log tells me: 127.0.0.1 <http://127.0.0.1> - - [04/Apr/2005:15:42:12 +0200] "GET /cgi-bin/sqwebmail HTTP/1.1" 303 49

my configure options are: --with-aspell=/usr/lib/aspell --enable-hardtimeout=3600 --enable-imageurl=/sqwebmail --enable-imagedir=/var/www/localhost/htdocs/sqwebmail --enable-cgibindir=/var/www/localhost/cgi-bin/

I have no idea what 303 49 means. 49 must be some Byte location/code?

Thanks for your help. Zeno

PS: Yes I done the Certificate with gentestcrt.ch by Hand. Gentoo emerge should do it as well though.

On Apr 4, 2005 2:40 PM, Jean Caron <car@norac.net> wrote:

Did you create the required certificate ? If so, did you point your conf file to this certificate ? Do you start like so 'apachectl startssl' ?

zrr writes:

Yes I do. But somehow port 443 won't open on apache 2.0.53. Apache starts correctly but the port is not open.

Any hints?

Thanks, Zeno

On Apr 4, 2005 2:00 PM, Jean Caron <car@norac.net> wrote:

I seem to recall from your original post that you compiled with https enabled. Do you start apache with SSL support ?

zrr writes:

My httpd.conf file goes: ScriptAlias /cgi-bin/ /var/www/localhost/cgi-bin/ ScriptAlias /protected-cgi-bin/ /var/www/localhost/protected-cgi-bin/

My directory goes: <Directory "/var/www/localhost/cgi-bin/"> AllowOverride None # Options ExecCgi FollowSymLinks # SetHandler cgi-script Order allow,deny Allow from all </Directory>

and my sqwebmail is located in: /var/www/localhost/cgi-bin/sqwebmail3

Thanks for your help. Zeno

On Apr 3, 2005 7:55 PM, Brian Candler <B.Ca@pobox.com> wrote:

On Sun, Apr 03, 2005 at 07:41:25PM +0200, zrr wrote:

ok, now my apache-error log tells me: attempt to invoke directory as script: /var/www/localhost/cgi-bin/sqwebmail3/ Any hints on what to do with this?

Yes, give the correct URL. For example, it might be http://localhost/cgi-bin/sqwebmail3/sqwebmail

I can't see your system, so I can't tell (a) how you've configured Apache (e.g. which directory ScriptAlias /cgi-bin/ points to, and (b) where you've installed the 'sqwebmail' CGI stub.