在linux上配合nginx和mysql安装方法
http://php.net/manual/zh/install.unix.nginx.php
http://php.net/manual/zh/mbstring.installation.php
微擎安装需要的编译参数
./configure --enable-fpm --with-mysql --enable-mbstring --with-pdo-mysql=/usr/local/mysql --with-openssl --with-curl --with-gd
其中需要安装 openssl oepnssl-devel curl curl-devel php-gd libpng libpng-devel
linux启动运行脚本
目录
/etc/init.d/
linux服务脚本目录
/usr/lib/systemd/system/