# HG changeset patch # User Pascal Bellard # Date 1447340744 -3600 # Node ID b6466c362ce874f77759c30ca4e3da0d7921f4fc # Parent 32cd19a15111cf3124c0e06096868f69c5b0942a apache: disable SSLSessionCache diff -r 32cd19a15111 -r b6466c362ce8 apache/receipt --- a/apache/receipt Thu Nov 12 11:40:39 2015 +0200 +++ b/apache/receipt Thu Nov 12 16:05:44 2015 +0100 @@ -22,7 +22,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src grep -q Slitaz config.layout || \ cat $stuff/slitaz.layout >> config.layout ./configure --mandir=/usr/share/man \ @@ -59,6 +58,7 @@ -e 's|#LoadModule ssl_module|LoadModule ssl_module|' \ $fs/etc/apache/httpd.conf $fs/etc/apache/extra/httpd-ssl.conf echo "Include /etc/apache/conf.d" >> $fs/etc/apache/httpd.conf + sed -i 's/^SSLSessionCache /#&/' $fs/etc/apache/extra/httpd-ssl.conf cat >> $fs/etc/apache/extra/httpd-ssl.conf <