Module: tools Branch: master Commit: b9f59cc40d1036db16806d6d11969e014ce59854 URL: http://source.winehq.org/git/tools.git/?a=commit;h=b9f59cc40d1036db16806d6d1...
Author: Francois Gouget fgouget@codeweavers.com Date: Fri Sep 27 19:56:48 2013 +0200
testbot/web: Update the template Apache configuration file so it works with 2.4.
---
testbot/doc/vhost_winetestbot.conf | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
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>