List of Apache modules: Difference between revisions

Content deleted Content added
m Typo fixing and checking, replaced: apache → Apache using AWB
No edit summary
Line 23:
|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||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||Provides user authentication using Berkeley DB files.
|-
|mod_auth_dbm||Versions older than 2.1||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||This 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_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>
Line 35:
|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_alias||Version 2.1 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||This 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_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>
Line 51:
|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_authnz_mysql||Version 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_authnz_mysql|| || || || ||
|-
|mod_authz_svn|| || || || ||Configuration Directives — Apache configuration directives for configuring path-based authorization for Subversion repositories served through the Apache HTTP Server.
|mod_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>