Apache 2.2 is very old so simplify the sample configuration files.
Signed-off-by: Francois Gouget fgouget@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>