[csw-devel] SF.net SVN: gar:[13488] csw/mgar/pkg/apache2/branches/open-bug-squash/ Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sun Feb 27 20:27:06 CET 2011
Revision: 13488
http://gar.svn.sourceforge.net/gar/?rev=13488&view=rev
Author: bdwalton
Date: 2011-02-27 19:27:06 +0000 (Sun, 27 Feb 2011)
Log Message:
-----------
apache2/branches/open-bug-squash: set an appropriate safe path for suexec (fixes usr/local issue, sets better value than default)
Modified Paths:
--------------
csw/mgar/pkg/apache2/branches/open-bug-squash/Makefile
Modified: csw/mgar/pkg/apache2/branches/open-bug-squash/Makefile
===================================================================
--- csw/mgar/pkg/apache2/branches/open-bug-squash/Makefile 2011-02-27 19:18:38 UTC (rev 13487)
+++ csw/mgar/pkg/apache2/branches/open-bug-squash/Makefile 2011-02-27 19:27:06 UTC (rev 13488)
@@ -167,6 +167,7 @@
CONFIGURE_ARGS += --with-suexec-gidmin=100
CONFIGURE_ARGS += --with-suexec-logfile=$(prefix)/apache2/var/log/suexec_log
CONFIGURE_ARGS += --with-suexec-bin=$(prefix)/apache2/sbin/suexec
+CONFIGURE_ARGS += --with-suexec-safepath=/opt/csw/bin:/usr/bin:/bin
CONFIGURE_ARGS += --enable-authn-alias
CONFIGURE_ARGS += --enable-authnz-ldap
CONFIGURE_ARGS += --enable-file-cache
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