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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

IIS > Apache Reverse Proxy & SSL

  • 29-09-2011 12:49pm
    #1
    Registered Users, Registered Users 2 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, Registered Users 2 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