Page 1 of 1

Proxypass issues

Posted: 20 May 2015, 17:41
by gurutech
Finally getting around to messing with ProxyPass (reverse proxy), and when I browse to "localhost", it still routes to port 80, but if I type "localhost/music", it tries to route to the "login.view" file, but fails because the file isn't there (it's on port 4040.)

Any idea how to fix this?

My proxy.cfg file is:

Code: Select all

ProxyRequests Off
ProxyPass /music http://localhost:4040/
ProxyPassReverse /music http://localhost:4040/
Any suggestions are welcome!