From: Heiko Z. <smi...@us...> - 2014-03-29 15:03:20
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7845/scripts/configuration/profiles Modified Files: default server Log Message: - enabled standalone modsecurity module - added nginx 1.5.12 - build mod_spdy only on 64 bit Index: default =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/default,v retrieving revision 1.137 retrieving revision 1.138 diff -u -d -r1.137 -r1.138 --- default 29 Mar 2014 13:44:46 -0000 1.137 +++ default 29 Mar 2014 15:03:17 -0000 1.138 @@ -259,3 +259,4 @@ CONFIG_MOD_SPDY=y CONFIG_NETATALK=y CONFIG_MOD_FCGID=y +CONFIG_NGINX=y Index: server =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/server,v retrieving revision 1.50 retrieving revision 1.51 diff -u -d -r1.50 -r1.51 --- server 29 Mar 2014 13:44:46 -0000 1.50 +++ server 29 Mar 2014 15:03:17 -0000 1.51 @@ -258,3 +258,4 @@ CONFIG_MOD_SPDY=y CONFIG_NETATALK=y CONFIG_MOD_FCGID=y +CONFIG_NGINX=y |