mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
9f1b40e753
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>
7 lines
328 B
Plaintext
7 lines
328 B
Plaintext
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/
|