summaryrefslogtreecommitdiffstats
path: root/prototype.conf
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-01-16 16:03:03 +0100
committerRemi Collet <fedora@famillecollet.com>2013-01-16 16:03:03 +0100
commite302b5a0db6d5740344e61aba7d57dab6d34007d (patch)
tree5f7addd01308d7c563cc80d6ff62daae93cba24b /prototype.conf
prototype: new package
Diffstat (limited to 'prototype.conf')
-rw-r--r--prototype.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/prototype.conf b/prototype.conf
new file mode 100644
index 0000000..6936543
--- /dev/null
+++ b/prototype.conf
@@ -0,0 +1,14 @@
+Alias /prototype.js /usr/share/prototype/prototype.js
+
+<Directory /usr/share/prototype>
+ <IfModule mod_authz_core.c>
+ # Apache 2.4
+ Require all granted
+ </IfModule>
+ <IfModule !mod_authz_core.c>
+ # Apache 2.2
+ Order deny,allow
+ Allow from all
+ </IfModule>
+</Directory>
+