You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2017/05/02 14:22:29 UTC

svn commit: r1793497 - in /httpd/test/mod_h2/trunk/conf: httpd.conf modules.conf

Author: icing
Date: Tue May  2 14:22:28 2017
New Revision: 1793497

URL: http://svn.apache.org/viewvc?rev=1793497&view=rev
Log:
adding proxy_hcheck to setup

Modified:
    httpd/test/mod_h2/trunk/conf/httpd.conf
    httpd/test/mod_h2/trunk/conf/modules.conf

Modified: httpd/test/mod_h2/trunk/conf/httpd.conf
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/conf/httpd.conf?rev=1793497&r1=1793496&r2=1793497&view=diff
==============================================================================
--- httpd/test/mod_h2/trunk/conf/httpd.conf (original)
+++ httpd/test/mod_h2/trunk/conf/httpd.conf Tue May  2 14:22:28 2017
@@ -78,10 +78,10 @@ DocumentRoot "SUBST_SERVER_ROOT_SUBST/ht
     ProxyTimeout 30
     SSLProxyEngine on
     <Proxy "balancer://http-local">
-        BalancerMember "http://127.0.0.1:SUBST_PORT_HTTP_SUBST"
+        BalancerMember "http://127.0.0.1:SUBST_PORT_HTTP_SUBST" hcmethod=GET hcuri=/
     </Proxy>
     <Proxy "balancer://https-local">
-        BalancerMember "https://127.0.0.1:SUBST_PORT_HTTPS_SUBST"
+        BalancerMember "https://127.0.0.1:SUBST_PORT_HTTPS_SUBST" hcmethod=GET hcuri=/
     </Proxy>
     ProxyPreserveHost on
 </IfModule>

Modified: httpd/test/mod_h2/trunk/conf/modules.conf
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/conf/modules.conf?rev=1793497&r1=1793496&r2=1793497&view=diff
==============================================================================
--- httpd/test/mod_h2/trunk/conf/modules.conf (original)
+++ httpd/test/mod_h2/trunk/conf/modules.conf Tue May  2 14:22:28 2017
@@ -69,6 +69,7 @@ LoadModule proxy_fcgi_module modules/mod
 #LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so
 #LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
 LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
+LoadModule proxy_hcheck_module modules/mod_proxy_hcheck.so
 #LoadModule proxy_express_module modules/mod_proxy_express.so
 #LoadModule session_module modules/mod_session.so
 #LoadModule session_cookie_module modules/mod_session_cookie.so