[users@httpd] apache 2.4.37 + mod_ssl built as DSO is not dynamcically linking the new openssl version

2019-05-08 Thread jaiprakash j
Hi Folks, I need Help in resolving this issue that I am facing. I am using a centos7 build box that has openssl 1.0.1e-fips and I use configure command as follows: ./configure --prefix=$INSTALL_DIR \ --enable-ssl \ --enable-so \ --enable-module=so\

[users@httpd] mod_proxy_balancer / mod_proxy_http question - stick tables support based on url

2019-05-08 Thread Torsten Krah
Hi all, I've got a question about: https://httpd.apache.org/docs/2.4/mod/mod_proxy_http.html and https://httpd.apache.org/docs/2.4/mod/mod_proxy_balancer.html Can balancing of apache httpd be configured to use stick tables to balance requests (having HAProxy in mind)? With HAProxy you could de

[users@httpd] Collecting Metrics from Apache Server

2019-05-08 Thread Supun Abeysinghe
Hi all, I'm investigating ways of collecting metrics from the Apache server. Specifically, I'm trying to figure out a way to collect throughput (req/sec) and the average latency. I have tried using mod_status, but it only gives throughput. I'm thinking of using the following approach. Current App