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 Mar 15, 2024
1 parent 2ec4151 commit 23cda9f
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 @@ -28,7 +28,7 @@ ProxyPreserveHost On
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-734/mod_proxy_cluster.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ManagerBalancerName mycluster
ServerName localhost

<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 @@ -16,7 +16,7 @@ ManagerBalancerName mycluster
ServerName localhost

<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 @@ -16,7 +16,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 @@ -24,7 +24,7 @@ WSUpgradeHeader websocket
</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_lbmethod_cluster.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ManagerBalancerName mycluster
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_proxy_cluster.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ WSUpgradeHeader websocket
</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 @@ -24,7 +24,7 @@ ManagerBalancerName mycluster
EnableWsTunnel
WSUpgradeHeader websocket
<VirtualHost *:6666>
EnableMCPMReceive
EnableMCMPReceive
<Directory />
Require ip 127.0.0.
Require ip ::1
Expand Down

0 comments on commit 23cda9f

Please sign in to comment.