Apache ProxyPass/ProxyPassReverse to IIS

Posted by Dana on Server Fault See other posts from Server Fault or by Dana
Published on 2011-01-12T10:11:14Z Indexed on 2011/01/12 10:55 UTC
Read the original article Hit count: 272

We have an ASP.NET web application which is mapped to a folder on an apache hosted php site using ProxyPass.ProxyPassReverse.

A couple of problems being encountered.

  1. cookies are being lost which breaks the site navigation, this can be overcome by setting the asp app as cookieless.

  2. Forms authentication is used on the ASP site, this is also broken withe the proxypass in place, suspect this is cookie related also.

ASP site works ok when run from a domain/ip address.

Use of a separate domain / sub-domain is not an option duew to client requirements.

© Server Fault or respective owner

Related posts about apache

Related posts about ASP.NET