diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-07 02:05:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-07 02:05:59 +0000 |
commit | 853e1dd23d833fd7ab46b08569cf06d9a5604b60 (patch) | |
tree | a1be8eb846dbfb494483a11b8d32cccb609451f3 /debian/apache2.postinst | |
parent | Setting X-XSS-Protection to "1; mode=block". (diff) | |
download | apache2-853e1dd23d833fd7ab46b08569cf06d9a5604b60.tar.xz apache2-853e1dd23d833fd7ab46b08569cf06d9a5604b60.zip |
Enabling headers module.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/apache2.postinst')
-rw-r--r-- | debian/apache2.postinst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/apache2.postinst b/debian/apache2.postinst index b64aa5b..389c8b6 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 |