[users@httpd] Balancing between members with identical route

2017-03-26 Thread Christian Georg
Hi all, we are using Apache as reverse proxy for TLS offloading and routing REST Requests. Our user data is split into two backend instances, where only one of the instances can serve the data for each user. Each instance is served by two (redundant) webservices and it does not matter which

[users@httpd] Question on correlation bewteen timeout types (Acquire, connection, proxytimeout and timeout)

2016-06-24 Thread Christian Georg
Hi all, I am currently trying to understand the different timout parameters a bit better and how they interact. We are using apache httpd 2.4 mod_proxy on a centos system as a reverse proxy with mod_proxy_balancer. Here is the relevant section from our setup: Define CONNECTION_OPTIONS

[users@httpd] Logging an masqueraded header in Apache 2.4

2015-12-16 Thread Christian Georg
Hi all, I am looking for a solution to masquerade/anonymize data I am writing to the acccess log on my proxy. For debugging purposes we need to trace data based on the x-auth header. As this header contains critical data I do not want to enable logging of the full header. Instead I am looking

Re: [users@httpd] Certificate check on Apache reverse proxy with upstream SSL

2015-12-07 Thread Christian Georg
hy i am here .. thank you .. here was a first attempt prom a fellow member to help out .. i just didnt get it .. On Wed, Dec 2, 2015 at 4:29 PM, Christian Georg <m...@christiangeorg.de<mailto:m...@christiangeorg.de>> wrote: Hi all, I wanted to implement certificate pinning on an

[users@httpd] Certificate check on Apache reverse proxy with upstream SSL

2015-12-02 Thread Christian Georg
Hi all, I wanted to implement certificate pinning on an upstream SSL connection of a reverse proxy but I am struggling with the setup. Please let me know where I am going wrong or if the expected setup should work. My setup is as follows: Multiple local applications ---HTTP via localhost --->

[users@httpd] If statement evaluating an http header against a pattern is always true even though it should not

2015-11-04 Thread Christian Georg
Hi all, I am running an apache 2.4.7 on CentOS 6.7 I am trying to perform request routing within a reverse proxy based on the x-auth header, but for some reasons the if and elseif statements are alwyas evalutaing to true. Here is the part from the config. This is contained in the virtual

AW: [users@httpd] If statement evaluating an http header against a pattern is always true even though it should not

2015-11-04 Thread Christian Georg
ocking that Context for Define. On Wed, Nov 4, 2015 at 7:41 AM, Christian Georg <m...@christiangeorg.de> wrote: > Hi all, > > > I am running an apache 2.4.7 on CentOS 6.7 > > I am trying to perform request routing within a reverse proxy based on the > x-auth header, but f