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

ubuntu找不到add-apt-repository指令

ubuntu找不到add-apt-repository指令

linux

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

這個頁面描述我如何移掉 ubuntu上佔空間的舊版本Linux Kernel。

linux

如何安裝monitor工具htop到CentOS上

Htop是一個基於Linux的免費(GPL)基於ncurses的程序monitor工具。 他類似於top,但允許您垂直和水平滾動,所以您可以看到運行在系統完整的命令行, 以及可將它們視為程序樹,選擇多個程序並進行操作。