Bug 188992 - New port: www/mpm_itk mpm-itk for apache 2.4
Summary: New port: www/mpm_itk mpm-itk for apache 2.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-25 13:50 UTC by Lukasz Wasikowski
Modified: 2014-07-13 23:24 UTC (History)
1 user (show)

See Also:


Attachments
file.shar (2.20 KB, text/plain)
2014-04-25 13:50 UTC, Lukasz Wasikowski
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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).