diff options
author | clement <clement@FreeBSD.org> | 2008-12-16 06:20:23 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2008-12-16 06:20:23 +0800 |
commit | 130129e829c5e6866ec8f6bff5abca56fc78788b (patch) | |
tree | d2b986672ed33f52f6dddc891ee0f7fa14487a7d /www/Makefile | |
parent | b28463ac5e7cfabaad6b1adf0486aec03275c193 (diff) | |
download | freebsd-ports-gnome-130129e829c5e6866ec8f6bff5abca56fc78788b.tar.gz freebsd-ports-gnome-130129e829c5e6866ec8f6bff5abca56fc78788b.tar.zst freebsd-ports-gnome-130129e829c5e6866ec8f6bff5abca56fc78788b.zip |
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Security:
- Add apache22-peruser-mpm
Peruser is an Apache 2 modules based on metuxmpm. The fundamental
concept behind them is to run each apache child process as its own
user and group, each handling its own set of virtual hosts. Peruser
and recent metuxmpm releases can also chroot() apache processes.
The result is a sane and secure web server environment for your
users, without kludges like PHP's safe_mode.
PR: ports/127358
Submitted by: Jille Timmermans <jille at quis dot cx>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index f0d3b5eabf77..756f31114221 100644 --- a/www/Makefile +++ b/www/Makefile @@ -27,6 +27,7 @@ SUBDIR += apache13-ssl SUBDIR += apache20 SUBDIR += apache22 + SUBDIR += apache22-peruser-mpm SUBDIR += apercu SUBDIR += aria SUBDIR += aria2 |