8 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] sqwebmail installation
FromSent OnAttachments
mess-mateMar 5, 2006 2:34 am 
Sam VarshavchikMar 5, 2006 5:23 pm 
mess-mateMar 6, 2006 10:07 am 
Sam VarshavchikMar 6, 2006 3:59 pm 
mess-mateMar 7, 2006 3:23 pm 
Brian CandlerMar 8, 2006 12:37 am 
Julie S. LinMar 13, 2006 11:43 am 
Sam VarshavchikMar 13, 2006 3:43 pm 
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 installationActions...
From:Brian Candler (B.Ca@pobox.com)
Date:Mar 8, 2006 12:37:27 am
List:net.sourceforge.lists.courier-sqwebmail

On Wed, Mar 08, 2006 at 12:24:14AM +0100, mess-mate wrote:

Sorry, can't find what happen exactly. webadmin runs in this cgi-bin, so whynot sqwebmail ? The error persist as 'can't find /http://127.0.0.1/cgi-bin/sqwebmail' (error 404)

That's an Apache error. Therefore it's nothing to do with sqwebmail, as sqwebmail hasn't even started running yet.

If I were you, I would create /var/www/cgi-bin/test.sh containing

#!/bin/sh echo "Content-Type: text/plain" echo "" echo "Hello, world!"

Then chmod +x it, and try http://127.0.0.1/cgi-bin/test.sh

If that also gives you a 404, then you know that Apache definitely isn't looking in that directory. If webadmin works, then I imagine you have a second copy of webadmin installed in the place where Apache is actually looking.

So it's up to you to either (1) find that location, and copy test.sh and sqwebmail there; or (2) modify your Apache configuration so that it looks in /var/www/cgi-bin instead

Many simple Apache configs have a ScriptAlias line. Try looking for that.

Regards,

Brian.