Apache2 Proxy Suburl Config

Hi All,

im trying to use Apache as my Proxy

i want to have a suburl on a current domain but the site does freeze on “connecting …”

ProxyPreserveHost On
ProxyRequests Off
RewriteEngine On

ProxyPass /duplicati http://127.0.0.1:8200
ProxyPassReverse /duplicati http://127.0.0.1:8200
ProxyPass /duplicati/ws ws://127.0.0.1:8200/ws
ProxyPassReverse /duplicati/ws ws://127.0.0.1:8200/ws

are the current settings on the domain, im using …

i could not find any useful working examples on the current release it seems, thats why i am asking

thanks in advance