Francois Gouget : winetest: Remove the Apache 2.2 instructions.
Module: tools Branch: master Commit: 2388b2fd409737ab6512e4716f2ea711d9822d53 URL: https://source.winehq.org/git/tools.git/?a=commit;h=2388b2fd409737ab6512e471... Author: Francois Gouget <fgouget(a)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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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>
participants (1)
-
Alexandre Julliard