I need some help...

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
Braincrash
Forum Newbie
Posts: 2
Joined: Tue Jul 20, 2004 5:51 pm
Contact:

I need some help...

Post 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.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
Braincrash
Forum Newbie
Posts: 2
Joined: Tue Jul 20, 2004 5:51 pm
Contact:

Post by Braincrash »

I will try to check that mod,

thanks.
Post Reply