List of Apache modules

This list is incomplete; you can help by expanding it.

In computing, Apache, an open-source HTTP server, comprises a small core for HTTP request/response processing and for Multi-Processing Modules (MPM) which dispatches data processing to threads and/or processes. Many additional modules (or "mods"[1] ) are available to extend the core functionality for special purposes.

The following is a list of all the first- and third-party modules available for the Apache web server:

NameCompatibilityStatusDeveloper(s)LicenseDescription
mod_accessVersions older than 2.1Included by DefaultApache Software FoundationApache License, Version 2.0Provides access control based on the client and the client's request[2]
mod_actionsVersions 1.1 and laterIncluded by DefaultApache Software FoundationApache License, Version 2.0Provides CGI ability based on request method and media type[3]
mod_aliasVersions 1.1 and laterIncluded by DefaultApache Software FoundationApache License, Version 2.0Allows for client requests to be mapped to different parts of a server's filesystem and for the requests to be redirected entirely[4]
mod_asisVersions 1.3 and laterIncluded by DefaultApache Software FoundationApache License, Version 2.0Allows for the use of files that contain their own HTTP headers[5]
mod_aspdotnet Apache License, Version 2.0 No longer under the Apache Software Foundation umbrella. Development has been resumed by the original authors at its new home, the mod-aspdotnet SourceForge project.
mod_authVersions older than 2.1Included by DefaultApache Software FoundationApache License, Version 2.0Authenticates users via Basic access authentication by checking against plaintext password and group files. In Apache 2.1 and later, this plaintext authentication is enabled by mod_authn_file instead.[6]
mod_auth_anonVersions 1.1-2.1Stable ExtensionApache Software FoundationApache License, Version 2.0Allows authentication with a special user id of 'anonymous' and an email address as the password. As an authentication mechanism, this was replaced by mod_authn_anon.[7]
mod_auth_basicVersions 2.1 and newerIncluded by DefaultApache Software FoundationApache License, Version 2.0Authenticates users via HTTP Basic Authentication, the backend mechanism for verifying user authentication is left to configurable providers, usually other Apache modules. This module replaces the authentication frontend of several older modules.[8]
mod_auth_dbVersions 1.1-1.3Stable ExtensionApache Software FoundationApache License, Version 2.0Provides user authentication using Berkeley DB files.
mod_auth_dbmVersions older than 2.1Stable ExtensionApache Software FoundationApache License, Version 2.0This module provides for HTTP Basic Authentication, where the usernames and passwords are stored in DBM type database files. It is an alternative to the plain text password files provided by mod_auth.
mod_auth_digestVersions 1.3.8 and newerStable ExtensionApache Software FoundationApache License, Version 2.0Authenticates users via HTTP Digest Authentication utilizing MD5 encryption. This is more secure than HTTP Basic Authentication provided by other modules. As of Apache 2.1, this module acts as a front-end to authentication providers who verify the actual login.[9]
mod_auth_kerb
mod_auth_ldapVersions 2.0.41-2.1Experimental ExtensionApache Software FoundationApache License, Version 2.0Allows HTTP Basic Authentication by checking against an LDAP directory. The authentication mechanism of checking against an LDAP directory is provided via mod_authnz_ldap in Apache versions 2.1 and later.
mod_auth_oidVersion 2.2Third-party modulePascal BuchbinderGNU General Public License, Version 2Allows an Apache server to act as an OpenID "Relying Party"[10]
mod_authn_aliasVersion 2.1 and newerStable ExtensionApache Software FoundationApache License, Version 2.0This module allows extended authentication providers to be created within the configuration file and assigned an alias name. The alias providers can then be referenced through the directives AuthBasicProvider or AuthDigestProvider in the same way as a base authentication provider.
mod_authn_anonVersion 2.1 and newerStable ExtensionApache Software FoundationApache License, Version 2.0Acts as an authentication provider to other modules, like mod_auth_basic and mod_auth_digest, users are authenticated by using a special user id of "anonymous" and providing their email as the password.[11]
mod_authn_dbdVersion 2.1 and newerStable ExtensionApache Software FoundationApache License, Version 2.0This module provides authentication front-ends such as mod_auth_digest and mod_auth_basic to authenticate users by looking up users in SQL tables. Similar functionality is provided by, for example, mod_authn_file.
mod_authn_dbmVersion 2.1 and newerStable ExtensionApache Software FoundationApache License, Version 2.0This module provides authentication front-ends such as mod_auth_digest and mod_auth_basic to authenticate users by looking up users in dbm password files. Similar functionality is provided by mod_authn_file.
mod_authn_defaultVersion 2.1 and newerIncluded by DefaultApache Software FoundationApache License, Version 2.0This module is designed to be the fallback module, if you don't have an authentication module like mod_auth_basic configured. It simply rejects any credentials supplied by the user.
mod_authn_fileVersion 2.1 and newerIncluded by DefaultApache Software FoundationApache License, Version 2.0Acts as an authentication provider to other modules, like mod_auth_basic and mod_auth_digest, by checking users against plaintext password files.[12]
mod_authnz_external
mod_authnz_ldapVersion 2.1 and newerStable ExtensionApache Software FoundationApache License, Version 2.0Acts as an authentication provider to other modules and checks authentication against an LDAP directory
mod_authnz_mysqlVersion 2.2 This module provides both authentication and authorization for the Apache 2.2 webserver like mod-authnz-ldap . It uses a MySQL database to retrieve user and group informations.
mod_authz_hostVersion 2.1 and newerIncluded by DefaultApache Software FoundationApache License, Version 2.0Group authorizations based on host (name or IP address)
mod_authz_svn Configuration Directives — Apache configuration directives for configuring path-based authorization for Subversion repositories served through the Apache HTTP Server.
mod_autoindexVersion 1.3 and newerIncluded by DefaultApache Software FoundationApache License, Version 2.0Generates automatic directory listing for display by the server[13]
mod_backhand Seamless redirection of HTTP requests from one web server to another. Can be used to target machines with under-utilized resources.
mod_balancer
mod_bandwidth Server-wide or per connection bandwidth limits, based on the directory, size of files and remote IP/domain.
mod_bonjour
mod_bw The httpd web server doesn't really have a way to control how much resources a given virtual host can have/ a user can request. This module should be able to limit access to certain areas of the website and to limit malicious users.
mod_bwlimited mod_bwlimited is a CPanel module that allows limiting and monitoring of bandwidth and connection speed etc. It allows CPanel to give very accurate reports of bandwidth usage on HTTP, HTTPS, FTP, SMTP and a few other services as well as limiting bandwidth usage and connection speed. The module is only available on servers running CPanel and isn't available anywhere else
mod_c Third-party module Cache DLL/SO executables to create very high speed dynamic web pages. mod_c is supported by EHTML (executable HTML)
mod_cacheVersion 2.0 and newerStable ExtensionApache Software FoundationApache License, Version 2.0
mod_celerityVersion 1.3 and newerStable ExtensionMP Solutions, LLC.MIT_LicenseProvides communications to Modern Pascal's Celerity Engine
mod_cern_metaVersion 1.1 and newerStable ExtensionApache Software FoundationApache License, Version 2.0
mod_cgiVersion 1.1 and newerIncluded by DefaultApache Software FoundationApache License, Version 2.0
mod_cgidVersion 2.0 and newer, "Unix threaded MPMs only"[14]Included by DefaultApache Software FoundationApache License, Version 2.0
mod_charset_liteVersion 2.0 and newerStable ExtensionApache Software FoundationApache License, Version 2.0
mod_davVersion 2.0 and newerStable ExtensionApache Software FoundationApache License, Version 2.0Provides WebDAV (Web-based Distributed Authoring and Versioning) functionality in Apache.
mod_dav_fsVersion 2.0 and newerStable ExtensionApache Software FoundationApache License, Version 2.0Acts as a support module for mod_dav and provides access to resources located in the server's file system.
mod_defineVersion 1.3 and newerThird Party Apache License, Version 2.0 Definition of variables for arbitrary directives.
mod_deflateVersion 2.0 and newerStable ExtensionApache Software FoundationApache License, Version 2.0
mod_dirVersion 1.3 and newerIncluded by DefaultApache Software FoundationApache License, Version 2.0
mod_disk_cacheVersion 2.0 and newerStable ExtensionApache Software FoundationApache License, Version 2.0
mod_dumpioVersion 2.0 and newerStable ExtensionApache Software FoundationApache License, Version 2.0 allows for the logging of all input received by Apache and/or all output sent by Apache to be logged (dumped) to the error.log file.
mod_echoVersion 2.0 and newerStable ExtensionApache Software FoundationApache License, Version 2.0This module provides an example protocol module to illustrate the concept. It provides a simple echo server. Telnet to it and type stuff, and it will echo it.
mod_envVersion 1.1 and newerIncluded by DefaultApache Software FoundationApache License, Version 2.0This module allows for control of internal environment variables that are used by various Apache HTTP Server modules. These variables are also provided to CGI scripts as native system environment variables, and available for use in SSI pages. Environment variables may be passed from the shell which invoked the httpd process. Alternatively, environment variables may be set or unset within the configuration process.
mod_evasive Third-party module GNU GPLv2Evasive maneuvers module for Apache to provide evasive action in the event of an HTTP DoS or DDoS attack or brute force attack. Also designed to be a detection and network management tool.
mod_exampleVersion 1.2 and newerExperimental ExtensionApache Software FoundationApache License, Version 2.0The example module is an actual working module. If you link it into your server, enable the "example-handler" handler for a location, and then browse to that location, you will see a display of some of the tracing the example module did as the various callbacks were made.
mod_expiresVersion 1.2 and newerIncluded by DefaultApache Software FoundationApache License, Version 2.0
mod_ext_filterVersion 1.3 and newerStable ExtensionApache Software FoundationApache License, Version 2.0
mod_extract
mod_fcgidVersion 2.0, 2.2 and 2.4Stable ExtensionApache Software FoundationApache License, Version 2.0mod_fcgid is a high performance alternative to mod_cgi or mod_cgid, which starts a sufficient number instances of the CGI program to handle concurrent requests, and these programs remain running to handle further incoming requests. It is favored by the PHP developers, for example, as a preferred alternative to running mod_php in-process, delivering very similar performance.
mod_fastcgi This 3rd party module provides support for the FastCGI protocol. FastCGI is a language independent, scalable, open extension to CGI that provides high performance and persistence without the limitations of server specific APIs.
mod_file_cacheVersion 2.0 and newerExperimental ExtensionApache Software FoundationApache License, Version 2.0
mod_flvx Stream Flash video
mod_frontpage Starts a service for Microsoft FrontPage.
mod_frontpage Mirfak Apache License, Version 2.0Mirfak is an open-source mod_frontpage reimplementation that is more secure, and can be used with a binary installation of Apache (possibly including mod_ssl, php, etc.). The module is licensed under the Apache license.
mod_geoip Looks up the IP address of the client end user. Can be used to perform redirection based on country.
mod_gnutls Apache License, Version 2.0Similar to mod_ssl in purpose, but it supports some features and protocols that mod_ssl does not, and it does not use OpenSSL.
mod_gzip
mod_headersVersion 1.2 and newerStable ExtensionApache Software FoundationApache License, Version 2.0
mod_h264_streaming Third-party module Dual (cc BY-NC-SA or commercial)
mod_ibm_ssl
mod_imagemap
mod_imapVersion 1.2-2.0Included by DefaultApache Software FoundationApache License, Version 2.0
mod_includeVersion 1.3 and newerIncluded by DefaultApache Software FoundationApache License, Version 2.0Enables server-side includes.
mod_indent
mod_infoVersion 1.1 and newerStable ExtensionApache Software FoundationApache License, Version 2.0
mod_isapiVersion 1.3 and newer, Win32 onlyIncluded by DefaultApache Software FoundationApache License, Version 2.0
mod_jk Tomcat redirector module.
mod_ldapVersion 2.0 and newerStable ExtensionApache Software FoundationApache License, Version 2.0
mod_lisp
mod_log_configVersion 1.2 and newerIncluded by DefaultApache Software FoundationApache License, Version 2.0Provides flexible logging of client requests in a customizable format.
mod_log_forensicVersion 1.3 and newerStable ExtensionApache Software FoundationApache License, Version 2.0
mod_logioVersion 2.0 and newerStable ExtensionApache Software FoundationApache License, Version 2.0Provides the logging of input and output number of bytes received/sent per request.
mod_macroVersion 1.3 and newerThird party Apache License postcard variantAllows to define and use macros within Apache runtime configuration files.
mod_magnet
mod_mem_cacheVersion 2.0 and newerStable ExtensionApache Software FoundationApache License, Version 2.0
mod_mimeVersion 1.3 and newerIncluded by DefaultApache Software FoundationApache License, Version 2.0
mod_mime_magicVersion 1.3 and newerStable ExtensionApache Software FoundationApache License, Version 2.0Determines 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. Intended as a "second line of defense" for cases that mod_mime can't resolve.
mod_mono
mod_musicindex
mod_mysql
mod_negotiationVersion 1.3 and newerIncluded by DefaultApache Software FoundationApache License, Version 2.0
mod_nibblebill
mod_nss SSL provider derived from the mod_ssl module for the Apache web server that uses the Network Security Services.
mod_ntlm
mod_ntlm_winbind
mod_ntlm2
mod_nw_sslVersion 2.0 and newer, Netware onlyIncluded by DefaultApache Software FoundationApache License, Version 2.0
mod_oc4j
mod_openpgp
mod_ossl
mod_owa
mod_pagespeed Version 2.2 and newer Third Party Module Google Apache License, Version 2.0 Rewrites web pages to reduce latency and bandwidth. See
mod_parrot
mod_perlVersion 1.3 and newerStable ExtensionApache Software FoundationApache License, Version 2.0Allows usage of Perl within Apache
mod_php / libphp5Version 1.3 and newer[15] Third-party moduleThe PHP GroupPHP License Enables usage of PHP within Apache
mod_psgiVersion 2.2 and newer Apache License, Version 2.0Implements the PSGI specification within Apache
mod_pythonVersion 2.0 and newer Third-party module Gregory Trubetskoy et al. Apache License, Version 2.0 Allows usage of Python within Apache[16]
mod_proxyVersion 1.1 and newerStable ExtensionApache Software FoundationApache License, Version 2.0
mod_proxy_connectVersion 2.0 and newerStable ExtensionApache Software FoundationApache License, Version 2.0
mod_proxy_fcgiVersion 2.4 and newerStable extensionApache Software FoundationApache License, Version 2.0 Allows to proxy request through FastCGI
mod_proxy_ftpVersion 2.0 and newerStable ExtensionApache Software FoundationApache License, Version 2.0
mod_proxy_htmlVersion 2.4 and newer, available as a third-party module for earlier 2.x versionsStable ExtensionApache Software FoundationApache License, Version 2.0 Rewrite HTML links in to ensure they are addressable from Clients' networks in a proxy context.
mod_proxy_httpVersion 2.0 and newerStable ExtensionApache Software FoundationApache License, Version 2.0
mod_qosVersion 2.2Third-party modulePascal BuchbinderGNU General Public License, Version 2Controls access to the web server to avoid resource oversubscription.
mod_rails
mod_rewriteVersion 1.2 and newerStable ExtensionApache Software FoundationApache License, Version 2.0URL redirection rewriting often for URL shortening or to accomplish semantic URLs; see URL rewriting
mod_rivetVersion 2.0 and newerThird-Party ExtensionApache Software Foundation Apache License, Version 2.0 Embeds a Tcl interpreter in Apache
mod_rubyVersion 1.3 and newerThird-Party ExtensionShugo Maeda Apache License, Version 2.0 Embeds a Ruby interpreter in Apache
mod_security Third-party module Trustwave SpiderLabs Apache License, Version 2.0 Native implementation of the web application firewall, working as an Apache module. Both major Apache branches are supported.
mod_setenvifVersion 1.3 and newerIncluded by DefaultApache Software FoundationApache License, Version 2.0
mod_setenvifplusVersion 2.2 and newerThird-party modulePascal BuchbinderApache License, Version 2.0Allows Apache to set environment variables based on different parts of a request parsed by regular expressions and encode/decode Base64.[17]
mod_soVersion 1.3 and newerStable ExtensionApache Software FoundationApache License, Version 2.0
mod_spambotVersion 1.3 and newerThird-Party ExtensionNigel HorneGNU General Public License, Version 2Blocks bots and harvesters
mod_spelingVersion 1.3 and newerStable ExtensionApache Software FoundationApache License, Version 2.0Attempts to correct mistaken URLs that users might have entered by ignoring capitalization and by allowing up to one misspelling
mod_sslVersion 2.0 and newerStable ExtensionApache Software FoundationApache License, Version 2.0
mod_sslcrlVersion 2.2Third-party modulePascal BuchbinderApache License, Version 2.0Verifies the validity of client certificates against Certificate Revocation Lists (CRL)[18]
mod_sspi
mod_statusVersion 1.1 and newerIncluded by DefaultApache Software FoundationApache License, Version 2.0Provides information on server activity and performance
mod_substituteVersion 2.2.7 and newerIncluded by DefaultApache Software FoundationApache License, Version 2.0Perform search and replace operations on response bodies
mod_suexecVersion 2.0 and newerStable ExtensionApache Software FoundationApache License, Version 2.0Allows users to run CGI and SSI applications as a different user
mod_suphp
mod_throttle
mod_tidy
mod_tile
mod_transform Filter module that allows Apache to do dynamic XSL Transformations on either static XML documents, or XML documents generated from another Apache module or CGI program.
mod_unique_idVersion 1.3 and newerStable ExtensionApache Software FoundationApache License, Version 2.0
mod_upload
mod_uploader
mod_userdirVersion 1.3 and newerIncluded by DefaultApache Software FoundationApache License, Version 2.0Allows user-specific directories to be accessed using the http://example.com/~user/ syntax.
mod_usertrackVersion 1.2 and newerStable ExtensionApache Software FoundationApache License, Version 2.0
mod_versionVersion 2.0.56 and newerStable ExtensionApache Software FoundationApache License, Version 2.0Allows version dependent configuration with the container <IfVersion>
mod_vhost_aliasVersion 1.37 and newerStable ExtensionApache Software FoundationApache License, Version 2.0Creates dynamically configured virtual hosts, by allowing the IP address and/or the Host: header of the HTTP request to be used as part of the pathname to determine what files to serve.
mod_virgule GNU GPLv2
mod_vmd
mod_wlDepends on module versionThird-party moduleOracleOracle proprietary (only pre-compiled binaries are provided, no sources)Enables working as a proxy for BEA/Oracle WebLogic[19]
mod_wl_20Version 2.0Third-party moduleOracleOracle proprietary (only pre-compiled binaries are provided, no sources)Enables working as a proxy for BEA/Oracle WebLogic
mod_wl_22Version 2.2Third-party moduleOracleOracle proprietary (only pre-compiled binaries are provided, no sources)Enables working as a proxy for BEA/Oracle WebLogic
mod_wl_24Version 2.4Third-party moduleOracleOracle proprietary (only pre-compiled binaries are provided, no sources)Enables working as a proxy for BEA/Oracle WebLogic
mod_wsgi Apache License, Version 2.0
mod_xsendfile Apache License, Version 2.0
mod_xml2enc Apache Software FoundationApache License, Version 2.0Transcoding module that can be used to extend the internationalisation support of libxml2-based filter modules by converting encoding before and/or after the filter has run. Thus an unsupported input charset can be converted to UTF-8, and output can also be converted to another charset if required.
mod_xml
mod_xslt
mod_xml_curl
mod_xmlrpc
mod_xrv
mod_zlib

