view apache-site.conf @ 93:48dabf4bf680

Make http_error_code a parameter of the MergeErrorResponse constructor. It defaults to 500, the value previously hard-coded in the call to the super class constructor. This change will allow us to specify other error codes in places where 500 is not useful. Part of mpuls/issue6009
author Bernhard Herzog <bh@intevation.de>
date Fri, 28 Apr 2017 19:06:14 +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)