Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | www/mod_mpm_itk: 2.4.7-02 -> 2.4.7-03 | Kurt Jaeger | 2015-09-22 | 2 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | - Fix an issue where connections would be attempted closed in the parent instead of in the child. This would result in "Connection: close" not being honored, and various odd effects with SSL keepalive in certain browsers. - Correct a log message on AssignGroupIDExpr failure; patch from Roland Mas. - Update copyright to 2015. Everybody using the 2.4.x series are highly advised to upgrade. Many thanks to Remko Lodder (remko@) for notification about this security issue. PR: 203067 Submitted by: lukasz@wasikowski.net (maintainer) Notes: svn path=/head/; revision=397590 | ||||
* | - new port mod_mpm_itk for apache24 | Olli Hauer | 2014-07-13 | 4 | -0/+37 |
apache2-mpm-itk (just mpm-itk for short) is an MPM (Multi-Processing Module) for the Apache web server. mpm-itk allows you to run each of your vhost under a separate uid and gid - in short, the scripts and configuration files for one vhost no longer have to be readable for all the other vhosts. WWW: http://mpm-itk.sesse.net/ PR: 188992 Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net> Notes: svn path=/head/; revision=361726 |