From: Heiko Z. <smi...@us...> - 2012-08-10 12:43:18
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory vz-cvs-3.sog:/tmp/cvs-serv18191 Modified Files: default server Log Message: disabled mod_spdy for now, there seems to be a new issue compiling it Index: default =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/default,v retrieving revision 1.133 retrieving revision 1.134 diff -u -d -r1.133 -r1.134 --- default 9 Aug 2012 12:45:13 -0000 1.133 +++ default 10 Aug 2012 12:43:15 -0000 1.134 @@ -256,4 +256,4 @@ CONFIG_IPSET=y CONFIG_LIBMNL=y CONFIG_SHELLINABOX=y -CONFIG_MOD_SPDY=y +CONFIG_MOD_SPDY=n Index: server =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/server,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- server 9 Aug 2012 12:45:13 -0000 1.46 +++ server 10 Aug 2012 12:43:15 -0000 1.47 @@ -255,4 +255,4 @@ CONFIG_IPSET=y CONFIG_LIBMNL=y CONFIG_SHELLINABOX=y -CONFIG_MOD_SPDY=y +CONFIG_MOD_SPDY=n |