Hi, I'm trying to redircet URL to port where I'm using to parse services.
I'm using Apache with configuration :
ProxyRequests Off
ProxyPreserveHost On
<Location /connect >
ProxyPass http://127.0.0.1:123
ProxyPassReverse http://127.0.0.1:123
</Location>
instead of ID i'm getting this : post '/'
Do you have any idea how to fix it ?
thanks