Date: Thu, 20 May 2010 13:11:29 +0200 From: Jonas Eckerman <jonas@fsdb.org> To: apache@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: apache-2.2.15_7 missing mod_reqtimeout Message-ID: <4BF518E1.7020300@fsdb.org>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------050309070700030507040609 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Hello! Just wanted to give you a notice that the apache 2.2.15 is missing options for enabling the new mod_reqtimeout module. That module can be used to lessen the impact of a slow loris attack, wich makes it kind of nice to have. The attached small patch makes it available, and selected by default. Regards /Jonas -- Jonas Eckerman Förbundet Sveriges Dövblinda http://www.fsdb.org/ http://whatever.frukt.org/ --------------050309070700030507040609 Content-Type: text/plain; name="Makefiles.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Makefiles.diff" diff -u ./Makefile.modules ../new/Makefile.modules --- ./Makefile.modules 2010-05-20 13:06:34.000000000 +0200 +++ ../new/Makefile.modules 2010-05-20 13:06:56.000000000 +0200 @@ -30,7 +30,8 @@ cgi charset_lite dbd deflate dir dumpio env expires \ headers imagemap include info log_config logio mime \ mime_magic negotiation rewrite setenvif speling status \ - unique_id userdir usertrack vhost_alias filter version + unique_id userdir usertrack vhost_alias filter version \ + reqtimeout PROXY_MODULES= proxy proxy_connect proxy_ftp proxy_http proxy_ajp proxy_balancer proxy_scgi SSL_MODULES= ssl SUEXEC_MODULES= suexec diff -u ./Makefile.options ../new/Makefile.options --- ./Makefile.options 2010-05-20 13:06:34.000000000 +0200 +++ ../new/Makefile.options 2010-05-20 13:06:56.000000000 +0200 @@ -73,5 +73,6 @@ SSL "Enable mod_ssl" ON \ SUEXEC "Enable mod_suexec" OFF \ SUEXEC_RSRCLIMIT "SuEXEC rlimits based on login class" OFF \ + REQTIMEOUT "Enable mod_reqtimeout" ON \ CGID "Enable mod_cgid" OFF \ --------------050309070700030507040609--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BF518E1.7020300>