[tools] patches: Remove the Apache 2.2 instructions.

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


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

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 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 03c25c6df..01c6dee15 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>
-- 
2.20.1



More information about the wine-devel mailing list