Content deleted Content added
Update mod_gnutls |
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
|-
|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
|-
|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]]
|-
|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.
|-
|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/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>
|