Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

IIS > Apache Reverse Proxy & SSL

Options
  • 29-09-2011 1:49pm
    #1
    Registered Users Posts: 459 ✭✭


    I have an Apache box set up on the local network that runs some applications that my main IIS server will not, until now I have had no need for SSL on the Apache box.

    IIS deals with all incoming requests and Apache apps work from IP:8080.

    I have an app on the Apache box that needs to work with SSL, so I created a virtual host on 443 in Apache for the app and in IIS create a reverse proxy rewrite rule to the apache box (http://192.168.1.12:443{R:1}).

    Problem is the app conf. file needs a base url, in my case 192.168.12:443, but this will not work.

    A request to www.appdomain.com will forward to the apache app, but only the main page of the app, all subsequent requests want to work on 192.168.12 as this is defined in the app conf. file

    Am I misunderstanding some rewrite rules here please help...


Comments

  • Registered Users Posts: 459 ✭✭CSU


    Problem was in undefined outbound rules (electable from within the ISAPI rewrite module GUI in IIS7

    http{R:1}://domain.com{R:2}


Advertisement