Mercurial > dive4elements > river
comparison docker/httpd-proxy.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 | docker/httpd-wiki.conf@75dc4ea60938 |
children |
comparison
equal
deleted
inserted
replaced
9802:a9641367812c | 9803:a440ebd5c23b |
---|---|
1 # GWT client | |
2 RedirectMatch "^/$" "/d4e-river" | |
3 ProxyPass "/d4e-river" "ajp://client:8009/d4e-river" | |
4 ProxyPassReverse "/d4e-river" "ajp://client:8009/d4e-river" | |
5 | |
6 # MapServer | |
7 ProxyPass "/cgi-bin" "http://mapserv/cgi-bin" | |
8 ProxyPassReverse "/cgi-bin" "http://mapserv/cgi-bin" | |
9 | |
10 # Wiki | |
11 ProxyPass "/wiki" "http://wiki:8080" | |
12 ProxyPassReverse "/wiki" "http://wiki:8080" | |
13 ProxyHTMLEnable On | |
14 <Location "/wiki"> | |
15 ProxyHTMLURLMap "/" "/wiki/" | |
16 </Location> |