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

📄 config.m4

📁 Apache HTTP Server 是一个功能强大的灵活的与HTTP/1.1相兼容的web服务器.这里给出的是Apache HTTP服务器的源码。
💻 M4
字号:
APACHE_MODPATH_INIT(experimental)if test "$ac_cv_ebcdic" = "yes"; then# mod_charset_lite can be very useful on an ebcdic system, #   so include it by default    APACHE_MODULE(charset_lite, character set translation, , , yes)else    APACHE_MODULE(charset_lite, character set translation, , , no)fidnl #  list of object files for mod_cachecache_objs="dnlmod_cache.lo dnlcache_storage.lo dnlcache_util.lo dnl" dnl #  list of object files for mod_mem_cachemem_cache_objs="dnlmod_mem_cache.lo dnlcache_cache.lo dnlcache_pqueue.lo dnlcache_hash.lo dnl" APACHE_MODULE(cache, dynamic file caching, $cache_objs, , no)APACHE_MODULE(disk_cache, disk caching module, , , no)APACHE_MODULE(mem_cache, memory caching module, $mem_cache_objs, , no)APACHE_MODULE(example, example and demo module, , , no)APACHE_MODULE(case_filter, example uppercase conversion filter, , , no)APACHE_MODULE(case_filter_in, example uppercase conversion input filter, , , no)APACHE_MODULE(dumpio, I/O dump filter, , , no)ldap_objects="util_ldap.lo util_ldap_cache.lo util_ldap_cache_mgr.lo"APACHE_MODULE(ldap, LDAP caching and connection pooling services, $ldap_objects, , no)auth_ldap_objects="mod_auth_ldap.lo"APACHE_MODULE(auth_ldap, LDAP based authentication, $auth_ldap_objects, , no)APACHE_MODPATH_FINISH

⌨️ 快捷键说明

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