欢迎大家分享自己的文档,请点击查阅:分享方法,![]() 如果你喜欢这文章,可以点击文章结尾处百度分享,分享到你的各种社区收藏,或推荐给朋友……
nginx apache mysql php编译完了想看看编译参数可以用以下方法:
nginx
/usr/local/nginx/sbin/nginx -V
apache
cat /usr/local/apache2/build/config.nice
php
/usr/local/php/bin/php -i |grep configure
mysql
cat “/usr/local/mysql/bin/mysqlbug”|grep configure
###########################
/usr/local/apache2/bin/apxs -i -a -c ./mod_deflate.c
/usr/local/apache2/bin/apxs -i -a -c ./mod_expires.c
/usr/local/apache2/bin/apxs -i -a -c ./mod_headers.c
转载请注明linux系统运维: |