Bug 188992

Summary: New port: www/mpm_itk mpm-itk for apache 2.4
Product: Ports & Packages Reporter: Lukasz Wasikowski <lukasz>
Component: Individual Port(s)Assignee: Olli Hauer <ohauer>
Status: Closed FIXED    
Severity: Affects Only Me CC: ohauer
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Lukasz Wasikowski 2014-04-25 13:50:00 UTC
This port enables mpm-itk on apache 2.4.x, similar to www/apache22-itk-mpm. 2.4.x version is an apache module, and it works only with apache prefork.

From author's webpage:

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/

Fix: Patch attached with submission follows:
Comment 1 Lukasz Wasikowski 2014-07-11 20:50:46 UTC
Could someone with commit bit take a look on this new port? It would be great to have mpm-itk in apache 2.4, especially now, when 2.4 is new default version.
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-07-13 23:22:20 UTC
A commit references this bug:

Author: ohauer
Date: Sun Jul 13 23:21:42 UTC 2014
New revision: 361726
URL: http://svnweb.freebsd.org/changeset/ports/361726

Log:
  - new port mod_mpm_itk for apache24

  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>

Changes:
  head/www/Makefile
  head/www/mod_mpm_itk/
  head/www/mod_mpm_itk/Makefile
  head/www/mod_mpm_itk/distinfo
  head/www/mod_mpm_itk/pkg-descr
  head/www/mod_mpm_itk/pkg-plist
Comment 3 Olli Hauer freebsd_committer freebsd_triage 2014-07-13 23:24:45 UTC
Port committed with minor changes (PORTNAME, mod_h264 in pkg-plist).