view apache-site.conf @ 82:c9e424850b3c

Added tag 1.1 for changeset 9ad8421dafb4
author Bernhard Herzog <bh@intevation.de>
date Wed, 11 Mar 2015 16:46:04 +0100
parents bd3e5fdd8398
children bb2b32455a6b
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
</VirtualHost>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)