摘要:
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 阅读全文
摘要:
#author:zhxia给php打上php-fpm 补丁sudo tar jxvf php-5.2.14.tar.bz2sudo patch -d php-5.2.14 -p1 < php-5.2.14-fpm-0.5.14.diff 编译phpcd php-5.2.14/sudo ./configure --prefix=/usr/local/php-5.2.14 --with-mcry... 阅读全文