Mention access control change in Apache 2.4

The suggested reverse proxy config will only work on Apache 2.4 if
mod_access_compat is enabled.  This change offers the user the new
Apache 2.4 access control directive instead.

See http://httpd.apache.org/docs/2.4/upgrading.html

Change-Id: Idb8adb9f0031ff0790833aac8255451a459c7e6c
This commit is contained in:
Conley Owens 2015-04-27 10:40:30 -07:00
parent d1d3fcfdd2
commit 3c5d9cacf5

View File

@ -48,6 +48,8 @@ or links will redirect to incorrect locations.
<Proxy *>
Order deny,allow
Allow from all
# Use following line instead of the previous two on Apache >= 2.4
# Require all granted
</Proxy>
AllowEncodedSlashes On