Re: Apache mod_ssl problem. Don't get https...

2002-10-09 Thread Justin Ryan
Hello Marc, Unfortunately, I beleive this is due to a problem with Apache's handling of the global server configuration when Virtual Hosts are defined - if there are Virtual Hosts, the default site is the first listed host (not the globally configured server). Seems funky, but you just need to c

Apache mod_ssl problem. Don't get https...

2002-10-06 Thread Marc Dreher
Hi, I am stuck here. I used apt-get to install apache and mod_ssl. Then I edited httpd.conf to run one server serving http on port 80 and https on port 443 via a virtual host. The problem is, when I start apache I only get http, no https. But when I use "Port 443" instead of Port 80 in httpd.conf