您的位置:首页 > 运维架构 > Nginx

查看Nnginx、Apache、MySQL、PHP安装时的编译参数

2012-03-27 09:58 1076 查看
1、Nginx
# nginx -V
nginx: nginx version: nginx/1.0.0
nginx: built by gcc 4.1.2 20080704 (Red Hat 4.1.2-50)
nginx: TLS SNI support disabled
nginx: configure arguments: --user=www --group=www --add-module=/opt/ngx_cache --prefix=/opt/nginx --with-http_stub_status_module --with-http_ssl_module

2、PHP
# $PATH/php -r "phpinfo();" | grep configure

3、Apache
# cat /usr/local/apache2/build/config.nice

4、MySQL
# cat /usr/local/mysql/bin/mysqlbug | grep CONFIGURE_LINE
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: