Fixing Apache 2.4 example config

Using the config before my commit (including "Order allow,deny") my apache (2.4.4) always showed an 403-Error on any OC page.
Don't know exactly why that line is bad, but Apache also recommends it this way. (http://httpd.apache.org/docs/2.4/upgrading.html#run-time)

And it works :)
This commit is contained in:
Florian Selent
2013-12-22 00:31:36 +01:00
parent 8aab8dac9d
commit 20f579188b

View File

@@ -130,7 +130,6 @@ Example Apache 2.4:
<Directory /path/to/your/owncloud/install>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Require all granted
</Directory>