On Nov 1, 2007 8:38 AM, Hans <hans@xxxxxxxxxx> wrote: > So in your config you have only <Public_IP:80 (443)> or > <Private_IP:80(443) Public_ip:80(443)>. No. In your config you have: Several of either <VirtualHost *:80> or <VirtualHost private_ip:80> (After "VirtualHost" you need to put exactly the same thing you've put after your NameVirtualHost statement.) And you can have one <VirtualHost *:443> blockt or one <VirtualHost IP:443> block for each IP _your server has_ But what you want, based on your description in your first post, is not possible. It is not possible to have multiple SSL based hosts each with their own certificate on one IP address. This is not a limitation of Apache, this is a limitation of the SSL protocol. If you want to know why, read this: http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#vhosts Krist -- krist.vanbesien@xxxxxxxxx krist@xxxxxxxxxxxxx Bremgarten b. Bern, Switzerland -- A: It reverses the normal flow of conversation. Q: What's wrong with top-posting? A: Top-posting. Q: What's the biggest scourge on plain text email discussions? --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx