List of Apache modules: Difference between revisions

Content deleted Content added
No edit summary
bulk adding basic module info
Line 7:
!Name!!Compatibility!!Status!!Developer(s)!!License!!Description
|-
|mod_access||Versions older than 2.1||Included by Default||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||Provides access control based on the client and the client's request<ref>As of Apache version 2.2, this module no longer exists {{cite web|url=http://httpd.apache.org/docs/2.0/mod/mod_access.html |title=Apache Module mod_access |work=Apache HTTP Server 2.0 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2011-08-27}}</ref>
|-
|mod_actions||Versions 1.1 and later||Included by Default||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||Provides [[Common Gateway Interface|CGI]] ability based on request method and media type<ref>{{cite web|url=http://httpd.apache.org/docs/1.3/mod/mod_actions.html |title=Module mod_actions |work=Apache HTTP Server 1.3 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2011-08-27}}</ref>
Line 15:
|mod_asis||Versions 1.3 and later||Included by Default||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||Allows for the use of files that contain their own [[HTTP headers]]<ref>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. {{cite web|url=http://httpd.apache.org/docs/1.3/mod/mod_asis.html |title=Module mod_alias |work=Apache HTTP Server 1.3 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2011-08-27}}</ref>
|-
|mod_auth||Versions older than 2.1||Included by Default||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||Authenticates 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<ref>{{cite web|url=http://httpd.apache.org/docs/2.0/mod/mod_auth.html |title=Apache Module mod_auth |work=Apache HTTP Server 2.0 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2011-08-27}}</ref>
|mod_auth||Versions older than 2.1|| || || ||
|-
|mod_auth_anon||Versions 1.1-2.1||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||Allows 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<ref>{{cite web|url=http://httpd.apache.org/docs/2.0/mod/mod_auth_anon.html |title=Apache Module mod_auth_anon |work=Apache HTTP Server 2.0 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2011-08-27}}</ref>
|mod_auth_anon||Versions 1.1-2.1|| || || ||
|-
|mod_auth_basic||Versions 2.1 and newer||Included by Default||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||Authenticates users via [[Basic access authentication|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.<ref>{{cite web|url=http://httpd.apache.org/docs/2.2/mod/mod_auth_basic.html |title=Apache Module mod_auth_basic |work=Apache HTTP Server 2.2 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2011-08-27}}</ref>
|mod_auth_db||Versions 1.1-1.3|| || || ||
|-
|mod_auth_db||Versions 1.1-1.3||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|mod_auth_dbm||Versions older than 2.1|| || || ||
|-
|mod_auth_dbm||Versions older than 2.1||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|mod_auth_digest||Versions 1.3.8 and newer|| || || ||
|-
|mod_auth_digest||Versions 1.3.8 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||Authenticates users via [[Digest access authentication|HTTP Digest Authentication]] utilizing MD5 encryption. This is more secure than [[Basic access authentication|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.<ref>{{cite web|url=http://httpd.apache.org/docs/2.2/mod/mod_authn_file.html |title=Apache Module mod_auth_digest |work=Apache HTTP Server 2.2 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2011-08-27}}</ref>
|mod_auth_ldap||Version 2.0.41|| || || ||
|-
|mod_auth_ldap||Versions 2.0.41-2.1||Experimental Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||Allows [[Basic access authentication|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_oid||Version 2.2||Third-party module||[[GNU General Public License#Version_2|GNU General Public License, Version 2]]||Pascal Buchbinder||Allows an Apache server to act as an [[OpenID]] "Relying Party"<ref>{{cite web|url=http://auth-openid.sourceforge.net/ |title=mod_auth_oid |author=Pascal Buchbinder |publisher=[[SourceForge|SourceForge.net]] |date= |accessdate=2011-08-27}}</ref>
|-
|mod_authn_file||Version 2.1 and newer||Included by Default||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||Acts as an authentication provider to other modules, like mod_auth_basic and mod_auth_digest, by checking users against plaintext password files.<ref>{{cite web|url=http://httpd.apache.org/docs/2.2/mod/mod_authn_file.html |title=Apache Module mod_authn_file |work=Apache HTTP Server 2.2 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2011-08-27}}</ref>
|mod_autoindex|| || || || ||
|-
|mod_authn_anon||Version 2.1 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||Acts 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.<ref>{{cite web|url=http://httpd.apache.org/docs/2.2/mod/mod_authn_anon.html |title=Apache Module mod_authn_anon |work=Apache HTTP Server 2.2 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2011-08-27}}</ref>
|mod_cache|| || || || ||
|-
|mod_authn_alias||Version 2.1 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|mod_cern_meta|| || || || ||
|-
|mod_authn_dbd||Version 2.1 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|mod_cgi|| || || || ||
|-
|mod_authn_dbm||Version 2.1 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|mod_cgid|| || || || ||
|-
|mod_authn_default||Version 2.1 and newer||Included by Default||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|mod_charset_lite|| || || || ||
|-
|mod_authnz_ldap||Version 2.1 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||Acts as an authentication provider to other modules and checks authentication against an [[LDAP]] directory
|mod_dav|| || || || ||
|-
|mod_dav_fsmod_authnz_external|| || || || ||
|-
|[[mod deflate]]mod_authnz_mysql|| || || || ||
|-
|mod_dirmod_authz_svn|| || || || ||
|-
|mod_autoindex||Version 1.3 and newer||Included by Default||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||Generates automatic directory listing for display by the server<ref>{{cite web|url=http://httpd.apache.org/docs/2.2/mod/mod_autoindex.html |title=Apache Module mod_autoindex |work=Apache HTTP Server 2.2 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2011-08-27}}</ref>
|mod_disk_cache|| || || || ||
|-
|mod_cache||Version 2.0 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|mod_dumpio|| || || || ||
|-
|mod_cern_meta||Version 1.1 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|mod_echo|| || || || ||
|-
|mod_cgi||Version 1.1 and newer||Included by Default||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|mod_env|| || || || ||
|-
|mod_cgid||Version 2.0 and newer, "Unix threaded MPMs only"<ref>{{cite web|url=http://httpd.apache.org/docs/2.2/mod/mod_cgid.html |title=Apache Module mod_cgid |work=Apache HTTP Server 2.2 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2011-08-27}}</ref>||Included by Default||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|mod_example|| || || || ||
|-
|mod_charset_lite||Version 2.0 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|mod_expires|| || || || ||
|-
|mod_dav||Version 2.0 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|mod_ext_filter|| || || || ||
|-
|mod_dav_fs||Version 2.0 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|mod_file_cache|| || || || ||
|-
|[[mod deflate]]||Version 2.0 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|mod_headers|| || || || ||
|-
|mod_dir||Version 1.3 and newer||Included by Default||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|mod_imap|| || || || ||
|-
|mod_disk_cache||Version 2.0 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|mod_include|| || || || ||
|-
|mod_dumpio||Version 2.0 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|mod_info|| || || || ||
|-
|mod_echo||Version 2.0 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|mod_isapi|| || || || ||
|-
|mod_env||Version 1.1 and newer||Included by Default||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|-
|mod_example||Version 1.2 and newer||Experimental Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|-
|mod_expires||Version 1.2 and newer||Included by Default||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|-
|mod_ext_filter||Version 1.3 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|-
|mod_file_cache||Version 2.0 and newer||Experimental Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|-
|mod_headers||Version 1.2 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|-
|mod_imap||Version 1.2-2.0||Included by Default||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|-
|mod_include||Version 1.3 and newer||Included by Default||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|-
|mod_info||Version 1.1 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|-
|mod_isapi||Version 1.3 and newer, [[Win32]] only||Included by Default||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|-
|[[mod_jk]]|| || || || ||
|-
|mod_ldap||Version 2.0 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|mod_ldap|| || || || ||
|-
|[[mod_lisp]]|| || || || ||
|-
|mod_log_config||Version 1.2 and newer||Included by Default||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|-
|mod_log_forensic||Version 1.3 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|-
|mod_logio||Version 2.0 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|-
|mod_mem_cache||Version 2.0 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|-
|mod_mime||Version 1.3 and newer||Included by Default||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|mod_mime|| || || || ||
|-
|mod_mime_magic||Version 1.3 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|-
|mod_negotiation||Version 1.3 and newer||Included by Default||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|-
|mod_nw_ssl||Version 2.0 and newer, Netware only||Included by Default||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|mod_nw_ssl|| || || || ||
|-
|[[mod proxy]]||Version 1.1 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|-
|mod_proxy_connect||Version 2.0 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|-
|mod_proxy_ftp||Version 2.0 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|-
|mod_proxy_http||Version 2.0 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|-
|[[mod_rewrite]]||Version 1.2 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|-
|-[[mod_ruby]]|| || || || ||
|-
|mod_setenvif||Version 1.3 and newer||Included by Default||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|-
|mod_setenvifplus|| ||Third-party module||Pascal Buchbinder||[[Apache License]], Version 2.0||Allows Apache to set [[Environment variable|Environment variables]] based on different parts of a request parsed by [[regular expressions]]<ref>{{cite web|url=http://modsetenvifplus.sourceforge.net/ |title=mod_setenvifplus |author=Pascal Buchbinder |publisher=[[SourceForge|SourceForge.net]] |date= |accessdate=2011-08-27}}</ref>
|-
|mod_so||Version 1.3 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|mod_so|| || || || ||
|-
|mod_speling||Version 1.3 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|-
|[[mod ssl]]||Version 2.0 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|-
|mod_status||Version 1.1 and newer||Included by Default||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|-
|mod_suexec||Version 2.0 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|-
|mod_unique_id||Version 1.3 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|-
|mod_userdir||Version 1.3 and newer||Included by Default||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||
|-
|mod_usertrack|| || || || ||
Line 146 ⟶ 168:
|-
|mod_evasive|| || || || ||
|-
|mod_authnz_ldap|| || || || ||
|-
|mod_authnz_external|| || || || ||
|-
|mod_authnz_mysql|| || || || ||
|-
|mod_authn_file|| || || || ||
|-
|mod_authn_alias|| || || || ||
|-
|mod_authn_dbd|| || || || ||
|-
|mod_authn_dbm|| || || || ||
|-
|mod_authn_default|| || || || ||
|-
|mod_auth_kerb|| || || || ||
|-
|mod_authz_svn|| || || || ||
|-
|[[mod jk]]|| || || || ||
Line 370 ⟶ 374:
 
<ref>{{cite web|url=http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Apache-Version2 |title=Mod-H264-Streaming-Apache-Version2 – h264 |publisher=H264.code-shop.com |date= |accessdate=2011-08-19}}</ref>
<ref>{{cite web|url=http://httpd.apache.org/docs/1.3/mod/ |title=Module Index - Apache HTTP Server |work=Apache HTTP Server 1.3 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2011-08-27}}</ref>
<ref>{{cite web|url=http://httpd.apache.org/docs/2.0/mod/ |title=Module Index - Apache HTTP Server |work=Apache HTTP Server 2.0 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2011-08-19}}</ref>
<ref>{{cite web|url=http://httpd.apache.org/docs/2.2/mod/ |title=Module Index - Apache HTTP Server |work=Apache HTTP Server 2.2 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2011-08-27}}</ref>
<ref>{{cite web|url=http://httpd.apache.org/docs/1.3/mod/ |title=Module Index - Apache HTTP Server |work=Apache HTTP Server 1.3 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2011-08-27}}</ref>
<ref>{{cite web|url=http://www.modsecurity.org/ |title=Open Source Web Application Firewall |publisher=ModSecurity |date= |accessdate=2011-08-19}}</ref><ref>{{cite web|author=docs-dev (at) perl.apache.org |url=http://perl.apache.org/ |title=mod_perl: Welcome to the mod_perl world |publisher=Perl.apache.org |date= |accessdate=2011-08-19}}</ref>
<ref>{{cite web|url=http://www.modpython.org/ |title=Mod_python - Apache/Python Integration |publisher=Modpython.org |date=2010-10-28 |accessdate=2011-08-19}}</ref>