summaryrefslogtreecommitdiffstats
path: root/debian/apache2.postinst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 21:49:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 21:49:26 +0000
commit19c0db6321511d3d8dc4c5a85bd7fa409bd1451a (patch)
treea534cc6329da61f9d4e9bf6e2acd22f84d9b9f2d /debian/apache2.postinst
parentSetting X-XSS-Protection to "1; mode=block". (diff)
downloadapache2-19c0db6321511d3d8dc4c5a85bd7fa409bd1451a.tar.xz
apache2-19c0db6321511d3d8dc4c5a85bd7fa409bd1451a.zip
Enabling headers module.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/apache2.postinst3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/apache2.postinst b/debian/apache2.postinst
index e2952ad..bf403f0 100644
--- a/debian/apache2.postinst
+++ b/debian/apache2.postinst
@@ -42,7 +42,8 @@ enable_default_modules()
alias dir autoindex \
env mime negotiation setenvif \
filter deflate \
- status reqtimeout ; do
+ status reqtimeout \
+ headers; do
a2enmod -m -q $module
done
fi