📄 config.m4
字号:
dnl modules enabled in this directory by defaultdnl Authentication (authn), Access, and Authorization (authz)dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])APACHE_MODPATH_INIT(aaa)dnl Authentication modules; modules checking a username and password against adnl file, database, or other similar magic.dnlAPACHE_MODULE(authn_file, file-based authentication control, , , yes)APACHE_MODULE(authn_dbm, DBM-based authentication control, , , most)APACHE_MODULE(authn_anon, anonymous user authentication control, , , most)APACHE_MODULE(authn_dbd, SQL-based authentication control, , , most)dnl - and just in case all of the above punt; a default handler todnl keep the bad guys out.APACHE_MODULE(authn_default, authentication backstopper, , , yes)dnl Provider alias module.APACHE_MODULE(authn_alias, auth provider alias, , , no)dnl Authorization modules: modules which verify a certain property such asdnl membership of a group, value of the IP address against a list of prednl configured directives (e.g. require, allow) or against an external filednl or database.dnlAPACHE_MODULE(authz_host, host-based authorization control, , , yes)APACHE_MODULE(authz_groupfile, 'require group' authorization control, , , yes)APACHE_MODULE(authz_user, 'require user' authorization control, , , yes)APACHE_MODULE(authz_dbm, DBM-based authorization control, , , most)APACHE_MODULE(authz_owner, 'require file-owner' authorization control, , , most)dnl LDAP authentication module. This module has both the authn and authzdnl modules in one, so as to share the LDAP server config directives.APACHE_MODULE(authnz_ldap, LDAP based authentication, , , no, [ MOD_AUTHNZ_LDAP_LDADD="`$apu_config --ldap-libs`" || MOD_AUTHNZ_LDAP_LDADD="" AC_SUBST(MOD_AUTHNZ_LDAP_LDADD)])dnl - and just in case all of the above punt; a default handler todnl keep the bad guys out.APACHE_MODULE(authz_default, authorization control backstopper, , , yes)dnl these are the front-end authentication modulesAPACHE_MODULE(auth_basic, basic authentication, , , yes)APACHE_MODULE(auth_digest, RFC2617 Digest authentication, , , most, [ APR_CHECK_APR_DEFINE(APR_HAS_RANDOM) if test $ac_cv_define_APR_HAS_RANDOM = "no"; then echo "You need APR random support to use mod_auth_digest." echo "Look at APR configure options --with-egd and --with-devrandom." enable_auth_digest="no" fi])APACHE_MODPATH_FINISH
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -