Mercurial > odfcast
view apache-site.conf @ 92:2200ae1e7bdb
Rename html_error_code to http_error_code
The new name is obviously what the parameter actually specifies. Not
least because there is no such thing as an HTML error code.
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Fri, 28 Apr 2017 19:03:36 +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>