[tools] testbot: Remove the Apache 2.2 instructions.

Francois Gouget fgouget at codeweavers.com
Tue Feb 2 05:21:37 CST 2021


Apache 2.2 is very old so simplify the sample configuration files.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 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 7b84564a5..48a3917ce 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>
-- 
2.20.1




More information about the wine-devel mailing list