Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add SSL proxy support #9

Closed
wants to merge 1 commit into from

Commits on Sep 9, 2012

  1. add SSL proxy support

    Add support for a SSL proxy that handles multiple domains via host name
    as prefix in the request URI (https://ssl-proxy.tld/domain.tld/).
    
    As the SSL proxy is transparent for the web server the REQUEST_URI and
    SCRIPT_NAME need manual adjustments. This patch replace the direct use
    of this _SERVER variables with function calls and extend this functions
    to detect the proxy and to add the needed prefix. Additionally it adds
    a Sabre request backend with extends the Sabre_HTTP_Request to use the
    same functions.
    herbrechtsmeier committed Sep 9, 2012
    Configuration menu
    Copy the full SHA
    adf514e View commit details
    Browse the repository at this point in the history