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!
