|
92.
|
|
|
Apache HTTP Server metapackage
|
|
|
Summary
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: apache2
|
|
93.
|
|
|
It features support for HTTPS, virtual hosting, CGI, SSI, IPv6, easy scripting and database integration, request/response filtering, many flexible authentication schemes, and more.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: apache2
|
|
94.
|
|
|
Apache HTTP Server documentation
|
|
|
Summary
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: apache2-doc
|
|
95.
|
|
|
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
|
|
96.
|
|
|
Apache HTTP Server - event driven model
|
|
|
Summary
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: apache2-mpm-event
|
|
97.
|
|
|
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
|
|
98.
|
|
|
This MPM is experimental and less tested than the worker and prefork MPMs.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: apache2-mpm-event
|
|
99.
|
|
|
Apache HTTP Server - traditional non-threaded model
|
|
|
Summary
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: apache2-mpm-prefork
|
|
100.
|
|
|
The prefork MPM provides a non-threaded implementation using a variable number of processes where each process handles only one connection at the same time. 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
|
|
101.
|
|
|
Apache HTTP Server - high speed threaded model
|
|
|
Summary
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: apache2-mpm-worker
|