List of Apache modules: Difference between revisions

Content deleted Content added
Minfrin (talk | contribs)
Update mod_gnutls
Yakatz (talk | contribs)
Removed links to HTTPD 1.3 documentation which no longer exists. 1.3 has been out of support for a very long time and is no longer relevant to this page
Line 30:
|mod_access_compat|| Versions 2.3 and later ||Included by Default||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||Provides compatibility with access control available in Apache httpd v2.2 and earlier.<ref>{{Cite web|url=https://httpd.apache.org/docs/2.4/mod/mod_access_compat.html |title=Apache Module mod_access_compat |work=Apache HTTP Server 2.4 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2021-12-14}}</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><ref>{{Cite web|url=https://httpd.apache.org/docs/2.4/mod/mod_actions.html |title=Apache Module mod_actions |work=Apache HTTP Server 2.4 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2021-12-14}}</ref>
|-
|mod_alias||Versions 1.1 and later||Included by Default||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||Allows for client requests to be mapped to different parts of a server's file system and for the requests to be redirected entirely<ref>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 compatible with this module. {{Cite web|url=http://httpd.apache.org/docs/1.3/mod/mod_alias.html |title=Module mod_alias |work=Apache HTTP Server 1.3 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2011-08-27}}</ref><ref>{{Cite web|url=https://httpd.apache.org/docs/2.4/mod/mod_alias.html |title=Apache Module mod_alias |work=Apache HTTP Server 2.4 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2021-12-14}}</ref>
|-
|mod_allowmethods|| Versions 2.3 and later ||Included by Default||[[Apache Software Foundation]]||[[Apache License]], Version 2.0|| Easily restrict what HTTP methods can be used on the server.<ref>{{Cite web|url=https://httpd.apache.org/docs/2.4/mod/mod_allowmethods.html |title=Apache Module mod_allowmethods |work=Apache HTTP Server 2.4 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2021-12-14}}</ref>
|-
|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><ref>{{Cite web|url=https://httpd.apache.org/docs/2.4/mod/mod_asis.html |title=Apache Module mod_asis |work=Apache HTTP Server 2.4 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2021-12-14}}</ref>
|-
|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><ref>{{Cite web|url=https://httpd.apache.org/docs/2.4/mod/mod_auth_basic.html |title=Apache Module mod_auth_basic |work=Apache HTTP Server 2.4 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2021-12-14}}</ref>
|-
|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_auth_digest.html |title=Apache Module mod_auth_digest |work=Apache HTTP Server 2.2 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2011-08-27}}</ref><ref>{{Cite web|url=https://httpd.apache.org/docs/2.4/mod/mod_auth_digest.html |title=Apache Module mod_auth_digest |work=Apache HTTP Server 2.4 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2021-12-14}}</ref>
Line 409:
|}
 
<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>