[users@httpd] is it poss to make apache 2.0.59 listen to two 443 ports?

View: New views
3 Messages — Rating Filter:   Alert me  

[users@httpd] is it poss to make apache 2.0.59 listen to two 443 ports?

by khalid touati-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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!

RE: [users@httpd] is it poss to make apache 2.0.59 listen to two 443 ports?

by Emmanuel Bailleul :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

>De : khalid touati [mailto:khalidtouati@...]
>Envoyé : mercredi 11 novembre 2009 18:01
>À : users@...
>Objet : [users@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: users-unsubscribe@...
   "   from the digest: users-digest-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: [users@httpd] is it poss to make apache 2.0.59 listen to two 443 ports?

by khalid touati-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

thank you very much Emmanuel! that helped understanding what i got!

2009/11/12 Emmanuel Bailleul <Emmanuel.Bailleul@...>
>De : khalid touati [mailto:khalidtouati@...]
>Envoyé : mercredi 11 novembre 2009 18:01
>À : users@...
>Objet : [users@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: users-unsubscribe@...
  "   from the digest: users-digest-unsubscribe@...
For additional commands, e-mail: users-help@...




--
Abdullah