- To: slug <slug@xxxxxxxxxxx>
- Subject: Re: [SLUG] apache and apache-ssl
- From: David Fitch <davidf@xxxxxxxxxxxxxx>
- Date: Mon Sep 2 22:28:13 2002
On Mon, 2002-09-02 at 21:19, Jan Schmidt wrote:
> <quote who="David Fitch">
>
> > what's the deal with apache and apache-ssl in debian woody?
> > are you supposed to install and run both versions of apache?
> > seems a bit odd to me....why not one listening on both ports
> > and if it's port 443 do the ssl stuff??
>
> Yes, you use a separate package... the actual apache vs apache-ssl binaries
> are different beasties.
hmmm
> > I want ssl for squirrelmail/webmail so the passwds are not
> > plain text so installed both but it always only hits the
> > normal apache.
>
> Um... presumably you're using a https URL?
well trouble is squirrelmail just adds a little include to the
end of httpd.conf which is:
Alias /squirrelmail /usr/share/squirrelmail
Alias /webmail /usr/share/squirrelmail
(actually it just does the first one, I added the second one
cos I always get the spelling wrong of squirrelmail)
so, no there's no https bit
> Do you mean that it's redirecting
> you to the http address?
>
> Anything in the logfiles?
normal bits in the apache access file, nothing in the apache-ssl
logs - it's going to apache not apache-ssl, ie. not using
ssl/https.
I guess I just have to force that url to be https??
Dave.