⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.m4

📁 Apache HTTP Server 是一个功能强大的灵活的与HTTP/1.1相兼容的web服务器.这里给出的是Apache HTTP服务器的源码。
💻 M4
字号:
dnl modules enabled in this directory by defaultdnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])APACHE_MODPATH_INIT(aaa)APACHE_MODULE(access, host-based access control, , , yes)APACHE_MODULE(auth, user-based access control, , , yes)APACHE_MODULE(auth_anon, anonymous user access, , , most)APACHE_MODULE(auth_dbm, DBM-based access databases, , , most)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])APR_ADDTO(LT_LDFLAGS,-export-dynamic)APACHE_MODPATH_FINISH

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -