diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-12-15 20:57:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-12-15 21:00:20 +0000 |
commit | 30f55b533d1b28bb65eb7bdfd6b88acfb8b9931b (patch) | |
tree | da38544dac6519c75bb228bf87975816f9114bc0 /debian/apache2.postinst | |
parent | Merging debian version 2.4.62-3. (diff) | |
download | apache2-30f55b533d1b28bb65eb7bdfd6b88acfb8b9931b.tar.xz apache2-30f55b533d1b28bb65eb7bdfd6b88acfb8b9931b.zip |
Disabling ocsp-stapling by default due to general abandonment.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/apache2.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/apache2.postinst b/debian/apache2.postinst index b02f127..43fb3f1 100644 --- a/debian/apache2.postinst +++ b/debian/apache2.postinst @@ -57,7 +57,7 @@ enable_default_conf() if is_fresh_install $@ ; then for conf in charset localized-error-pages other-vhosts-access-log \ security serve-cgi-bin \ - csp hsts modern-cookies modern-ssl no-cache no-frames no-git no-referrer no-sniff ocsp-stapling xss-filtering ; do + csp hsts modern-cookies modern-ssl no-cache no-frames no-git no-referrer no-sniff xss-filtering ; do a2enconf -m -q $conf done fi |