
Nginx
文章平均质量分 75
siren0203
这个作者很懒,什么都没留下…
展开
-
CentOS上yum安装nginx+mysql+php+php-fastcgi [经本人整理后亲自测试]
CentOS上yum安装nginx+mysql+php+php-fastcgi 一、更改yum源为网易的源加快速度vi /etc/yum.repos.d/CentOS-Base.repo更改内容如下# CentOS-Base.repo## This file uses a new mirrorlist system developed by Lance Davis for CentOS.# The mirror system uses the原创 2011-02-14 17:25:00 · 10224 阅读 · 1 评论 -
一步一步教你安装 Nginx+PHP+Mysql
11, 启动php-cgi进程,监听127.0.0.1的9000端口,进程数为5,用户为www1 ulimit -SHn 655352 /usr/local/php/sbin/php-fpm start注:/usr /local/php/sbin/php-fpm还有其他参数,包 括:start|stop|quit|restart|reload|logrotate,修改php.ini后不重启php-cgi,重新加载配置文件 使用reload12,安装Nginx01 tar zxvf pcre转载 2011-02-14 13:29:00 · 1629 阅读 · 0 评论 -
安装Nginx 以及遇到的问题 PCRE library is not foun
<br />1 从http://nginx.org/en/download.html 或http://nginx.net/en/download.html<br /> <br /> wget http://nginx.org/download/nginx-0.6.38.tar.gz <br /><br />2 解压 安装:<br /> tar zxvf nginx-0.6.38.tar.gz<br /> cd nginx-0.6.38<br /> ./co转载 2011-02-14 17:41:00 · 32140 阅读 · 0 评论 -
Nginx 常见应用技术指南(Nginx Tips) (ZT)
目录: 一. Nginx基础知识 二. Nginx安装配置 三. Nginx Rewrite 四. Nginx Redirect 五. Nginx 目录自动加斜线 六. Nginx 防盗链 七. Nginx expires 八. Nginx 访问控制 九. Nginx Location 十. Nginx 日志处理 十一. Nginx Cache服务配置 十二. Nginx 负载均衡 十三. Nginx 优化 十四. Nginx 相关参考文档 【前言】: 编写此技术指南在于推广普及NGINX在国内的使原创 2011-02-14 13:34:00 · 2952 阅读 · 2 评论 -
/usr/local/php-5.2.14/sbin/php-fpm start Starting php_fpm –fpm-config
1.将fpm打包放到php源代码中gzip -cd php-5.2.8-fpm-0.5.10.diff.gz | patch -d php-5.2.8 -p12.编译安装php 记得带上–enable-cgi –enable-fpm 两个参数哦。遇原创 2011-09-06 17:43:09 · 5698 阅读 · 0 评论