Well i'm trying to make the following work..
got a webserver up & running, now i would like to passtrue another website on this webserver.
so
http://www.hostname.com -> normal website
and
http://www.hostname.com/foo -> true proxy.
in httpd.conf i added
proxypass /foo
https://www.otherside.com/
proxypassreverse /foo
https://www.otherside.com/
(note: the other side is httpS)
it kinda works, i get the side passed true, the only problem i have is that links and picures (gif, jpg ect) on the passed true side are incorrect
it failes to add the "/foo" in..
is there a simple way to fix this ??
and if so, how ??
Thx
Collen.
