mod_log_config

Apache Module mod_log_config Description: Logging of the requests made to the server Status: Base ModuleIdentifier: log_config_module SourceFile: mod_log_config.c Summary This module provides for flexible logging of client requests. Logs are written in a customizable format, and may be written directly to a file, or to an external program. Conditional logging is provided so that individual requests may be included or excluded from the logs based on characteristics of the request. Three direc

mod_logio

Apache Module mod_logio Description: Logging of input and output bytes per request Status: Extension ModuleIdentifier: logio_module SourceFile: mod_logio.c Summary This module provides the logging of input and output number of bytes received/sent per request. The numbers reflect the actual bytes as received on the network, which then takes into account the headers and bodies of requests and responses. The counting is done before SSL/TLS on input and after SSL/TLS on output, so the numbers wi

mod_ldap

Apache Module mod_ldap Description: LDAP connection pooling and result caching services for use by other LDAP modules Status: Extension ModuleIdentifier: ldap_module SourceFile: util_ldap.c Summary This module was created to improve the performance of websites relying on backend connections to LDAP servers. In addition to the functions provided by the standard LDAP libraries, this module adds an LDAP connection pool and an LDAP shared memory cache. To enable this module, LDAP support must be

mod_lbmethod_heartbeat

Apache Module mod_lbmethod_heartbeat Description: Heartbeat Traffic Counting load balancer scheduler algorithm for mod_proxy_balancer Status: Experimental ModuleIdentifier: lbmethod_heartbeat_module SourceFile: mod_lbmethod_heartbeat.c Compatibility: Available in version 2.3 and later Summary lbmethod=heartbeat uses the services of mod_heartmonitor to balance between origin servers that are providing heartbeat info via the mod_heartbeat module. This modules load balancing algorithm favors

mod_lbmethod_bytraffic

Apache Module mod_lbmethod_bytraffic Description: Weighted Traffic Counting load balancer scheduler algorithm for mod_proxy_balancer Status: Extension ModuleIdentifier: lbmethod_bytraffic_module SourceFile: mod_lbmethod_bytraffic.c Compatibility: Split off from mod_proxy_balancer in 2.3 Summary This module does not provide any configuration directives of its own. It requires the services of mod_proxy_balancer, and provides the bytraffic load balancing method.. Weighted Traffic Counting

mod_lbmethod_byrequests

Apache Module mod_lbmethod_byrequests Description: Request Counting load balancer scheduler algorithm for mod_proxy_balancer Status: Extension ModuleIdentifier: lbmethod_byrequests_module SourceFile: mod_lbmethod_byrequests.c Compatibility: Split off from mod_proxy_balancer in 2.3 Summary This module does not provide any configuration directives of its own. It requires the services of mod_proxy_balancer, and provides the byrequests load balancing method.. Request Counting Algorithm Enab

mod_lbmethod_bybusyness

Apache Module mod_lbmethod_bybusyness Description: Pending Request Counting load balancer scheduler algorithm for mod_proxy_balancer Status: Extension ModuleIdentifier: lbmethod_bybusyness_module SourceFile: mod_lbmethod_bybusyness.c Compatibility: Split off from mod_proxy_balancer in 2.3 Summary This module does not provide any configuration directives of its own. It requires the services of mod_proxy_balancer, and provides the bybusyness load balancing method. Pending Request Counting

mod_isapi

Apache Module mod_isapi Description: ISAPI Extensions within Apache for Windows Status: Base ModuleIdentifier: isapi_module SourceFile: mod_isapi.c Compatibility: Win32 only Summary This module implements the Internet Server extension API. It allows Internet Server extensions (e.g. ISAPI .dll modules) to be served by Apache for Windows, subject to the noted restrictions. ISAPI extension modules (.dll files) are written by third parties. The Apache Group does not author these modules, so we p

mod_info

Apache Module mod_info Description: Provides a comprehensive overview of the server configuration Status: Extension ModuleIdentifier: info_module SourceFile: mod_info.c Summary To configure mod_info, add the following to your httpd.conf file. <Location "/server-info"> SetHandler server-info </Location> You may wish to use mod_authz_host inside the <Location> directive to limit access to your server configuration information: <Location "/server-info"> SetHandle

mod_include

Apache Module mod_include Description: Server-parsed html documents (Server Side Includes) Status: Base ModuleIdentifier: include_module SourceFile: mod_include.c Summary This module provides a filter which will process files before they are sent to the client. The processing is controlled by specially formatted SGML comments, referred to as elements. These elements allow conditional text, the inclusion of other files or programs, as well as the setting and printing of environment variables.