Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > contrib-release > by-pkgid > 05e27fc8e4cce5341aa699ce98da30f9

apache-mpm-rsbac-2.2.15-3mdv2010.1.x86_64.rpm

Description:

This Multi-Processing Module (MPM) implements a non-threaded, pre-forking web
server that handles requests in a manner similar to Apache 1.3. It is
appropriate for sites that need to avoid threading for compatibility with
non-thread-safe libraries. It is also the best MPM for isolating each request,
so that a problem with a single request will not affect any other.
This MPM contain the RSBAC support but the extra features is
the mod_rsbac packages. You see a more information is mod_rsbac package.

mpm-rsbac is based on the traditional prefork MPM, which means it's non-threaded;
in short, this means you can run non-thread-aware code (like many PHP
extensions) without problems. (On the other hand, you lose out to any
performance benefit you'd get with threads, of course; you'd have to decide for
yourself if that's worth it or not.)

This MPM is very self-regulating, so it is rarely necessary to adjust its
configuration directives. Most important is that MaxClients be big enough to
handle as many simultaneous requests as you expect to receive, but small enough
to assure that there is enough physical RAM for all processes.

Check for available Apache modules here: http://nux.se/apache/

This package defaults to a maximum of 128 dynamically loadable modules.
This package defaults to a ServerLimit of 1024.

You can change these values at RPM build time by using for example:

--define 'maxmodules 512' --define 'serverlimit 2048'

The package was built to support a maximum of 128 dynamically loadable modules.
The package was built with a ServerLimit of 1024.

I M P O R T A N T
-----------------
This package is only to the RSBAC enabled kernels and may not be stable
or suitable at any time, in any way, or for any kind production usage.
Be warned. You must manually add HTTPD="/usr/sbin/httpd-rsbac" in the
/etc/sysconfig/httpd configuration file to be able to use this MPM.

Sources packages:

Other version of this rpm: