Francois Gouget : winetest: Remove the Apache 2.2 instructions.

Alexandre Julliard julliard at winehq.org
Tue Feb 2 15:47:51 CST 2021


Module: tools
Branch: master
Commit: 2388b2fd409737ab6512e4716f2ea711d9822d53
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=2388b2fd409737ab6512e4716f2ea711d9822d53

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Tue Feb  2 12:21:27 2021 +0100

winetest: Remove the Apache 2.2 instructions.

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

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 winetest/vhost_winetest.conf | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/winetest/vhost_winetest.conf b/winetest/vhost_winetest.conf
index 797aac3..081025b 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>
 




More information about the wine-cvs mailing list