Module Index - Apache HTTP Server Version 2.4 (original) (raw)

Below is a list of all of the modules that come as part of the Apache HTTP Server distribution. See also the complete alphabetical list of all Apache HTTP Server directives.

top

Core Features and Multi-Processing Modules

core

Core Apache HTTP Server features that are always available

mpm_common

A collection of directives that are implemented by more than one multi-processing module (MPM)

event

A variant of the [worker](../mod/worker.html) MPM with the goal of consuming threads only for connections with active processing

mpm_netware

Multi-Processing Module implementing an exclusively threaded web server optimized for Novell NetWare

mpmt_os2

Hybrid multi-process, multi-threaded MPM for OS/2

prefork

Implements a non-threaded, pre-forking web server

mpm_winnt

Multi-Processing Module optimized for Windows NT.

worker

Multi-Processing Module implementing a hybrid multi-threaded multi-process web server

top