Chinaunix首页 | 论坛 | 博客
  • 博客访问: 19646
  • 博文数量: 8
  • 博客积分: 1410
  • 博客等级: 上尉
  • 技术积分: 90
  • 用 户 组: 普通用户
  • 注册时间: 2008-05-25 19:59
文章分类

全部博文(8)

文章存档

2009年(3)

2008年(5)

我的朋友
最近访客

分类: LINUX

2008-10-30 22:49:30

FROM:

1. sudo yum install pcre*
2. Download
3. tar zxvf nginx-0.5.26.tar.gz
4. cd nginx-0.5.26
5.

./configure --sbin-path=/sbin/nginx --conf-path=/usr/local/nginx/nginx.conf --pid-path=/usr/local/nginx/nginx.pid --with-http_ssl_module --with-md5=auto/lib/md5 --with-sha1=auto/lib/sha1
6. make
7. sudo make install

Done.

Now, go into /usr/local/nginx and set it up.


阅读(874) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~