/[smecontribs]/rpms/pootle/contribs8/pootle.conf
ViewVC logotype

Contents of /rpms/pootle/contribs8/pootle.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Wed Feb 24 16:14:29 2010 UTC (14 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: pootle-2_0_1-5_el5_sme, pootle-2_0_2-1_el5_sme, pootle-2_0_2-2_el5_sme, HEAD
Initial import

1 WSGIScriptAlias /pootle /usr/share/pootle/wsgi.py
2 <Directory /usr/share/pootle>
3 Order deny,allow
4 Allow from all
5 </Directory>
6
7 Alias /pootle/html /usr/share/pootle/html
8 <Directory /usr/share/pootle/html>
9 Order deny,allow
10 Allow from all
11 </Directory>
12
13 Alias /pootle/export /var/lib/pootle/po
14 <Directory "/var/lib/pootle/po">
15 Order deny,allow
16 Allow from all
17 </Directory>
18
19 <IfModule mod_deflate.c>
20 <location /pootle/html>
21 SetOutputFilter DEFLATE
22 </location>
23 <location /pootle/export>
24 SetOutputFilter DEFLATE
25 </location>
26 </IfModule>

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed