[Pkg-owncloud-commits] [owncloud-doc] 06/49: Fixing Apache 2.4 example config
David Prévot
taffit at moszumanska.debian.org
Fri Jan 17 02:41:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit 20f579188bdd80500c38f5253bc6d70d691edfba
Author: Florian Selent <fselent at googlemail.com>
Date: Sun Dec 22 00:31:36 2013 +0100
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 :)
---
admin_manual/installation/installation_source.rst | 1 -
1 file changed, 1 deletion(-)
diff --git a/admin_manual/installation/installation_source.rst b/admin_manual/installation/installation_source.rst
index f35cf94..051f1b6 100644
--- a/admin_manual/installation/installation_source.rst
+++ b/admin_manual/installation/installation_source.rst
@@ -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>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list