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 reverse proxy support #1035

Closed

Commits on Dec 27, 2012

  1. add reverse proxy support

    Add support for a reverse proxy that handles multiple domains via host name
    as prefix in the request URI (https://ssl-proxy.tld/domain.tld/).
    
    As the reverse 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 Dec 27, 2012
    Configuration menu
    Copy the full SHA
    98e8026 View commit details
    Browse the repository at this point in the history