Apache proxy to two local services
- by thaweatherman
I currently have one service running locally on a machine and apache is handling doing a proxy pass to it on the root. However I now also have another service I want to use a proxy pass with when a certain directory is accessed.
So servername.com/ goes to one and servername.com/specialdir goes to the other.
I currently have a virtualhost handling the former. How would I go about adding in the latter?