testbot/web: Update the template Apache configuration file so it works with 2.4.

Francois Gouget fgouget at codeweavers.com
Fri Sep 27 12:56:48 CDT 2013


---
 testbot/doc/vhost_winetestbot.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/testbot/doc/vhost_winetestbot.conf b/testbot/doc/vhost_winetestbot.conf
index 735292e..3219bcd 100644
--- a/testbot/doc/vhost_winetestbot.conf
+++ b/testbot/doc/vhost_winetestbot.conf
@@ -26,8 +26,11 @@
     Options +ExecCGI
     DirectoryIndex index.pl
 
+    # Access control the Apache 2.2 way
     Order allow,deny
     Allow from all
+    # And the Apache 2.4 way
+    Require all granted
   </Directory>
 </VirtualHost>
 
-- 
1.8.4.rc3




More information about the wine-patches mailing list