Reverse proxy configuration with frontend authentication for applications who needs local apache configuration
GOAL Typical usage is a web application who normally needs an Apache authentication BUT placed behind a reverse proxy who handles itself authentication/authorization If you need to define REMOTE_USER system variable on a proxied virtual host (backend) : 1° You need first to use an authentication + authorization process on the front-end virtual host (the one which forwards the requests to […]
