Projet

Général

Profil

Télécharger (332 octets) Statistiques
| Branche: | Révision:

root / larpe / tags / release-1.1.1 / conf / apache2-vhost-larpe-common @ d03cb81c

1
# Static files
2
DocumentRoot /usr/share/larpe/web/
3

    
4
# Python application
5
SCGIMount / 127.0.0.1:3007
6

    
7
# Static files for larpe
8
<Location /larpe/>
9
    ProxyPass   !
10
    SCGIHandler off
11
</Location>
12

    
13
# Larpe python application
14
<Location /liberty/>
15
    ProxyPass   !
16
</Location>
17

    
18
# No gzip compression
19
RequestHeader unset Accept-Encoding
(2-2/2)