I have a windows box which runs 2 apache httpd servers. One is at port 80 and the other one at port 8017.
My DNS points www.mydomain.com to [
<myserver>...] (or [
<myserver>:80...] .
and when I go to www.mydomain.com:8017 request is forwarded to
[
<myserver>:8017...]
However I want to hide the post in second case. I want www.mydomain.com to go to [
<myserver>:8017...] ..
How do I set a proxy on apache 1 to forward request to apache 2 at 8017 ?