存档

文章标签 ‘linux’

环境:CentOS5.3+Nginx 0.7,启用伪静态:

编辑/usr/local/nginx/conf/nginx.conf,在server段添加
server
{
listen 80;
server_name xxx.phoebus.cn;
index index.html index.htm index.php;[......]

七 6th, 2009 | Filed under Linux

DELL PE840,至强3220 四核,8G RAM,千光网卡。
Centos 5.3+VMware server 2.0.1,用起来那真是相当的爽!
WEB server 用Centos 5.3+Nginx 0.7+php 5.2,我的BLOG没什么流量,Nginx只开了4个进程,php-cgi[......]

继续阅读

七 2nd, 2009 | Filed under Linux, 网络技术