Actually, Apache does not do what you are asking for.
The add-on module "mod_proxy" does this, and its configuration is integrated
into Apache's configuration store. mod_proxy can be found for free and often
in the same package as "Apache".
IIS also does not do this.
There are several add-ons (some listed by Kristofer) that can do this on
IIS. There are free and for-fee modules, and all are third-party components
not distributed by Micosoft, with their own configuration store. No one
seems to want to write a free "mod_proxy" for IIS for whatever reason, even
though it is easily possible (to provide the same base functionality of
mod_proxy).
ISA or any other proxy server will be the efficient way to do what you are
asking for.
I am just pointing out common misconceptions. When people talk about
"Apache" functionality they tend to include everything, but when it comes to
Apache Security, they just talk about the core; while when people talk about
"IIS" functionality they include nothing but IIS core, but IIS security
includes everything web accessible via add-ons. Simply isn't
apple-to-apples comparison.
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"CFNeumann" <CFNeumann.RemoveThis@discussions.microsoft.com> wrote in message
news:94D12F62-6ACC-479A-901E-501327825357@microsoft.com...
I need to 'proxy' to an Apache private web server to stream an image back
through an IIS 6 public web server. How can I get the IIS 6 web server to
send the request to the private web server?
For Apache to do the same thing it takes only a couple lines in the
httpd.conf file, but I need to do it the opposite way.
>> Stay informed about: IIS 6 and an Apache private web server