Proxypass issues

Need help? Post your questions here.
gurutech
Contributor
Contributor
Posts: 323
Joined: 02 Jan 2013, 04:56
Has thanked: 11 times
Been thanked: 105 times

Proxypass issues

Unread post 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!
Post Reply