blob: 1a3b17c59a2fe361dbd11fc398cbab782de522a2 (
plain)
1
2
3
4
5
6
7
|
WSGIScriptAlias /coupons /usr/libexec/coupons/coupons_web.py
# The application will try to use a "coupons" directory underneath here.
# You should make the coupons directory beforehand, and set permissions for apache to write to it.
SetEnv XDG_CACHE_HOME /var/cache/apache2
<Directory /usr/libexec/coupons>
Require all granted
</Directory>
|