1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/www/mod_mpm_itk/pkg-plist
Olli Hauer 9f1b40e753 - 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>
2014-07-13 23:21:40 +00:00

5 lines
257 B
Plaintext

@unexec %%SED%% -i '' '/LoadModule %%AP_NAME%%_module/d' %D/%%APACHEETCDIR%%/httpd.conf
%%APACHEMODDIR%%/%%AP_MODULE%%
@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%F
@unexec echo "Don't forget to remove all %%AP_NAME%%-related directives in your httpd.conf"