URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID8
Нить номер: 6298
[ Назад ]

Исходное сообщение
"Отдельный chroot для каждого виртуального хоста в Apache2"

Отправлено FGN , 17-Апр-09 23:39 
Если ли возможность настроить отдельный chroot для каждого их настроенных виртуальных хостов в Apache2? Ссылки приветствуются.

Содержание

Сообщения в этом обсуждении
"Отдельный chroot для каждого виртуального хоста в Apache2"
Отправлено shutdown now , 17-Апр-09 23:52 
>Если ли возможность настроить отдельный chroot для каждого их настроенных виртуальных хостов
>в Apache2? Ссылки приветствуются.

http://source.kood.ee/

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.


"Отдельный chroot для каждого виртуального хоста в Apache2"
Отправлено pavel_simple , 18-Апр-09 00:05 
>Если ли возможность настроить отдельный chroot для каждого их настроенных виртуальных хостов
>в Apache2? Ссылки приветствуются.

debian 5

apache2-mpm-itk
multiuser MPM for Apache 2.2
The ITK Multi-Processing Module (MPM) works in about the same way as the classical "prefork" module (that is, without       ▒
threads), except that it allows you to constrain each individual vhost to a particular system user. This allows you to run  ▒
several different web sites on a single server without worrying that they will be able to read each others' files.          ▒
                                                                                                                            ▒
Please note that this MPM is somewhat less tested than the MPMs that come with Apache itself.                               ▒