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

📄 config5.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(generators)APACHE_MODULE(status, process/thread monitoring, , , yes)APACHE_MODULE(autoindex, directory listing, , , yes)APACHE_MODULE(asis, as-is filetypes, , , yes)APACHE_MODULE(info, server information, , , most)APACHE_MODULE(suexec, set uid and gid for spawned processes, , , no, [              other_targets=suexec ] )APR_ADDTO(LT_LDFLAGS,-export-dynamic)if test "$apache_cv_mpm" = "worker" -o "$apache_cv_mpm" = "perchild"; then# if we are using a threaded MPM, we will get better performance with# mod_cgid, so make it the default.    APACHE_MODULE(cgid, CGI scripts, , , yes)    APACHE_MODULE(cgi, CGI scripts, , , no)else# if we are using a non-threaded MPM, it makes little sense to use# mod_cgid, and it just opens up holes we don't need.  Make mod_cgi the# default    APACHE_MODULE(cgi, CGI scripts, , , yes)    APACHE_MODULE(cgid, CGI scripts, , , no)fiAPACHE_MODPATH_FINISH

⌨️ 快捷键说明

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