mod_cache_socache

Apache Module mod_cache_socache Description: Shared object cache (socache) based storage module for the HTTP caching filter. Status: Extension ModuleIdentifier: cache_socache_module SourceFile: mod_cache_socache.c Summary mod_cache_socache implements a shared object cache (socache) based storage manager for mod_cache. The headers and bodies of cached responses are combined, and stored underneath a single key in the shared object cache. A number of implementations of shared object caches are

SSL/TLS Encryption

Apache SSL/TLS Encryption The Apache HTTP Server module mod_ssl provides an interface to the OpenSSL library, which provides Strong Encryption using the Secure Sockets Layer and Transport Layer Security protocols. Documentation mod_ssl Configuration How-To Introduction To SSL Compatibility Frequently Asked Questions Glossary mod_ssl Extensive documentation on the directives and environment variables provided by this module is provided in the mod_ssl reference documentation.

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_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

suEXEC

suEXEC Support The suEXEC feature provides users of the Apache HTTP Server the ability to run CGI and SSI programs under user IDs different from the user ID of the calling web server. Normally, when a CGI or SSI program executes, it runs as the same user who is running the web server. Used properly, this feature can reduce considerably the security risks involved with allowing users to develop and run private CGI or SSI programs. However, if suEXEC is improperly configured, it can cause any nu

Programs

Server and Supporting Programs This page documents all the executable programs included with the Apache HTTP Server. Index httpd Apache hypertext transfer protocol server apachectl Apache HTTP server control interface ab Apache HTTP server benchmarking tool apxs APache eXtenSion tool configure Configure the source tree dbmmanage Create and update user authentication files in DBM format for basic authentication fcgistarter Start a FastCGI program htcacheclean Clean up the disk cache htdigest

mod_auth_form

Apache Module mod_auth_form Description: Form authentication Status: Base ModuleIdentifier: auth_form_module SourceFile: mod_auth_form.c Compatibility: Available in Apache 2.3 and later Summary Warning Form authentication depends on the mod_session modules, and these modules make use of HTTP cookies, and as such can fall victim to Cross Site Scripting attacks, or expose potentially private information to clients. Please ensure that the relevant risks have been taken into account before enab

mod_cache_disk

Apache Module mod_cache_disk Description: Disk based storage module for the HTTP caching filter. Status: Extension ModuleIdentifier: cache_disk_module SourceFile: mod_cache_disk.c Summary mod_cache_disk implements a disk based storage manager for mod_cache. The headers and bodies of cached responses are stored separately on disk, in a directory structure derived from the md5 hash of the cached URL. Multiple content negotiated responses can be stored concurrently, however the caching of parti

mod_ident

Apache Module mod_ident Description: RFC 1413 ident lookups Status: Extension ModuleIdentifier: ident_module SourceFile: mod_ident.c Compatibility: Available in Apache 2.1 and later Summary This module queries an RFC 1413 compatible daemon on a remote host to look up the owner of a connection. IdentityCheck Directive Description: Enables logging of the RFC 1413 identity of the remote user Syntax: IdentityCheck On|Off Default: IdentityCheck Off Context: server config, virtual host, direct

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