摘要:
安装Nginx 在网上,看到不少人装Nginx 时非常麻烦,配置时用了一大堆选项,请问你们真实现那么多功能么?害的我越看越郁闷。此次安装Nginx如果是按着上面笔者的步骤一步步走下来,安装Nginx时只需指定Nginx的安装路径即可#tar zxvf nginx-0.8.24.tar.gz#cd n... 阅读全文
摘要:
++++++++++++++++++++++++++++++++++++++++++++++linux下nginx+php+mysql环境搭建++++++++++++++++++++++++++++++++++++++++++++++操作系统 : [CentOS6.0]服务器 : [n... 阅读全文
摘要:
http://lnmp.org/ 阅读全文
摘要:
在CentOS系统下,主要有两种方法设置自己安装的程序开机启动。1、把启动程序的命令添加到/etc/rc.d/rc.local文件中,比如下面的是设置开机启动httpd。#!/bin/sh## This script will be executed *after* all the other in... 阅读全文
摘要:
1.配置php-fpm.confvi /usr/local/php/etc/php-fpm.confphp-fpm.pid 目录必须指向:/usr/local/php/var/run/php-fpm.pid2.拷贝php-fpm脚本至/etc/init.d目录cp /home/soft/php-5.... 阅读全文