摘要: #! /bin/shPATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/binDESC="nginx daemon"NAME=nginxDAEMON=/usr/local/nginx/sbin/$NAMECONFIGFILE=/usr/local/nginx/conf/$NAME.confPIDFILE=/usr/local/nginx/logs/$NAME.pidSCRIPTNAME=/etc/init.d/$NAMEset -e[ -x "$DAEMON" ] || exit 0 阅读全文
posted @ 2014-02-26 21:44 cavehubiao 阅读(464) 评论(0) 推荐(0) 编辑
摘要: 一、 准备环境:64位 Ubuntu 11.10服务器:Nginx 1.1.13下载PHP源码:本文使用5.3.8版本二、 安装# tar zxvf php5.3.8.tar.gz # cd php5.3.8 # ./configure --prefix=/usr/local/php5 --with-config-file-path=/usr/local/php5/etc --with-curl --with-pear --with-gd --with-jpeg-dir --with-png-d... 阅读全文
posted @ 2014-02-26 19:59 cavehubiao 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 第一次make是报错没有‘zero_in_uri’ 成员之类的错误,修改ngx_http_streaming.c 注释掉 if(r->zero_in_uri){return DECLINED;}随后make clean 再次 make,发现-werror之类的错误,多是定义的变量未使用,(修改objs/Makefile文件, 去掉其中的"-Werror"), 然后就能够正常编译最后一点所,每次重新make最好把以前大 删掉,不然会有残留,我就是这样。最后的可执行文件在sbin,我却启动的是位于上层目录的nginx,每次都不对。。。--prefix= - Nginx安装 阅读全文
posted @ 2014-02-26 19:05 cavehubiao 阅读(213) 评论(0) 推荐(0) 编辑
摘要: Frame UpConsider the following five picture frames shown on an 9 x 8 array:........ ........ ........ ........ .CCC....EEEEEE.. ........ ........ ..BBBB.. .C.C....E....E.. DDDDDD.. ........ ..B..B.. .C.C....E....E.. D....D.. ........ ..B..B.. .CCC....E....E.. D....D... 阅读全文
posted @ 2014-02-26 00:02 cavehubiao 阅读(577) 评论(0) 推荐(0) 编辑