Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

IIS > Apache Reverse Proxy & SSL

  • 29-09-2011 01:49PM
    #1
    Registered Users, Registered Users 2 Posts: 460 ✭✭


    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, Registered Users 2 Posts: 460 ✭✭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
Advertisement