OK, so I figured out what’s going on, but it has opened up a whole new mystery
for me.
I took a look at the back-end server logs and for everything that was “working”
I found that, for a config line like this:
ProxyPassMatch "^/login$" balancer://webfarm/login.php
A request to https://serve
Setup as follows:
- proxy server (RHEL8 apache 2.4) in DMZ
- contains multiple vhosts
- each vhost acts as a reverse proxy to a web server in the LAN
- connections from the proxy to the backend web server are secured via SSL
- backend server (RHEL8 apache 2.4) in LAN
Problem to solve:
Current
This is my httpd.conf
# ---
# Apache2.4 config file
# (c) 28.11.2020 J. Kallup - paule32
# ---
Define XAMPP_DRV "X:"
Define XAMPP_WIN "${XAMPP_DRV}/Y"
Define XAMPP_WRC "${XAMPP_DRV}/Z"
Define APACHE_OS "${XAMPP_WIN}
++ Just updated with correct url from previous mail.
Hi,
I am using the form based authentication to authenticate different applications
are reverse proxied to their destination host and all applications are
authorized by same credentials using sign-on feature.
For example:
https://www.example
Hi,
I am using the form based authentication to authenticate different applications
are reverse proxied to their destination host and all applications are
authorized by same credentials using sign-on feature.
For example:
https://www.example.com/Application1
https://www.example.com/Application2