如何查看已经安装的nginx、apache、mysql和php的编译参数
1、nginx编译参数:$ nginx -V#注意:需保证nginx在环境变量中,或者使用绝对路径的形式:your_nginx_dir/sbin/nginx -V2、apache编…
nginx报错[warn] the “ssl” directive is deprecated的解决办法
最近在复制旧机器上的nginx.conf配置文件到新机器上的时候,重启后出现这么一个报错.nginx: [warn] the “ssl” directive is deprecated, use th…