If I remember right, location is a global setting for apache.
Correct me if this is wrong.
I would suggest to use ProxyPass and ProxyPassReverse pair.
ProxyPass /ASPTest/ http://192.168.100.1/
ProxyPassReverse /ASPTest/ http://192.168.100.1/
ProxyPass /dev/ASPTest/ http://192.168.100.1:808
Hi,
Eric B. wrote:
I'm struggling to get Apache to work properly as a Proxy to an internal
server. I have two copies of the same application running on this internal
server (both ASP applications running on IIS) that I need to access via
different URLs. I have managed to configure on and got i