Archive for the ‘Web Server’ Category

平滑升级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: [ , , ]

Apache2.2用gzip 提高yslow得分

This item was filled under [ Web Server ]

在Apache的配置文件中找到下面两行,将注释#去掉,重启。
LoadModule deflate_module modules/mod_deflate.so
LoadModule expires_module modules/mod_expires.so
在你网站的目录下新建.htaccess,添加如下内容:
Read the full story »

Continue reading...

Tagged with: [ , ]

破解 Lxadmin / HyperVM

This item was filled under [ Web Server ]

Lxadmin是一个国外很好的一个虚拟主机控制面板.
功能齐全.最主要的特点是它是基于PHP程序的.所以.系统点用资源极少..
而LXADMIN的免费版是限制最多40个用户.受控端也限制在10台..对于普通试用的就已经足够了.
但如果用于商业的话..就肯定不够的. 
Read the full story »

Continue reading...

Tagged with: [ , , ]
Page 1 of 212