ProxyPass "/"
> "E:/programming/visual_studio_2017/Projects/currency_converter/x64/Release"
>

The 2nd parameter should be a URL where your backend service is listening
for HTTP requests, but you put a path to where you compiled some binaries.
Those are not interchangeable.

If there's no URL where your currency converter works, you won't get any
benefit of setting up a reverse proxy.

Reply via email to