Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 135805 - apache 2.2.2 ebuild, with SSL server-name indication support
Summary: apache 2.2.2 ebuild, with SSL server-name indication support
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-06 11:14 UTC by J
Modified: 2009-07-03 07:59 UTC (History)
0 users

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


Attachments
apache 2.2.2 with server name indication support (requires openssl 0.9.9-snap and "sni" use flag) (apache-2.2.2.ebuild,14.29 KB, text/plain)
2006-06-06 11:15 UTC, J
Details

Note You need to log in before you can comment on or make changes to this bug.
Description J 2006-06-06 11:14:55 UTC
This is an ebuild for apache 2.2.2 with Server Name Indication support (via a new "sni" use flag).  SNI essentially allows ssl name-based virtual hosts with browsers that support it.  So far I think that means just Opera 8.x and later.  I tested it with Opera 9.0.0 beta2

SNI support requires an openssl 0.9.9 snapshot, so I added that to bugzilla too.
http://bugs.gentoo.org/show_bug.cgi?id=135801
Comment 1 J 2006-06-06 11:15:54 UTC
Created attachment 88549 [details]
apache 2.2.2 with server name indication support (requires openssl 0.9.9-snap and "sni" use flag)
Comment 2 Michael Stewart (vericgar) (RETIRED) gentoo-dev 2006-06-06 16:07:00 UTC
With the exception of MPMs, we don't support or include third-party patches for apache. Get the patch accepted upstream if you want this support.
Comment 3 Neil Katin 2009-07-02 22:00:39 UTC
Just FYI: SNI support has been added to apache 2.2.x and 2.3, and is scheduled to be included in the forthcoming 2.2.12 release.

http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI

https://issues.apache.org/bugzilla/show_bug.cgi?id=34607
Comment 4 Benedikt Böhm (RETIRED) gentoo-dev 2009-07-03 07:59:09 UTC
(In reply to comment #3)
> Just FYI: SNI support has been added to apache 2.2.x and 2.3, and is scheduled
> to be included in the forthcoming 2.2.12 release.
> 
> http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI
> 
> https://issues.apache.org/bugzilla/show_bug.cgi?id=34607
> 

gentoos apache has supported SNI for quite some time now, but thanks for the info.