https://bz.apache.org/bugzilla/show_bug.cgi?id=57646
Bug ID: 57646
Summary: SSLEngine inside If directive
Product: Apache httpd-2
Version: 2.5-HEAD
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: mod_ssl
Assignee: [email protected]
Reporter: [email protected]
I'd like to use SSLEngine inside of an If directive. That way, I could do
something like:
<VirtualHost *:80 *:443>
<If "%{REQUEST_SCHEME} == 'https'">
SSLEngine On
SSLCertificateFile /etc/apache2/ssl/mycert.crt
SSLCertificateKeyFile /etc/apache2/ssl/mycert.key
</If>
#additional per-virtual-host config here
</VirtualHost>
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]