Francois Gouget : patches: 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: c4006a9bdec5c01f14df42c80dc2cb62d974f3a3
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=c4006a9bdec5c01f14df42c80dc2cb62d974f3a3

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

patches: 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>

---

 patches/doc/vhost_source.conf | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/patches/doc/vhost_source.conf b/patches/doc/vhost_source.conf
index 03c25c6..01c6dee 100644
--- a/patches/doc/vhost_source.conf
+++ b/patches/doc/vhost_source.conf
@@ -6,10 +6,6 @@
   ServerAdmin winehq at example.com
 
   <Directory /home/winehq/opt/source>
-    # Access control the Apache 2.2 way
-    Order allow,deny
-    Allow from all
-    # And the Apache 2.4 way
     Require all granted
   </Directory>
 </VirtualHost>




More information about the wine-cvs mailing list