notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
mod_mpm_itk Run each vhost under a separate uid and gid
2.4.7_2 www on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.4.7_2Version of this port present on the latest quarterly branch.
Maintainer: lukasz@wasikowski.net search for ports maintained by this maintainer
Port Added: 2014-07-13 23:21:49
Last Update: 2023-01-25 17:54:07
Commit Hash: 40843b1
License: APACHE20
WWW:
http://mpm-itk.sesse.net/
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (8 items)
Collapse this list.
  1. /usr/local/share/licenses/ap24-mod_mpm_itk-2.4.7_2/catalog.mk
  2. /usr/local/share/licenses/ap24-mod_mpm_itk-2.4.7_2/LICENSE
  3. /usr/local/share/licenses/ap24-mod_mpm_itk-2.4.7_2/APACHE20
  4. libexec/apache24/mod_mpm_itk.so
  5. @sample etc/apache24/modules.d/200_mod_mpm_itk.conf.sample
  6. @owner
  7. @group
  8. @mode
Collapse this list.
Dependency lines:
  • ap24-mod_mpm_itk>0:www/mod_mpm_itk
To install the port:
cd /usr/ports/www/mod_mpm_itk/ && make install clean
To add the package, run one of these commands:
  • pkg install www/mod_mpm_itk
  • pkg install ap24-mod_mpm_itk
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ap24-mod_mpm_itk
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1496399078 SHA256 (mpm-itk-2.4.7-04.tar.gz) = 609f83e8995416c5491348e07139f26046a579db20cf8488ebf75d314668efcf SIZE (mpm-itk-2.4.7-04.tar.gz) = 45843

Packages (timestamps in pop-ups are UTC):
ap24-mod_mpm_itk
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.4.7_22.4.7_22.4.7_22.4.7_22.4.7_2-2.4.7_2-
FreeBSD:13:quarterly2.4.7_22.4.7_22.4.7_22.4.7_22.4.7_22.4.7_22.4.7_22.4.7_2
FreeBSD:14:latest2.4.7_22.4.7_22.4.7_22.4.7_22.4.7_22.4.7_2-2.4.7_2
FreeBSD:14:quarterly2.4.7_22.4.7_2-2.4.7_22.4.7_22.4.7_22.4.7_22.4.7_2
FreeBSD:15:latest2.4.7_22.4.7_2n/a2.4.7_2n/a2.4.7_22.4.7_22.4.7_2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. apxs : www/apache24
Runtime dependencies:
  1. apxs : www/apache24
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
www_mod_mpm_itk
USES:
apache
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://lukasz.wasikowski.net/files/
  2. http://mpm-itk.sesse.net/
Collapse this list.

Number of commits found: 11

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.4.7_2
25 Jan 2023 17:54:07
commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/Uses/apache.mk: Refactor after removal of older versions

apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:

- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
  from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
  one available version in the tree. However the version checks are
  still valid and should work flawlessly whenever a new version is
  added. For example USES=apache:2.2+ are simply replaced with
  USES=apache. As currently there are no other versions available for
  test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces

Approved by:    portmgr
Differential Revision: https://reviews.freebsd.org/D38113
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2.4.7_2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.4.7_2
20 Jul 2022 14:23:26
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
www: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.4.7_2
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
2.4.7_2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.4.7_2
28 May 2020 07:51:53
Revision:536748Original commit files touched by this commit
danfe search for other commits by this committer
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 5).
2.4.7_2
11 Mar 2018 17:38:46
Revision:464189Original commit files touched by this commit
brnrd search for other commits by this committer
Migrate USE_APACHE to USES= apache (category www)

 - Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk

With hat:	apache
2.4.7_2
13 Jun 2017 15:53:01
Revision:443507Original commit files touched by this commit
ultima search for other commits by this committer
* Updated to 2.4.7-04
* Moved LoadModule from httpd.conf to modules.d/

PR:		219726
Submitted by:	Lukasz Wasikowski <lukasz@wasikowski.net> (maintainer)
Reviewed by:	lifanov (mentor), matthew (mentor)
Approved by:	lifanov (mentor), matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11164
2.4.7_1
22 Sep 2015 20:17:04
Revision:397590Original commit files touched by this commit
pi search for other commits by this committer
www/mod_mpm_itk: 2.4.7-02 -> 2.4.7-03

- 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)
2.4.7
13 Jul 2014 23:21:41
Revision:361726Original commit files touched by this commit
ohauer search for other commits by this committer
- 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>

Number of commits found: 11