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_proxy_hcheck

Apache Module mod_proxy_hcheck Description: Dynamic health check of Balancer members (workers) for mod_proxy Status: Extension ModuleIdentifier: proxy_hcheck_module SourceFile: mod_proxy_hcheck.c Compatibility: Available in Apache 2.4.21 and later Summary This module provides for dynamic health checking of balancer members (workers). This can be enabled on a worker-by-worker basis. The health check is done independently of the actual reverse proxy requests. This module requires the service

mod_rewrite Introduction

Apache mod_rewrite Introduction This document supplements the mod_rewrite reference documentation. It describes the basic concepts necessary for use of mod_rewrite. Other documents go into greater detail, but this doc should help the beginner get their feet wet. Introduction The Apache module mod_rewrite is a very powerful and sophisticated module which provides a way to do URL manipulations. With it, you can do nearly all types of URL rewriting that you may need. It is, however, somewhat

mod_proxy_html

Apache Module mod_proxy_html Description: Rewrite HTML links in to ensure they are addressable from Clients' networks in a proxy context. Status: Base ModuleIdentifier: proxy_html_module SourceFile: mod_proxy_html.c Compatibility: Version 2.4 and later. Available as a third-party module for earlier 2.x versions Summary This module provides an output filter to rewrite HTML links in a proxy situation, to ensure that links work for users outside the proxy. It serves the same purpose as Apache's

Modules

Module Index 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. 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 MPM with the goal of consuming threads only for connections wit

Multi-Processing Modules (MPMs)

Multi-Processing Modules (MPMs) This document describes what a Multi-Processing Module is and how they are used by the Apache HTTP Server. Introduction The Apache HTTP Server is designed to be a powerful and flexible web server that can work on a very wide variety of platforms in a range of different environments. Different platforms and different environments often require different features, or may have different ways of implementing the same feature most efficiently. Apache httpd has al

mod_access_compat

Apache Module mod_access_compat Description: Group authorizations based on host (name or IP address) Status: Extension ModuleIdentifier: access_compat_module SourceFile: mod_access_compat.c Compatibility: Available in Apache HTTP Server 2.3 as a compatibility module with previous versions of Apache httpd 2.x. The directives provided by this module have been deprecated by the new authz refactoring. Please see mod_authz_host Summary The directives provided by mod_access_compat are used in <

Performance Tuning

Apache Performance Tuning Apache 2.x is a general-purpose webserver, designed to provide a balance of flexibility, portability, and performance. Although it has not been designed specifically to set benchmark records, Apache 2.x is capable of high performance in many real-world situations. Compared to Apache 1.3, release 2.x contains many additional optimizations to increase throughput and scalability. Most of these improvements are enabled by default. However, there are compile-time and run-t

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

htcacheclean

htcacheclean - Clean up the disk cache htcacheclean is used to keep the size of mod_cache_disk's storage within a given size limit, or limit on inodes in use. This tool can run either manually or in daemon mode. When running in daemon mode, it sleeps in the background and checks the cache directory at regular intervals for cached content to be removed. You can stop the daemon cleanly by sending it a TERM or INT signal. When run manually, a once off check of the cache directory is made for cach