Page 1 of 1

I need some help...

Posted: Tue Jul 20, 2004 5:51 pm
by Braincrash
I want to know how can i do this.


Imagine i have apache read for service on port 80 outside.

And in my lan i have one more webserver(IIS) i want ppl outside to access a website on my IIS is there any way to channel the site tru the apache i dont want to open another port. i want only ppl acessing from apache to that site or sites.


thanks.

Posted: Tue Jul 20, 2004 6:03 pm
by feyd
sounds like a proxy.

:arrow: mod_proxy

You could also write an interface set of 404 handler scripts, that translate and assemble the images and data that should come out of the IIS server.. although that could be a pain and a lot of work.

Posted: Wed Jul 21, 2004 2:47 am
by Braincrash
I will try to check that mod,

thanks.