view apache-site.conf @ 86:6466501a963b

Activate debugging by default. The debugging is more or less a logging and essential when running odfcast in an operational environment.
author Frank Koormann <frank.koormann@intevation.de>
date Thu, 02 Apr 2015 15:58:40 +0200
parents bb2b32455a6b
children
line wrap: on
line source
<VirtualHost localhost:5000>
        ServerAdmin webmaster@localhost

        WSGIDaemonProcess odfcast processes=2 threads=30 python-path=/home/mpuls/odfcast/releases/current:/home/mpuls/odfcast/env/lib/python2.7/site-packages
        WSGIProcessGroup odfcast

        WSGIScriptAlias / /home/mpuls/odfcast/releases/current/odfcast.wsgi

        ErrorLog /var/log/apache2/odfcast-error.log
        CustomLog /var/log/apache2/odfcast-access.log combined
</VirtualHost>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)