[tools] winetest: Remove the Apache 2.2 instructions.

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


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

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 winetest/vhost_winetest.conf | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/winetest/vhost_winetest.conf b/winetest/vhost_winetest.conf
index 797aac3f4..081025b1c 100644
--- a/winetest/vhost_winetest.conf
+++ b/winetest/vhost_winetest.conf
@@ -32,10 +32,6 @@
     RewriteEngine On
     RewriteRule "^$" "/data/" [R]
 
-    # Access control the Apache 2.2 way
-    Order allow,deny
-    Allow from all
-    # And the Apache 2.4 way
     Require all granted
   </Directory>
 
-- 
2.20.1




More information about the wine-devel mailing list