From 7a16ff9165c898f01e13f2cd253f7676fcb6a50a Mon Sep 17 00:00:00 2001 From: Peter Hormanns Date: Wed, 13 Mar 2024 11:04:52 +0100 Subject: [PATCH] Option Includes replaces IncludesNoExec --- .../resources/de/hsadmin/mods/dom/apache-vhost.vm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hsarback/src/main/resources/de/hsadmin/mods/dom/apache-vhost.vm b/hsarback/src/main/resources/de/hsadmin/mods/dom/apache-vhost.vm index 748e48a..310e14c 100644 --- a/hsarback/src/main/resources/de/hsadmin/mods/dom/apache-vhost.vm +++ b/hsarback/src/main/resources/de/hsadmin/mods/dom/apache-vhost.vm @@ -47,14 +47,14 @@ #if( ${passengerruby} ) PassengerRuby ${passengerruby} #end - AllowOverride AuthConfig FileInfo Indexes Limit Options=ExecCGI,IncludesNoExec,Indexes,MultiViews,SymLinksIfOwnerMatch,PassengerNodejs,PassengerPython,PassengerRuby,PassengerAppEnv + AllowOverride AuthConfig FileInfo Indexes Limit Options=ExecCGI,Includes,Indexes,MultiViews,SymLinksIfOwnerMatch,PassengerNodejs,PassengerPython,PassengerRuby,PassengerAppEnv #if( ${cgi} ) PassengerEnabled Off SetHandler cgi-script - Options +ExecCGI +IncludesNoExec -Indexes -MultiViews +SymLinksIfOwnerMatch + Options +ExecCGI +Includes -Indexes -MultiViews +SymLinksIfOwnerMatch #end @@ -62,7 +62,7 @@ PassengerEnabled Off SetHandler fcgid-script - Options +ExecCGI +IncludesNoExec -Indexes -MultiViews +SymLinksIfOwnerMatch + Options +ExecCGI +Includes -Indexes -MultiViews +SymLinksIfOwnerMatch #end @@ -158,14 +158,14 @@ #if( ${passengerruby} ) PassengerRuby ${passengerruby} #end - AllowOverride AuthConfig FileInfo Indexes Limit Options=ExecCGI,IncludesNoExec,Indexes,MultiViews,SymLinksIfOwnerMatch,PassengerNodejs,PassengerPython,PassengerRuby,PassengerAppEnv + AllowOverride AuthConfig FileInfo Indexes Limit Options=ExecCGI,Includes,Indexes,MultiViews,SymLinksIfOwnerMatch,PassengerNodejs,PassengerPython,PassengerRuby,PassengerAppEnv #if( ${cgi} ) PassengerEnabled Off SetHandler cgi-script - Options +ExecCGI +IncludesNoExec -Indexes -MultiViews +SymLinksIfOwnerMatch + Options +ExecCGI +Includes -Indexes -MultiViews +SymLinksIfOwnerMatch #end @@ -173,7 +173,7 @@ PassengerEnabled Off SetHandler fcgid-script - Options +ExecCGI +IncludesNoExec -Indexes -MultiViews +SymLinksIfOwnerMatch + Options +ExecCGI +Includes -Indexes -MultiViews +SymLinksIfOwnerMatch #end