Skip to content

Commit

Permalink
Rollback r345.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfclere committed Jul 28, 2010
1 parent fc1e44e commit 39f735d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions test/java/installhttpd.sh
Expand Up @@ -259,11 +259,7 @@ LoadModule advertise_module modules/mod_advertise.so
EOF
fi

# Add manager_module directives is not already there...
grep MOD_CLUSTER_ADDS "$file"
if [ $? -ne 0 ]
then
cat >> "$file.new" <<EOF
cat >> "$file.new" <<EOF
<IfModule manager_module>
Listen @IP@:6666
ManagerBalancerName mycluster
Expand All @@ -290,8 +286,6 @@ then
</VirtualHost>
</IfModule>
EOF
fi

echo "s/@IP@/${IP}/" > sed.cmd
echo "s/@ADVIP@/${ADVIP}/" >> sed.cmd
echo "s/@SUBIP@/${SUBIP}/" >> sed.cmd
Expand Down

0 comments on commit 39f735d

Please sign in to comment.