summaryrefslogtreecommitdiffstats
path: root/prototype.conf
blob: 6936543a2fd9e0b9f3f861d3dcb2828cc1a6950d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>