|
96.
|
|
|
The prefork MPM provides a non-threaded, pre-forking implementation that handles requests in a manner similar to Apache 1.3. It is not as fast as threaded models, but is considered to be more stable. It is appropriate for sites that need to maintain compatibility with non-thread-safe libraries, and is the best MPM for isolating each request, so that a problem with a single request will not affect any other.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: apache2-mpm-prefork
|
|
97.
|
|
|
Apache HTTP Server - high speed threaded model
|
|
|
Summary
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: apache2-mpm-worker
|
|
98.
|
|
|
Each Apache Multi-Processing Module provides a different "flavor" of web server binary, compiled with a different processing model.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: apache2-mpm-worker
Package: apache2-mpm-prefork
Package: apache2-mpm-event
|
|
99.
|
|
|
The worker MPM provides the default threaded implementation. It is recommended especially for high-traffic sites because it is faster and has a smaller memory footprint than the traditional prefork MPM.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: apache2-mpm-worker
|
|
100.
|
|
|
Apache development headers - non-threaded MPM
|
|
|
Summary
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: apache2-prefork-dev
|
|
101.
|
|
|
This package provides the development headers and apxs2 binary for apache2-mpm-prefork; see the apache2 package description for more details.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: apache2-prefork-dev
|
|
102.
|
|
|
This should only be used when you absolutely *must* support a non-threaded environment (for PHP, for example).
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: apache2-prefork-dev
|
|
103.
|
|
|
Apache development headers - threaded MPM
|
|
|
Summary
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: apache2-threaded-dev
|
|
104.
|
|
|
This package provides the development headers and apxs2 binary for threaded versions of apache2; see the apache2 package description for more details.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: apache2-threaded-dev
|
|
105.
|
|
|
utility programs for webservers
|
|
|
Summary
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: apache2-utils
|