SSL name-based virtual hosts are supported

Bug #528894 reported by Alex Dehnert
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
apache2 (Ubuntu)
Fix Released
Low
Unassigned

Bug Description

Binary package hint: apache2.2-common

alex@masada apache2 [09:18] $ lsb_release -rd
Description: Ubuntu 9.10
Release: 9.10
alex@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>

Revision history for this message
Alex Dehnert (adehnert) wrote :

Sorry, that should be /etc/apache2/ports.conf above, not /etc/ports.conf.

Revision history for this message
Chuck Short (zulcss) wrote :

Need to update the config file to reflect this.

Regards
chuck

Changed in apache2 (Ubuntu):
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
Chuck Short (zulcss) wrote :

This should be fixed in natty.

Please re-open if you still get the same problem.

chuck

Changed in apache2 (Ubuntu):
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.