by Devin Yang

建立于: 7年前 ( 更新: 7年前 )

组态档语法检查 (run syntax check for config files)

apachectl -t
Syntax OK

显示所有加载的模块 (show all loaded modules)

-M相当於-t -D DUMP_MODULES。

apachectl -M
Loaded Modules:
 core_module (static)
 mpm_prefork_module (static)
略...
proxy_ajp_module (shared)
 python_module (shared)
 ssl_module (shared)
Syntax OK

显示编译进Apache Server中的模块.

apachectl -l
Compiled in modules:
  core.c
  prefork.c
  http_core.c
  mod_so.c

Tags: linux

Devin Yang

文章内容无法一一说明,如果您有什么不了解处,欢印提问哦:)

No Comment

Post your comment

需要登入才可留言!

类似文章


linux

Raspberry Pi 3 树莓派作业系统安装

这篇文章,分享使用MacOS上的内建命令,进行Raspberry Pi的作业系统安装。 在这个安装过程中关於dd命令,请小心指定您of的参数,即是write output到文件的位置, 指定错了,会毁掉自己的系统哦。

linux

移除Ubuntu上旧版本用不到的Linux Kernel

这个页面描述我如何移掉 ubuntu上占空间的旧版本Linux Kernel。

linux,macos

ps aux你会了吗?

对於Linux的系统管理者来说肯定要看懂ps aux命令,如果你想成为一个Linux系统管理者,或是你是一个Linux的使用者,都应该都要看的懂这个命令ps就是process status的简称,系统上跑了什么样的进程,状态如何运行的身份是谁都可以透过这个命令查出来。看到一些不该出现的进程,可能系统被入侵,被来挖矿了