Hiawatha version: 9.7
Operating System: some Linux
Hi,
I want to setup Hiawatha to act as reverse proxy for different services and hosts in my LAN. Therefore Hiawatha should have HTTPS and password protection enabled, because some of the services/hosts don't offer this themselve.
But it seems it is not possible to set up Hiawatha like this:
ReverseProxy ^/service1/.* http://192.168.1.101/ 30
ReverseProxy ^/service2/.* http://192.168.1.102/ 30
ReverseProxy ^/service3/.* http://192.168.1.103:8080/ 30
ReverseProxy ^/service4/.* http://192.168.1.104:5000/webmin/ 30
The problem here is that the matching directory always gets appended to the destination instead of just passing everything after the matching dir to the destination.
Any ideas or suggestions?