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 3, 2005 11:05:28 pm
List:net.sourceforge.lists.courier-sqwebmail

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.