q789321 发表于 2018-11-21 12:16:54

linux下查看nginx,apache,php的编译参数

  1.NGINX
  your_nginx_dir/sbin/nginx -v
2.APACHE
  cat your_apache_dir/build/config.nice
3.PHP
  /usr/local/php/bin/php-i|grep Configure

页: [1]
查看完整版本: linux下查看nginx,apache,php的编译参数