HEX
Server: Apache
System: Linux hp3-wp-1011395.hostingp3.local 3.10.0-1160.144.1.el7.tuxcare.els4.x86_64 #1 SMP Tue Apr 7 08:40:40 UTC 2026 x86_64
User: csh2428284 (2038043)
PHP: 7.3.33
Disabled: shell_exec,exec,system,popen,set_time_limit
Upload Files
File: //etc/haproxy/haproxy.cfg
# This file managed by Puppet
global
  daemon  
  group  haproxy
  tune.ssl.default-dh-param  2048
  user  haproxy

defaults
  log  global
  maxconn  8000
  option  redispatch
  retries  3
  stats  enable
  timeout  http-request 10s
  timeout  queue 1m
  timeout  connect 10s
  timeout  client 1m
  timeout  server 1m
  timeout  check 10s

listen apache_exporter_frontend
  bind 10.10.125.161:9117 ssl crt /etc/pki/tls/certs/haproxy_combined.pem no-sslv3 no-tlsv10 no-tlsv11
  mode http
  http-request redirect scheme https code 301 unless { ssl_fc }
  server hp3-wp-1011395.hostingp3.local 127.0.0.1:59117 check

listen node_exporter_frontend
  bind 10.10.125.161:9100 ssl crt /etc/pki/tls/certs/haproxy_combined.pem no-sslv3 no-tlsv10 no-tlsv11
  mode http
  http-request redirect scheme https code 301 unless { ssl_fc }
  server hp3-wp-1011395.hostingp3.local 127.0.0.1:59100 check