|
91.
|
|
|
This package provides the documentation for Apache 2. For more details see the apache2 package description.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: apache2-doc
|
|
92.
|
|
|
Apache HTTP Server - event driven model
|
|
|
Summary
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: apache2-mpm-event
|
|
93.
|
|
|
The event MPM is designed to allow more requests to be served simultaneously by passing off some processing work to supporting threads, freeing up the main threads to work on new requests. It is especially suitable for sites that see extensive KeepAlive traffic.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: apache2-mpm-event
|
|
94.
|
|
|
This MPM is experimental and less tested than the worker and prefork MPMs.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: apache2-mpm-event
|
|
95.
|
|
|
Apache HTTP Server - traditional non-threaded model
|
|
|
Summary
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: apache2-mpm-prefork
|
|
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
|