Anyone uses sqwebmail on Netscape version ?
Sam Varshavchik wrote:
> On Thu, 24 Aug 2000, Dan Fairs wrote:
>
> > Hi,
> >
> > I'm having a bit of a strange problem using sqwebmail with https. Sqwebmail
> > has been configured to generate https:-style URLs successfully. I've got
> > apache configured so the secure script directory is
> > /home/www/secure-group/cgi-bin. An ls of this directory is:
> >
> > [root@bonsai cgi-bin]$ pwd
> > /home/www/secure-group/cgi-bin
> > [root@bonsai cgi-bin]$ ls -l
> > total 341
> > -rwsr-sr-x 1 vpopmail vchkpw 86044 Aug 24 11:35 qmailadmin
> > -rwsr-sr-x 1 root www 250104 Aug 24 13:16 sqwebmail
> >
> > qmailadmin works correctly, so Apache is set up right.
> >
> > I have a copy of the sqwebmail binary in my 'standard' (non-https)
> > directory, and I get the login screen when I hit it. Browsing the source
> > generated, the form correctly points to:
> >
> > <form method="post" name="logon"
> > action="https://www.spiderplant.net/cgi-bin/sqwebmail">
> >
> > This is what I'd expect. However, when hitting the Login button I get a 404
> > not found. Sure enough, typing that address in manually results in the same
> > thing.
> >
> > Any idea why this is happening? I can't figure it out - especially as
> > qmailadmin works fine.
>
> This has something to do with your apache configuration.
>
> Since https://www.spiderplant.net/cgi-bin/sqwebmail does not run the
> sqwebmail binary, that is your actual problem, and this must be resolved
> exclusively within apache.
>
> --
> Sam