tom@9739: ErrorLog /dev/stderr tom@9739: CustomLog /dev/stdout combined tom@9739: tom@9754: # GWT client tom@9754: RedirectMatch "^/$" "/d4e-river" tom@9754: ProxyPass "/d4e-river" "ajp://d4eriver-client:8009/d4e-river" tom@9754: ProxyPassReverse "/d4e-river" "ajp://d4eriver-client:8009/d4e-river" tom@9754: tom@9755: # MapServer tom@9755: ProxyPass "/cgi-bin" "http://d4eriver-mapserv/cgi-bin" tom@9755: ProxyPassReverse "/cgi-bin" "http://d4eriver-mapserv/cgi-bin" tom@9755: tom@9754: # Wiki tom@9754: WSGIScriptAlias /wiki /opt/wiki/moin-1.9.9/wiki/server/moin.wsgi tom@9739: WSGIDaemonProcess moin user=wiki group=wiki \ tom@9739: python-path=/opt/wiki/moin-1.9.9 \ tom@9739: processes=5 threads=10 maximum-requests=1000 umask=0007 tom@9739: WSGIProcessGroup moin tom@9739: tom@9739: Require all granted tom@9739: