阿里云服务器 安装 nginx+php+mysql———-第三步搞定zend,让php5.3或者5.4支持zend 首先尝试下载各种版本zend,加载均失败,无聊google, 发现 zend optimizer + 开源,支持php5.3,php5.4,php5.5于是找之, 搜索 ZendOptimizerPlus,…
阿里云服务器 安装 nginx+php+mysql———-第二步安装php和mysql 文本内容如下: 配置php 没有安装mysql ./configure --prefix=/mnt/web/php --with-config-file-path=/mnt/web/php --with-openssl --with-zlib…
阿里云服务器 安装 nginx+php+mysql----------第一步安装nginx 1、按照官方提供的脚本挂载脚本,增加swap分区。 2、下载nginx,解压缩,配置nginx ./configure --prefix=/home/web/nginx --conf-path=/home/web/nginx/conf/nginx.conf --user=nginx --group=nginx --with-http_ssl_module …