[users@httpd] Re: ProxyPass OK, but not ProxyPassMatch for favicon.ico

2021-01-04 Thread Scott A. Wozny
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

[users@httpd] How to add X-Forwarded-for header in reverse proxy with SSL passthrough

2021-01-04 Thread Bram Mertens
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

Re: [users@httpd] How to config Authz form ?

2021-01-04 Thread Jens Kallup
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}

[users@httpd] RE: Apache Form based authenication - how to redirect to orginial url instead of dologin page

2021-01-04 Thread Sathish Vijayan
++ 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

[users@httpd] Apache Form based authenication - how to redirect to orginial url instead of dologin page

2021-01-04 Thread Sathish Vijayan
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