[csw-devel] SF.net SVN: gar:[11138] csw/mgar/pkg/apache2/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Mon Oct 4 03:55:30 CEST 2010
Revision: 11138
http://gar.svn.sourceforge.net/gar/?rev=11138&view=rev
Author: bdwalton
Date: 2010-10-04 01:55:30 +0000 (Mon, 04 Oct 2010)
Log Message:
-----------
apache2: explicitly disable some modules during non-preform mpm
Modified Paths:
--------------
csw/mgar/pkg/apache2/trunk/Makefile
Modified: csw/mgar/pkg/apache2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apache2/trunk/Makefile 2010-10-04 01:23:41 UTC (rev 11137)
+++ csw/mgar/pkg/apache2/trunk/Makefile 2010-10-04 01:55:30 UTC (rev 11138)
@@ -128,6 +128,11 @@
ifneq ($(MPM),prefork)
CONFIGURE_ARGS += --enable-modules=none
+CONFIGURE_ARGS += --disable-authn-file
+CONFIGURE_ARGS += --disable-authn-default
+CONFIGURE_ARGS += --disable-authz-host
+CONFIGURE_ARGS += --disable-authz-user
+CONFIGURE_ARGS += --disable-auth-basic
else
CONFIGURE_ARGS += --enable-suexec
CONFIGURE_ARGS += --with-suexec-caller=nobody
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list