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\
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
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