This is a discussion on Apache Proxy (mod_proxy) and IIS within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi, We have a Apache machine acting as a front-end server to a IIS 6.0 server for security ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
We have a Apache machine acting as a front-end server to a IIS 6.0 server for security reasons. On the IIS server we have a ASP.NET 2.0 application running and some logic is based on the client IP. When we use this configuration we get the apache ip as the requesting ip (no wonder why :-) i wonder if there is any way that Apache can forward the real ip from the original client to the IIS machine? Best regards Peter Lundbäck peter.lundback@agio.se |
|
|||
|
peter.lundback@agio.se wrote:
> i wonder if there is any way that Apache can forward the real ip from > the original client to the IIS machine? It is usually forwarded, check if the X-Forwarded-For header is available. -- Robert |