JBoss Native SVN: r2327 - trunk/mod_cluster/test/java.
by jbossnative-commits@lists.jboss.org
Author: jfrederic.clere(a)jboss.com
Date: 2009-03-03 04:25:30 -0500 (Tue, 03 Mar 2009)
New Revision: 2327
Modified:
trunk/mod_cluster/test/java/installhttpd.sh
Log:
The service will be run as Administrators/SYSTEM
Modified: trunk/mod_cluster/test/java/installhttpd.sh
===================================================================
--- trunk/mod_cluster/test/java/installhttpd.sh 2009-03-02 21:31:34 UTC (rev 2326)
+++ trunk/mod_cluster/test/java/installhttpd.sh 2009-03-03 09:25:30 UTC (rev 2327)
@@ -278,3 +278,10 @@
# restore the execute permissions.
chmod a+x "$BASELOC/${BASEHTTPDSBIN}"/*
chmod a+x "$BASELOC/${BASEHTTPD}"/bin/*
+case $BUILD_TAG in
+ *windows*)
+ # The service is run as Administrators/SYSTEM
+ chown -R Administrators "$BASELOC/httpd-2.2"
+ chgrp -R SYSTEM "$BASELOC/httpd-2.2"
+ ;;
+esac
15 years, 9 months
JBoss Native SVN: r2326 - trunk/mod_cluster/test/java.
by jbossnative-commits@lists.jboss.org
Author: jfrederic.clere(a)jboss.com
Date: 2009-03-02 16:31:34 -0500 (Mon, 02 Mar 2009)
New Revision: 2326
Modified:
trunk/mod_cluster/test/java/installhttpd.sh
Log:
Oops the name is now mod_slotmem.so
Modified: trunk/mod_cluster/test/java/installhttpd.sh
===================================================================
--- trunk/mod_cluster/test/java/installhttpd.sh 2009-02-26 16:34:10 UTC (rev 2325)
+++ trunk/mod_cluster/test/java/installhttpd.sh 2009-03-02 21:31:34 UTC (rev 2326)
@@ -242,7 +242,7 @@
LoadModule proxy_cluster_module modules/mod_proxy_cluster.so
LoadModule manager_module modules/mod_manager.so
-LoadModule slotmem_module modules/mod_sharedmem.so
+LoadModule slotmem_module modules/mod_slotmem.so
LoadModule advertise_module modules/mod_advertise.so
EOF
fi
15 years, 9 months