Module: tools Branch: master Commit: d1e20129edb0b69048073ccf19bf66fe1d635847 URL: https://source.winehq.org/git/tools.git/?a=commit;h=d1e20129edb0b69048073ccf...
Author: Francois Gouget fgouget@codeweavers.com Date: Tue Feb 2 12:21:37 2021 +0100
testbot: Remove the Apache 2.2 instructions.
Apache 2.2 is very old so simplify the sample configuration files.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/doc/vhost_winetestbot.conf | 10 ---------- 1 file changed, 10 deletions(-)
diff --git a/testbot/doc/vhost_winetestbot.conf b/testbot/doc/vhost_winetestbot.conf index 7b84564..48a3917 100644 --- a/testbot/doc/vhost_winetestbot.conf +++ b/testbot/doc/vhost_winetestbot.conf @@ -23,11 +23,6 @@ PerlOptions +ParseHeaders Options +ExecCGI DirectoryIndex index.pl - - # Access control the Apache 2.2 way - Order allow,deny - Allow from all - # And the Apache 2.4 way Require all granted </Directory> </VirtualHost> @@ -61,11 +56,6 @@ PerlOptions +ParseHeaders Options +ExecCGI DirectoryIndex index.pl - - # Access control the Apache 2.2 way - Order allow,deny - Allow from all - # And the Apache 2.4 way Require all granted </Directory> </VirtualHost>