Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 39e09c8d31a62d3d15a84e370633e3db > files > 1

prototype-httpd-1.7.1.0-1.fc18.noarch.rpm

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>