[Erp5-report] r43905 luke - /erp5/trunk/buildout/software-profiles/apache.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Mar 2 17:17:13 CET 2011


Author: luke
Date: Wed Mar  2 17:17:13 2011
New Revision: 43905

URL: http://svn.erp5.org?rev=43905&view=rev
Log:
 - by default create apache with loris protection

Modified:
    erp5/trunk/buildout/software-profiles/apache.cfg

Modified: erp5/trunk/buildout/software-profiles/apache.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/apache.cfg?rev=43905&r1=43904&r2=43905&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/apache.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/apache.cfg [utf8] Wed Mar  2 17:17:13 2011
@@ -1,5 +1,7 @@
 [buildout]
-parts = apache
+parts =
+  apache
+  apache-antiloris
 
 extends =
   libexpat.cfg
@@ -62,3 +64,14 @@ configure-options = --enable-authn-alias
 environment =
   CFLAGS =-I${libuuid:location}/include
   LDFLAGS =-Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -L${libuuid:location}/lib -Wl,-rpath -Wl,${libuuid:location}/lib -Wl,-rpath -Wl,${libexpat:location}/lib -Wl,-rpath -Wl,${pcre:location}/lib -Wl,-rpath -Wl,${sqlite3:location}/lib -Wl,-rpath -Wl,${gdbm:location}/lib
+
+[apache-antiloris]
+# Note: Shall react on each build of apache and reinstall itself
+recipe = hexagonit.recipe.cmmi
+url = http://sourceforge.net/projects/mod-antiloris/files/mod_antiloris-0.4.tar.bz2/download
+md5sum = 66862bf10e9be3a023e475604a28a0b4
+configure-command = ${apache:location}/bin/apxs
+configure-options = -c mod_antiloris.c
+make-binary = ${:configure-command}
+make-options = -i -a -n antiloris mod_antiloris.la
+make-targets =



More information about the Erp5-report mailing list