Apache proxy to two local services
Posted
by
thaweatherman
on Server Fault
See other posts from Server Fault
or by thaweatherman
Published on 2014-08-20T16:21:28Z
Indexed on
2014/08/20
16:23 UTC
Read the original article
Hit count: 255
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?
© Server Fault or respective owner