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 configure a basic VirtualHost for port 80:
<VirtualHost 1.2.3.4> ServerName my.host.com DocumentRoot /var/www/html CustomLog /var/log/access.log combined .... </VirtualHost> you get the idea.. On Sun, 2002-10-06 at 11:02, Marc Dreher wrote: > 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 I only get > https only. So ssl is working ok, but I do not get it working together. I can't > see an error in my configuration but there probably is and thats why I am > asking :-)
signature.asc
Description: This is a digitally signed message part