查看 apache 的编译参数

cat /home/oldboy/run/apache/build/config.nice

范例 2:

[root@VM-002 ~]# cat /home/oldboy/run/apache/build/config.nice

#! /bin/sh

#

# Created by configure

"./configure"

"--prefix=/app/apache2.2.9" "--enable-deflate"

"--enable-headers"

"--enable-modules=so"


141

"--enable-so"

"--with-mpm=worker"

"--enable-rewrite"

"--enable-cgi"

"$@"

提示:/home/oldboy/run/为普通用户起的 apache 服务命令路径

原文地址:https://www.cnblogs.com/fanweisheng/p/11333424.html