Hi there,

I use Apache 1.3.20 with OpenSSL on Windows NT 4. I also use Virtual Hosts 
with Apache.
So my problem is the following: I defined a lot of Virtual Hosts (see 
below). I use a lot of hosts
only on port 80, but some other hosts on port 443 for SSL. For the hosts 
with SSL, I use different
IP addresses, so that each host with SSL has its own IP.
When I try to start Apache, I get the message:
"Mixing * ports and non-* ports with a NameVirtualHost address is not 
supported, proceeding with
undefined results." So what can I do? I tell you shortly what I want to have...

1. I want to run a lot of hosts on port 80 on this machine (most hosts have 
the same IP)
2. I want to run also some hosts with SSL (443), where each host (SSL) has 
its own IP.

Maybe, I only have to put a ":80" behind every "normal" host and a ":443" 
behind every SSL-host?!
I hope, someone can help me... Thank you!

Here is my definition of the virtual hosts:

NameVirtualHost xxx.xxx.xxx.xxx (for a lot of hosts only on port 80)
NameVirtualHost yyy.yyy.yyy.yyy (for only one SSL host)


<VirtualHost xxx.xxx.xxx.xxx>
...
ServerName host1.domain.com
...
</VirtualHost>


<VirtualHost xxx.xxx.xxx.xxx>
...
ServerName host2.domain.com
...
</VirtualHost>


<VirtualHost yyy.yyy.yyy.yyy:443>
...
ServerName ssl_host.domain.com
...
</VirtualHost>


Best regards, J. Schroeder


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to