Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 263c88a6d51a2f19ebbd149a658c7cc8 > files > 4

pootle-2.1.6-1.fc14.src.rpm

WSGIScriptAlias /pootle /usr/share/pootle/wsgi.py
<Directory /usr/share/pootle>
    Order deny,allow
    Allow from all
</Directory>

Alias /pootle/html /usr/share/pootle/html
<Directory /usr/share/pootle/html>
    Order deny,allow
    Allow from all
</Directory>

Alias /pootle/export /var/lib/pootle/po
<Directory "/var/lib/pootle/po">
    Order deny,allow
    Allow from all
</Directory>

<IfModule mod_deflate.c>
    <location /pootle/html>
        SetOutputFilter DEFLATE
    </location>
    <location /pootle/export>
        SetOutputFilter DEFLATE
    </location>
</IfModule>