[Bug 528894] [NEW] SSL name-based virtual hosts are supported

Alex Dehnert alex-net.url.net.launchpad at dehnert.arctic.org
Sat Feb 27 09:22:03 GMT 2010


Public bug reported:

Binary package hint: apache2.2-common

alex at masada apache2 [09:18] $ lsb_release -rd
Description:	Ubuntu 9.10
Release:	9.10
alex at masada apache2 [09:19] $ apt-cache policy apache2.2-common
apache2.2-common:
  Installed: 2.2.12-1ubuntu2.1
  Candidate: 2.2.12-1ubuntu2.1
  Version table:
 *** 2.2.12-1ubuntu2.1 0
        500 http://superconducktor.mit.edu karmic-updates/main Packages
        500 http://security.ubuntu.com karmic-security/main Packages
        100 /var/lib/dpkg/status
     2.2.12-1ubuntu2 0
        500 http://superconducktor.mit.edu karmic/main Packages

The standard /etc/ports.conf provided claims:
<IfModule mod_ssl.c>
    # SSL name based virtual hosts are not yet supported, therefore no
    # NameVirtualHost statement here
    Listen 443
</IfModule>

In reality, now that SNI is supported (LP: 184131), SSL name based
virtual hosts *are* supported.

I'd expect a snippet more like:
<IfModule mod_ssl.c>
    NameVirtualHost *:443
    Listen 443
</IfModule>

** Affects: apache2 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
SSL name-based virtual hosts are supported
https://bugs.launchpad.net/bugs/528894
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.



More information about the Ubuntu-server-bugs mailing list