JBoss Native SVN: r3199 - tags/jbosssvc.
by jbossnative-commits@lists.jboss.org
Author: mladen.turk(a)jboss.com
Date: 2014-01-27 01:45:56 -0500 (Mon, 27 Jan 2014)
New Revision: 3199
Added:
tags/jbosssvc/JBPAPP-10965/
Log:
Tag fixes for JBPAPP-10965
10 years, 11 months
JBoss Native SVN: r3198 - trunk/build/unix.
by jbossnative-commits@lists.jboss.org
Author: jfrederic.clere(a)jboss.com
Date: 2014-01-26 15:43:38 -0500 (Sun, 26 Jan 2014)
New Revision: 3198
Modified:
trunk/build/unix/buildbin.mod_cluster.sh
Log:
Add the configuration for 1.3.x too.
Modified: trunk/build/unix/buildbin.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.sh 2014-01-26 18:13:28 UTC (rev 3197)
+++ trunk/build/unix/buildbin.mod_cluster.sh 2014-01-26 20:43:38 UTC (rev 3198)
@@ -231,7 +231,7 @@
1.0.*)
echo "skipped!"
;;
- 1.1.*|1.2.*)
+ 1.1.*|1.2.*|1.3.*)
if [ "$BUILD_SYS" = "hpux" ]; then
echo "Add the mod_cluster modules now because with can't use buildconf on hpux"
cat >> "${RPM_BUILD_ROOT}/opt/jboss/httpd/httpd/conf/httpd.conf" <<EOF
10 years, 11 months
JBoss Native SVN: r3197 - trunk/httpd/httpd-2.2/modules/mod_cluster_slotmem.
by jbossnative-commits@lists.jboss.org
Author: jfrederic.clere(a)jboss.com
Date: 2014-01-26 13:13:28 -0500 (Sun, 26 Jan 2014)
New Revision: 3197
Modified:
trunk/httpd/httpd-2.2/modules/mod_cluster_slotmem/config5.m4
Log:
typo.
Modified: trunk/httpd/httpd-2.2/modules/mod_cluster_slotmem/config5.m4
===================================================================
--- trunk/httpd/httpd-2.2/modules/mod_cluster_slotmem/config5.m4 2014-01-26 17:05:28 UTC (rev 3196)
+++ trunk/httpd/httpd-2.2/modules/mod_cluster_slotmem/config5.m4 2014-01-26 18:13:28 UTC (rev 3197)
@@ -10,6 +10,6 @@
slotmem_objects="mod_sharedmem.lo sharedmem_util.lo"
-APACHE_MODULE(cluster_slotmem, A slotmem provider for mod_cluster, $slotmem_objects, , $mod_slotmem_mods_enable)
+APACHE_MODULE(cluster_slotmem, A slotmem provider for mod_cluster, $slotmem_objects, , $mod_cluster_slotmem_mods_enable)
APACHE_MODPATH_FINISH
10 years, 11 months
JBoss Native SVN: r3196 - in trunk/httpd/httpd-2.2/modules: mod_manager and 1 other directory.
by jbossnative-commits@lists.jboss.org
Author: jfrederic.clere(a)jboss.com
Date: 2014-01-26 12:05:28 -0500 (Sun, 26 Jan 2014)
New Revision: 3196
Modified:
trunk/httpd/httpd-2.2/modules/mod_cluster_slotmem/config5.m4
trunk/httpd/httpd-2.2/modules/mod_manager/config5.m4
Log:
make the modules are loaded.
Modified: trunk/httpd/httpd-2.2/modules/mod_cluster_slotmem/config5.m4
===================================================================
--- trunk/httpd/httpd-2.2/modules/mod_cluster_slotmem/config5.m4 2014-01-26 15:37:27 UTC (rev 3195)
+++ trunk/httpd/httpd-2.2/modules/mod_cluster_slotmem/config5.m4 2014-01-26 17:05:28 UTC (rev 3196)
@@ -2,12 +2,10 @@
APACHE_MODPATH_INIT(mod_cluster_slotmem)
-if test "$enable_mod_cluster_slotmem" = "shared"; then
- mod_slotmem_mods_enable=shared
-elif test "$enable_mod_cluster_slotmem" = "yes"; then
- mod_slotmem_mods_enable=yes
+if test "$enable_mod_cluster_slotmem" = "no"; then
+ mod_cluster_slotmem_mods_enable=no
else
- mod_slotmem_mods_enable=no
+ mod_cluster_slotmem_mods_enable=yes
fi
slotmem_objects="mod_sharedmem.lo sharedmem_util.lo"
Modified: trunk/httpd/httpd-2.2/modules/mod_manager/config5.m4
===================================================================
--- trunk/httpd/httpd-2.2/modules/mod_manager/config5.m4 2014-01-26 15:37:27 UTC (rev 3195)
+++ trunk/httpd/httpd-2.2/modules/mod_manager/config5.m4 2014-01-26 17:05:28 UTC (rev 3196)
@@ -2,12 +2,10 @@
APACHE_MODPATH_INIT(mod_manager)
-if test "$enable_mod_manager" = "shared"; then
- mod_manager_mods_enable=shared
-elif test "$enable_mod_manager" = "yes"; then
- mod_manager_mods_enable=yes
-else
+if test "$enable_mod_manager" = "no"; then
mod_manager_mods_enable=no
+else
+ mod_manager_mods_enable=yes
fi
manager_objects="mod_manager.lo balancer.lo context.lo host.lo node.lo sessionid.lo domain.lo jgroupsid.lo"
10 years, 11 months
JBoss Native SVN: r3195 - trunk/httpd/httpd-2.2/modules/mod_manager.
by jbossnative-commits@lists.jboss.org
Author: jfrederic.clere(a)jboss.com
Date: 2014-01-26 10:37:27 -0500 (Sun, 26 Jan 2014)
New Revision: 3195
Modified:
trunk/httpd/httpd-2.2/modules/mod_manager/config5.m4
Log:
use the right name.
Modified: trunk/httpd/httpd-2.2/modules/mod_manager/config5.m4
===================================================================
--- trunk/httpd/httpd-2.2/modules/mod_manager/config5.m4 2014-01-26 10:15:04 UTC (rev 3194)
+++ trunk/httpd/httpd-2.2/modules/mod_manager/config5.m4 2014-01-26 15:37:27 UTC (rev 3195)
@@ -12,7 +12,7 @@
manager_objects="mod_manager.lo balancer.lo context.lo host.lo node.lo sessionid.lo domain.lo jgroupsid.lo"
-APACHE_MODULE(manager, Manager for mod_cluster, $manager_objects, , $advertise_mods_enable)
+APACHE_MODULE(manager, Manager for mod_cluster, $manager_objects, , $mod_manager_mods_enable)
if test "$manager_enable" != "no"; then
APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/../proxy/])
10 years, 11 months
JBoss Native SVN: r3194 - trunk/build/unix.
by jbossnative-commits@lists.jboss.org
Author: jfrederic.clere(a)jboss.com
Date: 2014-01-26 05:15:04 -0500 (Sun, 26 Jan 2014)
New Revision: 3194
Modified:
trunk/build/unix/buildbin.mod_cluster.sh
trunk/build/unix/buildbin.mod_cluster.windows.sh
trunk/build/unix/buildsrc.cluster.sh
Log:
Copy the renamed module.
Modified: trunk/build/unix/buildbin.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.sh 2014-01-26 09:31:42 UTC (rev 3193)
+++ trunk/build/unix/buildbin.mod_cluster.sh 2014-01-26 10:15:04 UTC (rev 3194)
@@ -243,7 +243,7 @@
LoadModule proxy_cluster_module /opt/jboss/httpd/lib/httpd/modules/mod_proxy_cluster.so
LoadModule manager_module /opt/jboss/httpd/lib/httpd/modules/mod_manager.so
-LoadModule slotmem_module /opt/jboss/httpd/lib/httpd/modules/mod_slotmem.so
+LoadModule cluster_slotmem_module /opt/jboss/httpd/lib/httpd/modules/mod_cluster_slotmem.so
LoadModule advertise_module /opt/jboss/httpd/lib/httpd/modules/mod_advertise.so
EOF
@@ -359,7 +359,7 @@
if [ "${BUILD_SYS}" != "windows" ]; then
echo "Building mod_cluster modules with ${apxs}"
BASELOC=`(cd ../mod_cluster/test/java; ant base | grep echo | sed 's:\[echo\]::' | sed 's:^ *::' | sed 's: :/:g')`
- for dir in `echo mod_manager advertise mod_slotmem mod_proxy_cluster`
+ for dir in `echo mod_manager advertise mod_cluster_slotmem mod_proxy_cluster`
do
(cd ../mod_cluster/native/$dir
sh buildconf
Modified: trunk/build/unix/buildbin.mod_cluster.windows.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.windows.sh 2014-01-26 09:31:42 UTC (rev 3193)
+++ trunk/build/unix/buildbin.mod_cluster.windows.sh 2014-01-26 10:15:04 UTC (rev 3194)
@@ -119,7 +119,7 @@
LoadModule proxy_cluster_module modules/mod_proxy_cluster.so
LoadModule manager_module modules/mod_manager.so
-LoadModule slotmem_module modules/mod_slotmem.so
+LoadModule cluster_slotmem_module modules/mod_cluster_slotmem.so
LoadModule advertise_module modules/mod_advertise.so
# MOD_CLUSTER_ADDS
Modified: trunk/build/unix/buildsrc.cluster.sh
===================================================================
--- trunk/build/unix/buildsrc.cluster.sh 2014-01-26 09:31:42 UTC (rev 3193)
+++ trunk/build/unix/buildsrc.cluster.sh 2014-01-26 10:15:04 UTC (rev 3194)
@@ -104,10 +104,10 @@
# Copy the files to httpd src.
mkdir -p ${destdir}/modules/advertise
mkdir -p ${destdir}/modules/mod_manager
-mkdir -p ${destdir}/modules/mod_slotmem
+mkdir -p ${destdir}/modules/mod_cluster_slotmem
cp -p $package_src_dir/srclib/mod_cluster/native/advertise/* ${destdir}/modules/advertise
cp -p $package_src_dir/srclib/mod_cluster/native/mod_manager/* ${destdir}/modules/mod_manager
-cp -p $package_src_dir/srclib/mod_cluster/native/mod_slotmem/* ${destdir}/modules/mod_slotmem
+cp -p $package_src_dir/srclib/mod_cluster/native/mod_cluster_slotmem/* ${destdir}/modules/mod_cluster_slotmem
cp -p $package_src_dir/srclib/mod_cluster/native/include/* ${destdir}/modules/proxy
cp -p $package_src_dir/srclib/mod_cluster/native/mod_proxy_cluster/mod_proxy_cluster.c ${destdir}/modules/proxy
10 years, 11 months
JBoss Native SVN: r3193 - in trunk/httpd/httpd-2.2/modules: mod_cluster_slotmem and 1 other directory.
by jbossnative-commits@lists.jboss.org
Author: jfrederic.clere(a)jboss.com
Date: 2014-01-26 04:31:42 -0500 (Sun, 26 Jan 2014)
New Revision: 3193
Added:
trunk/httpd/httpd-2.2/modules/mod_cluster_slotmem/
trunk/httpd/httpd-2.2/modules/mod_cluster_slotmem/Makefile.in
trunk/httpd/httpd-2.2/modules/mod_cluster_slotmem/NMAKEmakefile
trunk/httpd/httpd-2.2/modules/mod_cluster_slotmem/NMAKEslotmem
trunk/httpd/httpd-2.2/modules/mod_cluster_slotmem/config5.m4
Log:
Rename the module.
Added: trunk/httpd/httpd-2.2/modules/mod_cluster_slotmem/Makefile.in
===================================================================
--- trunk/httpd/httpd-2.2/modules/mod_cluster_slotmem/Makefile.in (rev 0)
+++ trunk/httpd/httpd-2.2/modules/mod_cluster_slotmem/Makefile.in 2014-01-26 09:31:42 UTC (rev 3193)
@@ -0,0 +1,3 @@
+
+include $(top_srcdir)/build/special.mk
+
Added: trunk/httpd/httpd-2.2/modules/mod_cluster_slotmem/NMAKEmakefile
===================================================================
--- trunk/httpd/httpd-2.2/modules/mod_cluster_slotmem/NMAKEmakefile (rev 0)
+++ trunk/httpd/httpd-2.2/modules/mod_cluster_slotmem/NMAKEmakefile 2014-01-26 09:31:42 UTC (rev 3193)
@@ -0,0 +1,46 @@
+# Copyright 2001-2014 The Apache Software Foundation or its licensors, as
+# applicable.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ====================================================================
+#
+# NMAKEmakefile Master HTTPD cluster module makefile.
+#
+# Originally contributed by Mladen Turk <mturk redhat.com>
+#
+# ====================================================================
+#
+
+TARGET=DLL
+!IF !DEFINED(SRCDIR) || "$(SRCDIR)" == ""
+SRCDIR = .
+!ENDIF
+
+!include <..\..\NMAKEcommon.inc>
+!include <..\..\NMAKEhttpd.inc>
+
+MODULES = \
+ $(SRCDIR)\NMAKEslotmem\~
+
+all: $(WORKDIR) $(MODULES)
+ @echo Building mod_cluster_slotmem module ...
+
+$(MODULES):
+ @$(MAKE) -nologo -f $(@D) install
+
+$(WORKDIR):
+ @$(MAKEWORKDIR)
+
+install: all
+ @xcopy "$(WORKDIR)\*.so" "$(BUILDMOD)" /Y /Q 2>NUL
Added: trunk/httpd/httpd-2.2/modules/mod_cluster_slotmem/NMAKEslotmem
===================================================================
--- trunk/httpd/httpd-2.2/modules/mod_cluster_slotmem/NMAKEslotmem (rev 0)
+++ trunk/httpd/httpd-2.2/modules/mod_cluster_slotmem/NMAKEslotmem 2014-01-26 09:31:42 UTC (rev 3193)
@@ -0,0 +1,69 @@
+# Copyright 2001-2007 The Apache Software Foundation or its licensors, as
+# applicable.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ====================================================================
+#
+# NMAKEmakefile mod_sharedmem module makefile.
+#
+# Originally contributed by Mladen Turk <mturk redhat.com>
+#
+# ====================================================================
+#
+
+TARGET=DLL
+PROJECT = mod_cluster_slotmem
+
+!IF !DEFINED(SRCDIR) || "$(SRCDIR)" == ""
+SRCDIR = .
+!ENDIF
+
+!include <..\..\NMAKEcommon.inc>
+!include <..\..\NMAKEhttpd.inc>
+
+LDIRS = /libpath:"$(BUILDLIB)"
+LFLAGS = $(LFLAGS) user32.lib psapi.lib gdi32.lib shlwapi.lib wldap32.lib ole32.lib $(LIBAPR) $(LIBAPU) $(LIBHTTPD)
+CFLAGS = $(CFLAGS) -DCLUSTER_DECLARE_EXPORT
+
+INCLUDES = -I$(SRCDIR) -I$(BUILDINC) -I../proxy
+PDBFLAGS = -Fo$(WORKDIR)\ -Fd$(WORKDIR)\$(PROJECT)-src
+
+BUILDBIN = $(WORKDIR)\$(PROJECT).so
+BUILDPDB = $(WORKDIR)\$(PROJECT).pdb
+BUILDRES = $(WORKDIR)\$(PROJECT).res
+BUILDMFT = $(BUILDBIN).manifest
+
+RCFLAGS = $(RCFLAGS) /d BIN_NAME="$(PROJECT).so" /d LONG_NAME="mod_cluster_slotmem module for Apache"
+
+OBJECTS = \
+ $(WORKDIR)\sharedmem_util.obj \
+ $(WORKDIR)\mod_sharedmem.obj
+
+{$(SRCDIR)}.c{$(WORKDIR)}.obj:
+ $(CC) $(CFLAGS) $(INCLUDES) $(PDBFLAGS) $<
+
+$(BUILDRES): ..\..\build\win32\httpd.rc
+ $(RC) $(RCFLAGS) /i "$(BUILDINC)" /fo $(BUILDRES) ..\..\build\win32\httpd.rc
+
+$(BUILDBIN): $(OBJECTS) $(BUILDRES)
+ $(LINK) $(LFLAGS) $(OBJECTS) $(BUILDRES) $(LIBS) $(LDIRS) /pdb:$(BUILDPDB) /out:$(BUILDBIN)
+ IF EXIST $(BUILDMFT) \
+ mt -nologo -manifest $(BUILDMFT) -outputresource:$(BUILDBIN);2
+
+!IF EXIST($(SRCDIR)\mod_sharedmem.c)
+install: $(BUILDBIN)
+!ELSE
+install:
+ @echo Skipping $(PROJECT) build.
+!ENDIF
Added: trunk/httpd/httpd-2.2/modules/mod_cluster_slotmem/config5.m4
===================================================================
--- trunk/httpd/httpd-2.2/modules/mod_cluster_slotmem/config5.m4 (rev 0)
+++ trunk/httpd/httpd-2.2/modules/mod_cluster_slotmem/config5.m4 2014-01-26 09:31:42 UTC (rev 3193)
@@ -0,0 +1,17 @@
+dnl modules enabled in this directory by default
+
+APACHE_MODPATH_INIT(mod_cluster_slotmem)
+
+if test "$enable_mod_cluster_slotmem" = "shared"; then
+ mod_slotmem_mods_enable=shared
+elif test "$enable_mod_cluster_slotmem" = "yes"; then
+ mod_slotmem_mods_enable=yes
+else
+ mod_slotmem_mods_enable=no
+fi
+
+slotmem_objects="mod_sharedmem.lo sharedmem_util.lo"
+
+APACHE_MODULE(cluster_slotmem, A slotmem provider for mod_cluster, $slotmem_objects, , $mod_slotmem_mods_enable)
+
+APACHE_MODPATH_FINISH
10 years, 11 months
JBoss Native SVN: r3192 - trunk/httpd/httpd-2.2/modules/mod_slotmem.
by jbossnative-commits@lists.jboss.org
Author: jfrederic.clere(a)jboss.com
Date: 2014-01-26 04:19:35 -0500 (Sun, 26 Jan 2014)
New Revision: 3192
Modified:
trunk/httpd/httpd-2.2/modules/mod_slotmem/config5.m4
Log:
Rollback previous patches.
Modified: trunk/httpd/httpd-2.2/modules/mod_slotmem/config5.m4
===================================================================
--- trunk/httpd/httpd-2.2/modules/mod_slotmem/config5.m4 2014-01-25 17:56:36 UTC (rev 3191)
+++ trunk/httpd/httpd-2.2/modules/mod_slotmem/config5.m4 2014-01-26 09:19:35 UTC (rev 3192)
@@ -1,10 +1,10 @@
dnl modules enabled in this directory by default
-APACHE_MODPATH_INIT(cluster_slotmem)
+APACHE_MODPATH_INIT(mod_slotmem)
-if test "$enable_cluster_slotmem" = "shared"; then
+if test "$enable_mod_slotmem" = "shared"; then
mod_slotmem_mods_enable=shared
-elif test "$enable_cluster_slotmem" = "yes"; then
+elif test "$enable_mod_slotmem" = "yes"; then
mod_slotmem_mods_enable=yes
else
mod_slotmem_mods_enable=no
@@ -12,6 +12,6 @@
slotmem_objects="mod_sharedmem.lo sharedmem_util.lo"
-APACHE_MODULE(cluster_slotmem, A slotmem provider for mod_cluster, $slotmem_objects, , $mod_slotmem_mods_enable)
+APACHE_MODULE(slotmem, A slotmem provider for mod_cluster, $slotmem_objects, , $mod_slotmem_mods_enable)
APACHE_MODPATH_FINISH
10 years, 11 months
JBoss Native SVN: r3191 - trunk/build/unix.
by jbossnative-commits@lists.jboss.org
Author: jfrederic.clere(a)jboss.com
Date: 2014-01-25 12:56:36 -0500 (Sat, 25 Jan 2014)
New Revision: 3191
Modified:
trunk/build/unix/buildbin.mod_cluster.sh
Log:
ajust name.
Modified: trunk/build/unix/buildbin.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.sh 2014-01-25 16:35:30 UTC (rev 3190)
+++ trunk/build/unix/buildbin.mod_cluster.sh 2014-01-25 17:56:36 UTC (rev 3191)
@@ -135,7 +135,7 @@
fi
if $has_cluster; then
- add_conf="$add_conf --enable-proxy-cluster --enable-advertise --enable-mod-slotmem --enable-manager --disable-proxy-balancer"
+ add_conf="$add_conf --enable-proxy-cluster --enable-advertise --enable-cluster-slotmem --enable-manager --disable-proxy-balancer"
fi
# Ajust some more platform dependent stuff.
10 years, 11 months
JBoss Native SVN: r3190 - trunk/httpd/httpd-2.2/modules/mod_slotmem.
by jbossnative-commits@lists.jboss.org
Author: jfrederic.clere(a)jboss.com
Date: 2014-01-25 11:35:30 -0500 (Sat, 25 Jan 2014)
New Revision: 3190
Modified:
trunk/httpd/httpd-2.2/modules/mod_slotmem/NMAKEslotmem
trunk/httpd/httpd-2.2/modules/mod_slotmem/config5.m4
Log:
Ajust the names according to other httpd-2.4.x modules.
Modified: trunk/httpd/httpd-2.2/modules/mod_slotmem/NMAKEslotmem
===================================================================
--- trunk/httpd/httpd-2.2/modules/mod_slotmem/NMAKEslotmem 2014-01-25 15:04:25 UTC (rev 3189)
+++ trunk/httpd/httpd-2.2/modules/mod_slotmem/NMAKEslotmem 2014-01-25 16:35:30 UTC (rev 3190)
@@ -23,7 +23,7 @@
#
TARGET=DLL
-PROJECT = mod_slotmem
+PROJECT = mod_cluster_slotmem
!IF !DEFINED(SRCDIR) || "$(SRCDIR)" == ""
SRCDIR = .
@@ -44,7 +44,7 @@
BUILDRES = $(WORKDIR)\$(PROJECT).res
BUILDMFT = $(BUILDBIN).manifest
-RCFLAGS = $(RCFLAGS) /d BIN_NAME="$(PROJECT).so" /d LONG_NAME="mod_slotmem module for Apache"
+RCFLAGS = $(RCFLAGS) /d BIN_NAME="$(PROJECT).so" /d LONG_NAME="mod_cluster_slotmem module for Apache"
OBJECTS = \
$(WORKDIR)\sharedmem_util.obj \
Modified: trunk/httpd/httpd-2.2/modules/mod_slotmem/config5.m4
===================================================================
--- trunk/httpd/httpd-2.2/modules/mod_slotmem/config5.m4 2014-01-25 15:04:25 UTC (rev 3189)
+++ trunk/httpd/httpd-2.2/modules/mod_slotmem/config5.m4 2014-01-25 16:35:30 UTC (rev 3190)
@@ -1,10 +1,10 @@
dnl modules enabled in this directory by default
-APACHE_MODPATH_INIT(mod_slotmem)
+APACHE_MODPATH_INIT(cluster_slotmem)
-if test "$enable_mod_slotmem" = "shared"; then
+if test "$enable_cluster_slotmem" = "shared"; then
mod_slotmem_mods_enable=shared
-elif test "$enable_mod_slotmem" = "yes"; then
+elif test "$enable_cluster_slotmem" = "yes"; then
mod_slotmem_mods_enable=yes
else
mod_slotmem_mods_enable=no
@@ -12,6 +12,6 @@
slotmem_objects="mod_sharedmem.lo sharedmem_util.lo"
-APACHE_MODULE(slotmem, A slotmem provider for mod_cluster, $slotmem_objects, , $mod_slotmem_mods_enable)
+APACHE_MODULE(cluster_slotmem, A slotmem provider for mod_cluster, $slotmem_objects, , $mod_slotmem_mods_enable)
APACHE_MODPATH_FINISH
10 years, 11 months