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

Alexandre Julliard julliard at winehq.org
Wed Jun 18 14:04:42 CDT 2014


Module: tools
Branch: master
Commit: f2bf7041960e53b00dd162f4e63531620cd7fb62
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=f2bf7041960e53b00dd162f4e63531620cd7fb62

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Jun 18 13:46:15 2014 +0200

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

---

 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>




More information about the wine-cvs mailing list