随笔分类 -  nginx

摘要:wget http://nginx.org/download/nginx-0.8.47.tar.gzsudo tar zxvf nginx-0.8.47.tar.gzcd nginx-0.8.47sudo ./configure --prefix=/usr/local/nginx-0.8.47sudo makesudo make install在编译的过程中可能会出现以下提示:./configure: error: the HTTP rewrite module requires the PCRE library.You can either disable the module by usi 阅读全文
posted @ 2010-09-18 09:11 涛光 阅读(948) 评论(0) 推荐(0)