mod_dav

Apache Module mod_dav Description: Distributed Authoring and Versioning (WebDAV) functionality Status: Extension ModuleIdentifier: dav_module SourceFile: mod_dav.c Summary This module provides class 1 and class 2 WebDAV ('Web-based Distributed Authoring and Versioning') functionality for Apache. This extension to the HTTP protocol allows creating, moving, copying, and deleting resources and collections on a remote web server. Enabling WebDAV To enable mod_dav, add the following to a cont

mod_data

Apache Module mod_data Description: Convert response body into an RFC2397 data URL Status: Extension ModuleIdentifier: data_module SourceFile: mod_data.c Compatibility: Available in Apache 2.3 and later Summary This module provides the ability to convert a response into an RFC2397 data URL. Data URLs can be embedded inline within web pages using something like the mod_include module, to remove the need for clients to make separate connections to fetch what may potentially be many small imag

mod_log_debug

Apache Module mod_log_debug Description: Additional configurable debug logging Status: Experimental ModuleIdentifier: log_debug_module SourceFile: mod_log_debug.c Compatibility: Available in Apache 2.3.14 and later Examples Log message after request to /foo/* is processed: <Location "/foo/"> LogMessage "/foo/ has been requested" </Location> Log message if request to /foo/* is processed in a sub-request: <Location "/foo/"> LogMessage "subrequest to /foo/" hook=type_checke

MPM os2

Apache MPM os2 Description: Hybrid multi-process, multi-threaded MPM for OS/2 Status: MPM ModuleIdentifier: mpm_mpmt_os2_module SourceFile: mpmt_os2.c Summary The Server consists of a main, parent process and a small, static number of child processes. The parent process' job is to manage the child processes. This involves spawning children as required to ensure there are always StartServers processes accepting connections. Each child process consists of a pool of worker threads and a main th

Server-Wide Configuration

Server-Wide Configuration This document explains some of the directives provided by the core server which are used to configure the basic operations of the server. Server Identification Related Modules Related Directives ServerName ServerAdmin ServerSignature ServerTokens UseCanonicalName UseCanonicalPhysicalPort The ServerAdmin and ServerTokens directives control what information about the server will be presented in server-generated documents such as error messages. The ServerTokens

mod_charset_lite

Apache Module mod_charset_lite Description: Specify character set translation or recoding Status: Extension ModuleIdentifier: charset_lite_module SourceFile: mod_charset_lite.c Summary mod_charset_lite allows the server to change the character set of responses before sending them to the client. In an EBCDIC environment, Apache always translates HTTP protocol content (e.g. response headers) from the code page of the Apache process locale to ISO-8859-1, but not the body of responses. In any en

Using Apache With Novell NetWare

Using Apache With Novell NetWare This document explains how to install, configure and run Apache 2.0 under Novell NetWare 6.0 and above. If you find any bugs, or wish to contribute in other ways, please use our bug reporting page. The bug reporting page and dev-httpd mailing list are not provided to answer questions about configuration or running Apache. Before you submit a bug report or request, first consult this document, the Frequently Asked Questions page and the other relevant documentat

mod_xml2enc

Apache Module mod_xml2enc Description: Enhanced charset/internationalisation support for libxml2-based filter modules Status: Base ModuleIdentifier: xml2enc_module SourceFile: mod_xml2enc.c Compatibility: Version 2.4 and later. Available as a third-party module for 2.2.x versions Summary This module provides enhanced internationalisation support for markup-aware filter modules such as mod_proxy_html. It can automatically detect the encoding of input data and ensure they are correctly process

mod_lua

Apache Module mod_lua Description: Provides Lua hooks into various portions of the httpd request processing Status: Experimental ModuleIdentifier: lua_module SourceFile: mod_lua.c Compatibility: 2.3 and later Summary This module allows the server to be extended with scripts written in the Lua programming language. The extension points (hooks) available with mod_lua include many of the hooks available to natively compiled Apache HTTP Server modules, such as mapping requests to files, generati

MPM Common Directives

Apache MPM Common Directives Description: A collection of directives that are implemented by more than one multi-processing module (MPM) Status: MPM CoreDumpDirectory Directive Description: Directory where Apache HTTP Server attempts to switch before dumping core Syntax: CoreDumpDirectory directory Default: See usage for the default setting Context: server config Status: MPM Module: event, worker, prefork This controls the directory to which Apache httpd attempts to switch before dumping