HEX
Server: Apache
System: Linux linweb06.linvh1.fasthosts.co.uk 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: user_1036302171 (1036307171)
PHP: 8.2.30
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.44.156.106: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 linweb06.linvh1.fasthosts.co.uk 127.0.0.1:59117 check

listen node_exporter_frontend
  bind 10.44.156.106: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 linweb06.linvh1.fasthosts.co.uk 127.0.0.1:59100 check