>De : khalid touati [mailto:[email protected]] 
>Envoyé : mercredi 11 novembre 2009 18:01
>À : [email protected]
>Objet : [us...@httpd] is it poss to make apache 2.0.59 listen to two 443 ports?
>
>Hi Guys,
>my httpd server contains (it's an apache 2.0.59 on gentoo):
>httpd.conf+ separate file for Virtual hosts+ separate file for ssl VH
>on the ssl config file there is one website running as follows:
> 
><VirtualHost _default_:443>
>....
></VirtualHost>
> 
>is it possible to deploy another website (with of course another ssl 
>certificate) like >this????????:
><VirtualHost *:443>
>....
></VirtualHost>
>
>thank you guys for any help!

Hi,

With this Apache version, this would be possible but if you use the same IP 
address then you would get certificate mismatch alerts.
If you use different IP for each "SSL Vhost" then it would work as expected (as 
far as I really understood your need ...).
If you want to be able to do the same but with the same IP address then you 
will have to upgrade to at least 2.2.12 (2.2.14 recommended) and refer to the 
official documentation to setup your config, in particular :
http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI

Regards.

Emmanuel

---------------------------------------------------------------------
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: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to