diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 07:22:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 07:22:13 +0000 |
commit | 0e2a24b15989987c53d8e04b6de04b08e7f56309 (patch) | |
tree | 43b373ae5e98298294e8038325cdb02e95e37dc0 /debian | |
parent | Setting X-XSS-Protection to "1; mode=block". (diff) | |
download | apache2-0e2a24b15989987c53d8e04b6de04b08e7f56309.tar.xz apache2-0e2a24b15989987c53d8e04b6de04b08e7f56309.zip |
Enabling headers module.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-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 ab504a4..68b1cbb 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 |