root@ubuntu-idc:/# apache2ctl -t -D DUMP_MODULES
apache2: apr_sockaddr_info_get() failed for ubuntu-idc
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
Loaded Modules:
core_module (static)
log_config_module (static)
logio_module (static)
mpm_prefork_module (static)
http_module (static)
so_module (static)
alias_module (shared)
auth_basic_module (shared)
authn_file_module (shared)
authz_default_module (shared)
authz_groupfile_module (shared)
authz_host_module (shared)
authz_user_module (shared)
autoindex_module (shared)
cgi_module (shared)
dir_module (shared)
env_module (shared)
mime_module (shared)
negotiation_module (shared)
php5_module (shared)
rewrite_module (shared)
setenvif_module (shared)
status_module (shared)
Syntax OK
本文记录了在Ubuntu系统中使用Apache服务器进行配置检查的过程,包括通过命令`apache2ctl-t-DDUMP_MODULES`验证配置语法正确性及加载模块的情况。
572

被折叠的 条评论
为什么被折叠?



