Skip to content

Commit

Permalink
test: Update tests to use the correctly spelled version of 'EnableMCM…
Browse files Browse the repository at this point in the history
…PReceive' option
  • Loading branch information
rhusar committed Feb 19, 2024
1 parent 6e9499d commit a03b492
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion native/balancers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ LoadModule lbmethod_cluster_module modules/mod_lbmethod_cluster.so
KeepAliveTimeout 300
MaxKeepAliveRequests 0
EnableMCPMReceive
EnableMCMPReceive
ServerName localhost
<Location /mod_cluster_manager>
Expand Down
2 changes: 1 addition & 1 deletion test/MODCLUSTER-640/mod_proxy_cluster.conf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ProxyPreserveHost On
EnableWsTunnel
WSUpgradeHeader websocket
<VirtualHost *:6666>
EnableMCPMReceive
EnableMCMPReceive
#ServerAdvertise on http://jfcpc:6666
#ServerAdvertise on http://localhost:6666
#AdvertiseFrequency 5
Expand Down
2 changes: 1 addition & 1 deletion test/MODCLUSTER-734/mod_proxy_cluster.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Listen 6666
ManagerBalancerName mycluster

<VirtualHost *:6666>
EnableMCPMReceive
EnableMCMPReceive
<Directory />
Require ip 127.0.0.1
Require ip ::1
Expand Down
2 changes: 1 addition & 1 deletion test/MODCLUSTER-755/mod_proxy_cluster.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Listen 6666
ManagerBalancerName mycluster

<VirtualHost *:6666>
EnableMCPMReceive
EnableMCMPReceive
<Directory />
Require ip 127.0.0.1
Require ip ::1
Expand Down
2 changes: 1 addition & 1 deletion test/MODCLUSTER-785/mod_proxy_cluster.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ EnableWsTunnel
WSUpgradeHeader websocket

<VirtualHost *:6666>
EnableMCPMReceive
EnableMCMPReceive
<Directory />
Require ip 127.0.0.1
Require ip ::1
Expand Down
2 changes: 1 addition & 1 deletion test/MODCLUSTER-794/mod_proxy_cluster.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ProxyPreserveHost On
EnableWsTunnel
WSUpgradeHeader websocket
<VirtualHost *:6666>
EnableMCPMReceive
EnableMCMPReceive
<Directory />
Require ip 127.0.0.
Require ip ::1
Expand Down
2 changes: 1 addition & 1 deletion test/httpd/mod_lbmethod_cluster.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ProxyPreserveHost On
</IfModule>

<VirtualHost *:6666>
EnableMCPMReceive
EnableMCMPReceive
<Directory />
Require ip 127.0.0.
Require ip ::1
Expand Down
2 changes: 1 addition & 1 deletion test/httpd/mod_proxy_cluster.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ProxyPreserveHost On
</IfModule>

<VirtualHost *:6666>
EnableMCPMReceive
EnableMCMPReceive
<Directory />
Require ip 127.0.0.
Require ip ::1
Expand Down
2 changes: 1 addition & 1 deletion test/websocket/mod_proxy_cluster.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ProxyPreserveHost On
EnableWsTunnel
WSUpgradeHeader websocket
<VirtualHost *:6666>
EnableMCPMReceive
EnableMCMPReceive
<Directory />
Require ip 127.0.0.
Require ip ::1
Expand Down

0 comments on commit a03b492

Please sign in to comment.