From 5f2f3bee0ae24a06b46ff0f1dc5a51101cbd0233 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Thu, 8 Sep 2022 13:13:23 +0200 Subject: [PATCH] DirectoryMatch the start of the folder, not every folder in any subdirectory Signed-off-by: Michael Kaufmann --- lib/Froxlor/Cron/Http/Apache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Froxlor/Cron/Http/Apache.php b/lib/Froxlor/Cron/Http/Apache.php index 11b48990..82b9e813 100644 --- a/lib/Froxlor/Cron/Http/Apache.php +++ b/lib/Froxlor/Cron/Http/Apache.php @@ -173,7 +173,7 @@ class Apache extends HttpConfigBase $this->virtualhosts_data[$vhosts_filename] .= ' ' . "\n"; $this->virtualhosts_data[$vhosts_filename] .= ' ' . "\n"; // protect bin/ - $this->virtualhosts_data[$vhosts_filename] .= ' ' . "\n"; + $this->virtualhosts_data[$vhosts_filename] .= ' ' . "\n"; if (Settings::Get('system.apache24') == '1') { $this->virtualhosts_data[$vhosts_filename] .= ' Require all denied' . "\n"; } else {