fmuquartet
Programmer
I have a situation where I have an application that has its own web server that runs on like port 5555. What I am wanting to do is FORCE any one trying to access this service on port 5555 get direct to port 80, where I have ProxyPass in place for proxying the using to application.
The problem I am noticing is that. regardless of my ProxyPass and Redirect, the application is still accessible of this high port.
The problem I am noticing is that. regardless of my ProxyPass and Redirect, the application is still accessible of this high port.