ServerRoot "/etc/httpd" LogLevel debug LogLevel ssl_module:debug LogLevel proxy_hcheck:debug Listen 127.0.0.1:443 ServerName www.localhost.com SSLSessionCache nonenotnull ServerName www.localhost.com ServerAlias localhost.com SSLCertificateFile /etc/httpd/ssl/ca.crt SSLCertificateKeyFile /etc/httpd/ssl/ca.key SSLEngine on SSLProxyEngine on # SSLProxyProtocol TLSv1 ProxyHCExpr isok {%{REQUEST_STATUS} =~ /^[23]/} ProxyHCTemplate template hcinterval=4 hcexpr=isok hcmethod=get hcuri=/healthcheck.php BalancerMember https://sesdev.tarsec.com:10030 disablereuse=On hctemplate=template BalancerMember https://sesdev.tarsec.com:10031 disablereuse=On hctemplate=template SSLProxyCheckPeerName off SSLProxyCheckPeerExpire off SSLProxyProtocol TLSv1 ProxyPass balancer://mycluster/ ProxyPassReverse balancer://mycluster/