mod_proxy_fdpass

Apache Module mod_proxy_fdpass Description: fdpass external process support module for mod_proxy Status: Extension ModuleIdentifier: proxy_fdpass_module SourceFile: mod_proxy_fdpass.c Compatibility: Available for unix in version 2.3 and later Summary This module requires the service of mod_proxy. It provides support for the passing the socket of the client to another process. mod_proxy_fdpass uses the ability of AF_UNIX domain sockets to pass an open file descriptor to allow another process

mod_rewrite

Apache mod_rewrite mod_rewrite provides a way to modify incoming URL requests, dynamically, based on regular expression rules. This allows you to map arbitrary URLs onto your internal URL structure in any way you like. It supports an unlimited number of rules and an unlimited number of attached rule conditions for each rule to provide a really flexible and powerful URL manipulation mechanism. The URL manipulations can depend on various tests: server variables, environment variables, HTTP heade

httpd

httpd - Apache Hypertext Transfer Protocol Server httpd is the Apache HyperText Transfer Protocol (HTTP) server program. It is designed to be run as a standalone daemon process. When used like this it will create a pool of child processes or threads to handle requests. In general, httpd should not be invoked directly, but rather should be invoked via apachectl on Unix-based systems or as a service on Windows NT, 2000 and XP and as a console application on Windows 9x and ME. Synopsis httpd

File Descriptor Limits

File Descriptor Limits When using a large number of Virtual Hosts, Apache may run out of available file descriptors (sometimes called file handles) if each Virtual Host specifies different log files. The total number of file descriptors used by Apache is one for each distinct error log file, one for every other log file directive, plus 10-20 for internal use. Unix operating systems limit the number of file descriptors that may be used by a process; the limit is typically 64, and may usually be

Starting Apache

Starting Apache On Windows, Apache is normally run as a service. For details, see Running Apache as a Service. On Unix, the httpd program is run as a daemon that executes continuously in the background to handle requests. This document describes how to invoke httpd. How Apache Starts If the Listen specified in the configuration file is default of 80 (or any other port below 1024), then it is necessary to have root privileges in order to start apache, so that it can bind to this privileged

mod_proxy_ftp

Apache Module mod_proxy_ftp Description: FTP support module for mod_proxy Status: Extension ModuleIdentifier: proxy_ftp_module SourceFile: mod_proxy_ftp.c Summary This module requires the service of mod_proxy. It provides support for the proxying FTP sites. Note that FTP support is currently limited to the GET method. Thus, in order to get the ability of handling FTP proxy requests, mod_proxy and mod_proxy_ftp have to be present in the server. Warning Do not enable proxying until you have

mod_mime_magic

Apache Module mod_mime_magic Description: Determines the MIME type of a file by looking at a few bytes of its contents Status: Extension ModuleIdentifier: mime_magic_module SourceFile: mod_mime_magic.c Summary This module determines the MIME type of files in the same way the Unix file(1) command works: it looks at the first few bytes of the file. It is intended as a "second line of defense" for cases that mod_mime can't resolve. This module is derived from a free version of the file(1) comma

Filters

Filters This document describes the use of filters in Apache. Filtering in Apache 2 Related Modules Related Directives mod_filter mod_deflate mod_ext_filter mod_include mod_charset_lite mod_reflector mod_buffer mod_data mod_ratelimit mod_reqtimeout mod_request mod_sed mod_substitute mod_xml2enc mod_proxy_html FilterChain FilterDeclare FilterProtocol FilterProvider AddInputFilter AddOutputFilter RemoveInputFilter RemoveOutputFilter ReflectorHeader ExtFilterDefine ExtFilterOptions SetInputF

mod_session_cookie

Apache Module mod_session_cookie Description: Cookie based session support Status: Extension ModuleIdentifier: session_cookie_module SourceFile: mod_session_cookie.c Compatibility: Available in Apache 2.3 and later Summary Warning The session 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 enabling the session function

mod_authn_file

Apache Module mod_authn_file Description: User authentication using text files Status: Base ModuleIdentifier: authn_file_module SourceFile: mod_authn_file.c Compatibility: Available in Apache 2.1 and later Summary This module provides authentication front-ends such as mod_auth_digest and mod_auth_basic to authenticate users by looking up users in plain text password files. Similar functionality is provided by mod_authn_dbm. When using mod_auth_basic or mod_auth_digest, this module is invoked