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.