patches: Update the sample Apache configuration file so it works with 2.4.

Francois Gouget fgouget at codeweavers.com
Wed Jun 18 06:46:15 CDT 2014


---
 patches/doc/vhost_source.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/patches/doc/vhost_source.conf b/patches/doc/vhost_source.conf
index 30bfca5..60a5bb5 100644
--- a/patches/doc/vhost_source.conf
+++ b/patches/doc/vhost_source.conf
@@ -5,7 +5,10 @@
   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.0.0



More information about the wine-patches mailing list