From b4c9cfc9cbeb183af229dfed5ff5c2a03a6eb5dd Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Fri, 6 Oct 2017 15:09:59 +0200 Subject: [PATCH] [fix] adding + everywhere in Options for apache 2.4+ template --- jessie/apache2.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jessie/apache2.conf b/jessie/apache2.conf index bcfe3bcd..0732de07 100644 --- a/jessie/apache2.conf +++ b/jessie/apache2.conf @@ -11,7 +11,7 @@ AssignUserId www-data www-data # Deny access to the root filesystem - Options FollowSymLinks + Options +FollowSymLinks AllowOverride None Order allow,deny Deny from all @@ -62,13 +62,13 @@ ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ AllowOverride AuthConfig Options FileInfo Limit Indexes - Options Indexes Includes FollowSymLinks MultiViews + Options +Indexes +Includes +FollowSymLinks +MultiViews Order allow,deny Allow from all AllowOverride AuthConfig Options FileInfo Limit Indexes - Options Indexes Includes FollowSymLinks MultiViews + Options +Indexes +Includes +FollowSymLinks +MultiViews Order allow,deny Allow from all