Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 247139 - www-servers/apache - Please add virtual host support to conf file for ssl hosts
Summary: www-servers/apache - Please add virtual host support to conf file for ssl hosts
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-17 07:14 UTC by Priit Laes (IRC: plaes)
Modified: 2009-01-01 13:23 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Priit Laes (IRC: plaes) 2008-11-17 07:14:45 UTC
As now it is possible to use name based virtual hosts with mod_ssl (USE="sni") please add following directive to conf files so these hosts work "out of the box".

By default they do not work as one needs to add
'NameVirtualHost *:443' 

to 

/etc/apache2/vhosts.d/00_default_ssl_vhost.conf (or any other conf file)


And this is quite tricky to find out :)
Comment 1 Michele Schiavo 2008-11-17 22:16:56 UTC
virtual host with ssl ?
Comment 2 Priit Laes (IRC: plaes) 2008-11-18 17:19:52 UTC
> virtual host with ssl ?
> 

Yep, that's what USE="sni" does :)

http://en.wikipedia.org/wiki/Server_Name_Indication
Comment 3 Michele Schiavo 2008-11-18 19:25:00 UTC
Sorry, i didn't know about ssl2.
Comment 4 Benedikt Böhm (RETIRED) gentoo-dev 2009-01-01 13:23:54 UTC
since sni is still experimantal this should not yet be configured as default