[20] [21] [22] [23]

References

  1. Caffrey, Melanie; Morse, Solomon; Rosenzweig, Benjamin (2003). Boardman, Susan, ed. Oracle Web Application Programming for PL/SQL Developers. Prentice Hall Professional Oracle Series. Prentice Hall Professional. p. 18. ISBN 9780130477316. Retrieved 2014-07-28. In addition to the compiled Apache mods provided with Oracle HTTP server, Oracle has enhanced several of the standard mods and has added Oracle-specific mods such as mod_plsql.
  2. "Apache Module mod_access". Apache HTTP Server 2.0 Documentation. Apache Software Foundation. Retrieved 2011-08-27.
  3. "Module mod_actions". Apache HTTP Server 1.3 Documentation. Apache Software Foundation. Retrieved 2011-08-27.
  4. While the documentation doesn't specifically mention compatibility with versions 1.1 and 1.2, it says that certain directives worked in those versions. This does not however mean, that older versions were not compatibile with this module. "Module mod_alias". Apache HTTP Server 1.3 Documentation. Apache Software Foundation. Retrieved 2011-08-27.
  5. This module is noted in the documentation for Apache versions 1.3, but no mention is made of earlier versions. This doesn't mean that the module doesn't exist for older versions, but only that the documentation provides no indication that it does. "Module mod_alias". Apache HTTP Server 1.3 Documentation. Apache Software Foundation. Retrieved 2011-08-27.
  6. "Apache Module mod_auth". Apache HTTP Server 2.0 Documentation. Apache Software Foundation. Retrieved 2011-08-27.
  7. "Apache Module mod_auth_anon". Apache HTTP Server 2.0 Documentation. Apache Software Foundation. Retrieved 2011-08-27.
  8. "Apache Module mod_auth_basic". Apache HTTP Server 2.2 Documentation. Apache Software Foundation. Retrieved 2011-08-27.
  9. "Apache Module mod_auth_digest". Apache HTTP Server 2.2 Documentation. Apache Software Foundation. Retrieved 2011-08-27.
  10. Pascal Buchbinder. "mod_auth_oid". SourceForge.net. Retrieved 2011-08-27.
  11. "Apache Module mod_authn_anon". Apache HTTP Server 2.2 Documentation. Apache Software Foundation. Retrieved 2011-08-27.
  12. "Apache Module mod_authn_file". Apache HTTP Server 2.2 Documentation. Apache Software Foundation. Retrieved 2011-08-27.
  13. "Apache Module mod_autoindex". Apache HTTP Server 2.2 Documentation. Apache Software Foundation. Retrieved 2011-08-27.
  14. "Apache Module mod_cgid". Apache HTTP Server 2.2 Documentation. Apache Software Foundation. Retrieved 2011-08-27.
  15. "mod_php". Apache Software Foundation. Retrieved 2011-08-27.
  16. "mod_python". Apache Software Foundation. Retrieved 2011-08-27.
  17. Pascal Buchbinder. "mod_setenvifplus". SourceForge.net. Retrieved 2011-08-27.
  18. Pascal Buchbinder. "mod_sslcrl". SourceForge.net. Retrieved 2012-11-18.
  19. "mod_wl - Oracle WebLogic Web Server Plug-ins". 2014-12-31. Retrieved 2014-12-31.
  20. "Module Index - Apache HTTP Server". Apache HTTP Server 1.3 Documentation. Apache Software Foundation. Retrieved 2011-08-27.
  21. "Module Index - Apache HTTP Server". Apache HTTP Server 2.0 Documentation. Apache Software Foundation. Retrieved 2011-08-19.
  22. "Module Index - Apache HTTP Server". Apache HTTP Server 2.2 Documentation. Apache Software Foundation. Retrieved 2011-08-27.
  23. docs-dev (at) perl.apache.org. "mod_perl: Welcome to the mod_perl world". Perl.apache.org. Retrieved 2011-08-19.
This article is issued from Wikipedia - version of the 12/1/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.