Author: jfrederic.clere(a)jboss.com
Date: 2014-11-28 08:51:05 -0500 (Fri, 28 Nov 2014)
New Revision: 3386
Modified:
trunk/build/unix/buildbin.mod_cluster.sh
trunk/build/unix/buildbin.mod_cluster.windows.sh
Log:
Fix for BZ 1168792.
Modified: trunk/build/unix/buildbin.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.sh 2014-11-15 07:17:39 UTC (rev 3385)
+++ trunk/build/unix/buildbin.mod_cluster.sh 2014-11-28 13:51:05 UTC (rev 3386)
@@ -306,7 +306,7 @@
EnableMCPMReceive
<Location /mod_cluster_manager>
- SetHandler mod_cluster-manager
+ SetHandler mod_cluster_manager
Order deny,allow
Deny from all
Allow from 127.0.0
@@ -337,7 +337,7 @@
EnableMCPMReceive
<Location /mod_cluster_manager>
- SetHandler mod_cluster-manager
+ SetHandler mod_cluster_manager
Require ip 127.0.0
</Location>
Modified: trunk/build/unix/buildbin.mod_cluster.windows.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.windows.sh 2014-11-15 07:17:39 UTC (rev 3385)
+++ trunk/build/unix/buildbin.mod_cluster.windows.sh 2014-11-28 13:51:05 UTC (rev 3386)
@@ -161,7 +161,7 @@
EnableMCPMReceive
<Location /mod_cluster_manager>
- SetHandler mod_cluster-manager
+ SetHandler mod_cluster_manager
Order deny,allow
Deny from all
Allow from 127.0.0
@@ -203,7 +203,7 @@
EnableMCPMReceive
<Location /mod_cluster_manager>
- SetHandler mod_cluster-manager
+ SetHandler mod_cluster_manager
Require ip 127.0.0
</Location>
Show replies by date