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 8:06:59 am
List:net.sourceforge.lists.courier-sqwebmail

Hi Brian

Your input gives me:

/etc/apache2/vhosts.d> telnet localhost 80 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. GET /cgi-bin/sqwebmail HTTP/1.0 Host: localhost

HTTP/1.1 302 Found Date: Mon, 04 Apr 2005 14:59:46 GMT Server: Apache/2.0.53 (Gentoo/Linux) mod_ssl/2.0.53 OpenSSL/0.9.7d Cache-Control: no-store Pragma: no-cache Location: https://localhost/cgi-bin/sqwebmail?index=1 Content-Length: 338 Connection: close Content-Type: text/html; charset=iso-8859-1

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>302 Found</title> </head><body> <h1>Found</h1> <p>The document has moved <a href=" https://localhost/cgi-bin/sqwebmail?index=1">here</a>.</p> <hr> <address>Apache/2.0.53 (Gentoo/Linux) mod_ssl/2.0.53 OpenSSL/0.9.7d Server at localhost Port 80</address> </body></html> Connection closed by foreign host.

I'm a bit confused, as I done a configure without the --enable-https option.

My host file goes: 127.0.0.1 <http://127.0.0.1> localhost 192.168.0.71 <http://192.168.0.71> zrr.local zrr 192.168.0.72 <http://192.168.0.72> zrrwireless.local.zrr

Thanks for your help. Zeno

On Apr 4, 2005 4:53 PM, Brian Candler <B.Ca@pobox.com> wrote:

On Mon, Apr 04, 2005 at 03:44:48PM +0200, zrr wrote:

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> <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?

303 is a 'See Other' response (see RFC 2616). It's probably sqwebmail issuing its initial redirect. If so this is perfectly normal.

Try:

$ telnet localhost 80 GET /cgi-bin/sqwebmail HTTP/1.0 << CASE-SENSITIVE Host: localhost <blank line, i.e. just hit 'enter'>

You'll probably get back

<H1>Found</H1> The document has moved <A HREF="http://foo.bar/cgi-bin/sqwebmail?index=1"

here</A>.<P>

If so, that's OK: but have a look at the hostname where I've put 'foo.bar' and see if it makes sense in your environment, more specifically if it makes sense to the web client which is connecting. If not, you may need to update your system hostname and/or put something in /etc/hosts to make it work.