SHA256
1
0
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:
2018-11-01 14:07:47 +00:00
committed by Git OBS Bridge
parent cb4ffad5b8
commit e86bea8079
4 changed files with 31 additions and 6 deletions

View File

@@ -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