apache编译参数查看

一.apache 编译参数查看

    查看nginx编译参数:/application/nginx/sbin/nginx -V
    查看apache编译参数:cat /application/apache/build/config.nice
    查看mysql编译参数:cat /usr/local/mysql/bin/mysqlbug | grep CONFIGURE_LINE
    查看php编译参数:/usr/local/php/bin/php -i | grep configure

 

   "./configure" \
   "--prefix=/application/apache2.2.29/" \
  "--enable-deflate" \
  "--enable-expires" \
  "--enable-headers" \
  "--enable-modules=most" \
  "--enable-so" \
  "--with-mpm=worker" \
  "--enable-rewrite" \





本文出自 “蜘蛛侠” 博客,请务必保留此出处http://txidc.blog.51cto.com/9138217/1566048

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。