You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2009/05/23 16:54:19 UTC

DO NOT REPLY [Bug 47256] New: Enable SSL on a per-port basis

https://issues.apache.org/bugzilla/show_bug.cgi?id=47256

           Summary: Enable SSL on a per-port basis
           Product: Apache httpd-2
           Version: 2.2.11
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: PatchAvailable
          Severity: normal
          Priority: P2
         Component: mod_ssl
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: ghopper@godaddy.com


Created an attachment (id=23708)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23708)
Add port number option to SSLEngine configuration directive

This patch allows a single virtualhost entry to serve both SSL and non-SSL
requests.  This is useful in a mass hosting environment.  Note that each SSL
certificate still requires a dedicated ip address/port.

Consider the following configuration:

<VirtualHost 10.0.0.1:80 10.0.0.1:443>
    ServerName one.example.com
    DocumentRoot one
    SSLEngine 443
    SSLCertificateFile    ssl-cert-one.pem
    SSLCertificateKeyFile ssl-cert-one.key
</VirtualHost>

<VirtualHost 10.0.0.2:80 10.0.0.2:443>
    ServerName two.example.com
    DocumentRoot two
    SSLEngine 443
    SSLCertificateFile    ssl-cert-two.pem
    SSLCertificateKeyFile ssl-cert-two.key
</VirtualHost>

Without this patch, this setup would require twice the number of virtualhost
entries.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47256] Enable SSL on a per-port basis

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47256


Dan Poirier <po...@pobox.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement




--- Comment #1 from Dan Poirier <po...@pobox.com>  2009-06-10 11:03:54 PST ---
mark as enhancement.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 47256] Enable SSL on a per-port basis

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47256

Joachim Breitner <ma...@joachim-breitner.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mail@joachim-breitner.de

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org