This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
larpe/larpe/branches/idwsf/apache2.conf

32 lines
542 B
ApacheConf

# Static files
DocumentRoot /usr/share/larpe/web/
# Python application
SCGIMount / 127.0.0.1:3007
# Don't change static files
<Location /css/>
SCGIHandler off
</Location>
<Location /images/>
SCGIHandler off
</Location>
<Location /js/>
SCGIHandler off
</Location>
<Location /larpe/>
ProxyPass !
SCGIHandler off
</Location>
<Location /liberty/>
ProxyPass !
</Location>
# No gzip compression
RequestHeader unset Accept-Encoding
# HTML url rewriting module and customized Python module
SetOutputFilter OURFILTER