I want to switch from a apache ReverseProxy to pound.
My problem is:
There are rules in my proxy.conf like:
ProxyPass /lalelu http://internale/NOT_Lalelu
Now in pound I couldn´t figure out how to "map" this.
I can only:
Service
URL "/lalelu"
Backend
Adress internal
Port
End
End
Am I wright, or is there a way to map a directory to the root or to another directory?
Thanks