forked from pool/apache2
Accepting request 644712 from home:adkorte:branches:Apache
- the "event" MPM is fully supported since 2.4 - configure an OCSP stapling cache by default (still requires enabling SSLUseStapling in vhost) OBS-URL: https://build.opensuse.org/request/show/644712 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=572
This commit is contained in:
@@ -35,6 +35,10 @@
|
||||
# Enable/Disable SSL for this virtual host.
|
||||
SSLEngine on
|
||||
|
||||
# OCSP Stapling:
|
||||
# Enable/Disable OCSP for this virtual host.
|
||||
SSLUseStapling on
|
||||
|
||||
# You can use per vhost certificates if SNI is supported.
|
||||
SSLCertificateFile /etc/apache2/ssl.crt/vhost-example.crt
|
||||
SSLCertificateKeyFile /etc/apache2/ssl.key/vhost-example.key
|
||||
|
Reference in New Issue
Block a user