Posts Tagged ‘nginx’

平滑升级Nginx至0.8.19

This item was filled under [ Web Server ]

1.
wget http://sysoev.ru/nginx/nginx-0.8.19.tar.gz  
2.
tar zxvf nginx-0.8.19.tar.gz
Read the full story »

Continue reading...

Tagged with: [ ]

Nginx 502错误的几种解决方法

This item was filled under [ Web Server ]

Nginx 502 Bad Gateway错误是FastCGI有问题,造成NGINX 502错误的可能性比较多。将网上找到的一些和502 Bad Gateway错误有关的问题和排查方法列一下,先从FastCGI配置入手:
1.FastCGI进程是否已经启动
2.FastCGI worker进程数是否不够
运行 netstat -anpo | grep “php-cgi” | wc -l 判断是否接近FastCGI进程,接近配置文件中设置的数值,表明worker进程数设置太少
Read the full story »

Continue reading...

Tagged with: [ ]

傻瓜式搭建Nginx+PHP+Mysql服务器

This item was filled under [ Linux, Web Server ]

1.下载 一键安装包LNMP
wget http://licess.googlecode.com/files/LNMP.zip
2. 64位机器
yum -y install libjpeg-devel
Read the full story »

Continue reading...

Tagged with: [ , , ]