/opt/server/apache/bin/apachectl -t #检查语法
/opt/server/apache/bin/apachectl start #启动
/opt/server/apache/bin/apachectl graceful 平滑重启
/opt/server/apache/bin/apachectl -l #查看已安装/编译的模块
strace /opt/server/apache/bin/apachectl -M #strace 跟踪一个进程的使用情况,结果会告诉你,哪些是静态模块哪些是动态模块
时间: 2024-10-10 05:46:58