diff options
Diffstat (limited to '')
-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 |