Mercurial > dive4elements > river
diff docker/httpd-wiki.conf @ 9803:a440ebd5c23b 3.2.x tip
Avoid using outdated mod_wsgi in Docker setup
Run Wiki in standalone mode behind reverse proxy, which is provided by
a more up-to-date Apache web server. The wiki container is still based
on CentOS 7, because the included SSO integration component cannot be
build with more recent libraries.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 21 Aug 2024 16:54:17 +0200 |
parents | a9641367812c |
children |
line wrap: on
line diff
--- a/docker/httpd-wiki.conf Wed May 29 10:51:00 2024 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -ErrorLog /dev/stderr -CustomLog /dev/stdout combined - -# GWT client -RedirectMatch "^/$" "/d4e-river" -ProxyPass "/d4e-river" "ajp://client:8009/d4e-river" -ProxyPassReverse "/d4e-river" "ajp://client:8009/d4e-river" - -# MapServer -ProxyPass "/cgi-bin" "http://mapserv/cgi-bin" -ProxyPassReverse "/cgi-bin" "http://mapserv/cgi-bin" - -# Wiki -WSGIScriptAlias /wiki /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>