[Pkg-owncloud-commits] [owncloud] 116/205: Create .htaccess
David Prévot
taffit at moszumanska.debian.org
Thu Jul 2 17:37:02 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit 08984154cdc5c54974e523727e0555e1370caf49
Author: Lukas Reschke <lukas at owncloud.com>
Date: Thu Jun 25 11:23:11 2015 +0200
Create .htaccess
Ref https://github.com/owncloud/core/pull/16724#discussion_r33236344 – shouldn't hurt also.
---
build/.htaccess | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/build/.htaccess b/build/.htaccess
new file mode 100644
index 0000000..c7a7b79
--- /dev/null
+++ b/build/.htaccess
@@ -0,0 +1,12 @@
+# line below if for Apache 2.4
+<ifModule mod_authz_core.c>
+Require all denied
+</ifModule>
+
+# line below if for Apache 2.2
+<ifModule !mod_authz_core.c>
+deny from all
+</ifModule>
+
+# section for Apache 2.2 and 2.4
+IndexIgnore *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list