mod_suexec

Apache Module mod_suexec Description: Allows CGI scripts to run as a specified user and Group Status: Extension ModuleIdentifier: suexec_module SourceFile: mod_suexec.c Summary This module, in combination with the suexec support program allows CGI scripts to run as a specified user and Group. SuexecUserGroup Directive Description: User and group for CGI programs to run as Syntax: SuexecUserGroup User Group Context: server config, virtual host Status: Extension Module: mod_suexec The Suex

mod_substitute

Apache Module mod_substitute Description: Perform search and replace operations on response bodies Status: Extension ModuleIdentifier: substitute_module SourceFile: mod_substitute.c Compatibility: Available in Apache HTTP Server 2.2.7 and later Summary mod_substitute provides a mechanism to perform both regular expression and fixed string substitutions on response bodies. Substitute Directive Description: Pattern to filter the response content Syntax: Substitute s/pattern/substitution/[i

mod_status

Apache Module mod_status Description: Provides information on server activity and performance Status: Base ModuleIdentifier: status_module SourceFile: mod_status.c Summary The Status module allows a server administrator to find out how well their server is performing. A HTML page is presented that gives the current server statistics in an easily readable form. If required this page can be made to automatically refresh (given a compatible browser). Another page gives a simple machine-readable

mod_ssl

Apache Module mod_ssl Description: Strong cryptography using the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols Status: Extension ModuleIdentifier: ssl_module SourceFile: mod_ssl.c Summary This module provides SSL v3 and TLS v1.x support for the Apache HTTP Server. SSL v2 is no longer supported. This module relies on OpenSSL to provide the cryptography engine. Further details, discussion, and examples are provided in the SSL documentation. Environment Variables T

mod_speling

Apache Module mod_speling Description: Attempts to correct mistaken URLs by ignoring capitalization, or attempting to correct various minor misspellings. Status: Extension ModuleIdentifier: speling_module SourceFile: mod_speling.c Summary Requests to documents sometimes cannot be served by the core apache server because the request was misspelled or miscapitalized. This module addresses this problem by trying to find a matching document, even after all other modules gave up. It does its work

mod_socache_shmcb

Apache Module mod_socache_shmcb Description: shmcb based shared object cache provider. Status: Extension ModuleIdentifier: socache_shmcb_module SourceFile: mod_socache_shmcb.c Summary mod_socache_shmcb is a shared object cache provider which provides for creation and access to a cache backed by a high-performance cyclic buffer inside a shared memory segment. shmcb:/path/to/datafile(512000) Details of other shared object cache providers can be found here.

mod_socache_memcache

Apache Module mod_socache_memcache Description: Memcache based shared object cache provider. Status: Extension ModuleIdentifier: socache_memcache_module SourceFile: mod_socache_memcache.c Summary mod_socache_memcache is a shared object cache provider which provides for creation and access to a cache backed by the memcached high-performance, distributed memory object caching system. This shared object cache provider's "create" method requires a comma separated list of memcached host/port spe

mod_socache_dc

Apache Module mod_socache_dc Description: Distcache based shared object cache provider. Status: Extension ModuleIdentifier: socache_dc_module SourceFile: mod_socache_dc.c Summary mod_socache_dc is a shared object cache provider which provides for creation and access to a cache backed by the distcache distributed session caching libraries. Details of other shared object cache providers can be found here.

mod_socache_dbm

Apache Module mod_socache_dbm Description: DBM based shared object cache provider. Status: Extension ModuleIdentifier: socache_dbm_module SourceFile: mod_socache_dbm.c Summary mod_socache_dbm is a shared object cache provider which provides for creation and access to a cache backed by a DBM database. dbm:/path/to/datafile Details of other shared object cache providers can be found here.

mod_so

Apache Module mod_so Description: Loading of executable code and modules into the server at start-up or restart time Status: Extension ModuleIdentifier: so_module SourceFile: mod_so.c Compatibility: This is a Base module (always included) on Windows Summary On selected operating systems this module can be used to load modules into Apache HTTP Server at runtime via the Dynamic Shared Object (DSO) mechanism, rather than requiring a recompilation. On Unix, the loaded code typically comes from s