平滑升级Nginx至0.8.19

十月 11th, 2009 No Comments »

1.

wget http://sysoev.ru/nginx/nginx-0.8.19.tar.gz  

2.

tar zxvf nginx-0.8.19.tar.gz

3.

cd nginx-0.8.19

4.

./configure –user=www –group=www -[......]

Read moreRead more…

Top SEO Techniques Revealed!

五月 2nd, 2009 No Comments »

 

What i am about to share with you will guarantee you top rankings in any niche and guarantee you your future, all white hat.

 

I am going to sha[......]

Read moreRead more…

Nginx 502错误的几种解决方法

四月 10th, 2009 No Comments »

Nginx 502 Bad Gateway错误是FastCGI有问题,造成NGINX 502错误的可能性比较多。将网上找到的一些和502 Bad Gateway错误有关的问题和排查方法列一下,先从FastCGI配置入手:

1.FastCGI进程是否已经启动

2.FastCGI worke[......]

Read moreRead more…

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

三月 26th, 2009 1 Comment »

1.下载 一键安装包LNMP

wget http://licess.googlecode.com/files/LNMP.zip

2. 64位机器

yum -y install libjpeg-devel

yum -y install libpng-devel

3.

unzip LNM[......]

Read moreRead more…

正则表达式例子

三月 24th, 2009 No Comments »

匹配中文字符的正则表达式: [u4e00-u9fa5]
评注:匹配中文还真是个头疼的事,有了这个表达式就好办了

匹配双字节字符(包括汉字在内):[^x00-xff]
评注:可以用来计算字符串的长度(一个双字节字符长度计2,ASCII字符计1)

匹配空白行的正则表达式:ns*r
评注:可以用来删除[......]

Read moreRead more…

无觅相关文章插件,快速提升流量