Name : apache-mpm-rsbac
| |
Version : 2.2.14
| Vendor : Mandriva
|
Release : 1mdv2010.0
| Date : 2009-10-05 11:26:51
|
Group : System/Servers
| Source RPM : apache-mpm-rsbac-2.2.14-1mdv2010.0.src.rpm
|
Size : 0.55 MB
| |
Packager : Frederic Crozat < fcrozat_mandriva_com>
| |
Summary : Implements a non-threaded, pre-forking web server with RSABC patch (stable)
|
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.
|
RPM found in directory: /vol/rzm6/linux-mandriva/official/2010.0/i586/media/contrib/release |