Last updates before 2.5.2 RC, mainly small fixes for Ubuntu Precise

This commit is contained in:
Duncan Sommerville 2015-01-19 15:05:13 -05:00
parent 2cb26db84b
commit c5a60d2f09
6 changed files with 28 additions and 27 deletions

View file

@ -9,6 +9,11 @@
Order allow,deny
Allow from all
# PHP's server values can be spoofed or incorrect if an
# Apache instance is behind a proxy, so set these here
UseCanonicalName On
UseCanonicalPhysicalPort On
Require all granted
</Directory>
</VirtualHost>