List of Apache modules: Difference between revisions

Content deleted Content added
m convert special characters found by Wikipedia:Typo Team/moss (via WP:JWB)
Archie172 (talk | contribs)
Add mod_authn_otp
Line 54:
|-
|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, mod_auth_digest, and mod_auth_form, 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><ref>{{Cite web|url=https://httpd.apache.org/docs/2.4/mod/mod_authn_file.html |title=Apache Module mod_authn_file |work=Apache HTTP Server 2.4 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2022-01-13}}</ref>
|-
|mod_authn_otp||Version 2.4 and newer||Third party module||Archie Cobbs||[[Apache License]], Version 2.0||Acts as an authentication provider to other modules, like mod_auth_basic, mod_auth_digest, and mod_auth_form, by checking passwords that contain a variable portion based on the the HOTP/OATH one-time password algorithm defined in RFC 4226.<ref>{{Cite web|url=https://github.com/archiecobbs/mod-authn-otp/ |title=Third-party Module mod_authn_otp |publisher=[[GitHub|github.com]] |date= |accessdate=2023-08-24}}</ref>
|-
|mod_authn_socache||Versions 2.3 and newer||Included by Default||[[Apache Software Foundation]]||[[Apache License]], Version 2.0|| Maintains a cache of authentication credentials, so that a new backend lookup is not required for every authenticated request.<ref>{{Cite web|url=https://httpd.apache.org/docs/2.4/mod/mod_authn_socache.html |title=Apache Module mod_authn_socache |work=Apache HTTP Server 2.4 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2022-01-13}}</ref>