Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > 09d3fe1c7678faef247c7d3d19e1d1d3 > files > 1

pootle-2.0.3-1.fc13.noarch.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>