view docker/httpd-wiki.conf @ 9749:68c6fe74a276 3.2.x

Allow changing CGI scripts without re-building This is more in line with the fact, that the mapfile path is also configurable in artifact server.
author Tom Gottfried <tom@intevation.de>
date Thu, 22 Sep 2022 16:37:32 +0200
parents 414647dc6936
children cd07130ded8d
line wrap: on
line source
ErrorLog /dev/stderr
CustomLog /dev/stdout combined

WSGIScriptAlias / /opt/wiki/moin-1.9.9/wiki/server/moin.wsgi
WSGIDaemonProcess moin user=wiki group=wiki \
    python-path=/opt/wiki/moin-1.9.9 \
    processes=5 threads=10 maximum-requests=1000 umask=0007
WSGIProcessGroup moin
<Directory /opt/wiki/moin-1.9.9/wiki/server>
    Require all granted
</Directory>

http://dive4elements.wald.intevation.org