# HG changeset patch # User IBBoard # Date 1445804923 0 # Node ID f413aba301bebd21047a0623ee5e2f40debe4023 # Parent 33682e5b34fceebcc389011f1827a29e7ded5473 Fix differences in how we allow/deny between Apache 2.2 and 2.4 diff -r 33682e5b34fc -r f413aba301be modules/website/files/zzz-custom.conf --- a/modules/website/files/zzz-custom.conf Sun Oct 25 20:17:52 2015 +0000 +++ b/modules/website/files/zzz-custom.conf Sun Oct 25 20:28:43 2015 +0000 @@ -56,8 +56,13 @@ + Order Deny,Allow Allow from all + + = 2.4> + Require all granted +