永久黄网站色视频免费直播,yy6080三理论日本中文,亚洲无码免费在线观看视频,欧美日韩精品一区二区在线播放
標(biāo)題:
[分享]
nginx升級(jí)到1.0.11版腳本
[打印本頁(yè)]
作者:
23360598
時(shí)間:
2012-1-29 02:16
標(biāo)題:
nginx升級(jí)到1.0.11版腳本
給需要的,,本人剛升級(jí).... 貌似1.0.13的還不是很穩(wěn)定...
#!/bin/bash
#wdcp update script
#http://www.fsowen.com/wdcp
cd /tmp
function pcre_ins {
wget -c http://dl.wdlinux.cn:5180/soft/pcre-8.10.tar.gz
tar zxvf pcre-8.10.tar.gz
cd pcre-8.10
./configure --prefix=/usr
make
make install
cd ..
}
wget -c http://www.nginx.org/download/nginx-1.0.11.tar.gz
tar zxvf nginx-1.0.11.tar.gz
cd nginx-1.0.11
./configure --user=www --group=www --prefix=/www/wdlinux/nginx-1.0.11 --with-http_stub_status_module --with-http_ssl_module
if [[ $? != 0 ]];then
pcre_ins
./configure --user=www --group=www --prefix=/www/wdlinux/nginx-1.0.11 --with-http_stub_status_module --with-http_ssl_module
fi
make
[ $? != 0 ] && echo "make err" && exit
make install
[ $? != 0 ] && echo "install err" && exit
cp /www/wdlinux/nginx/conf/wdcp.conf /www/wdlinux/nginx-1.0.11/conf/
cp /www/wdlinux/nginx/conf/nginx.conf /www/wdlinux/nginx-1.0.11/conf/
cp /www/wdlinux/nginx/conf/fcgi.conf /www/wdlinux/nginx-1.0.11/conf/
cp -pR /www/wdlinux/nginx/conf/rewrite /www/wdlinux/nginx-1.0.11/conf/
cp -pR /www/wdlinux/nginx/conf/vhost /www/wdlinux/nginx-1.0.11/conf/
service nginxd stop
rm -f /www/wdlinux/nginx
ln -s /www/wdlinux/nginx-1.0.11 /www/wdlinux/nginx
service nginxd start
echo
rm -fr nginx*
echo "Updated successfully";
復(fù)制代碼
作者:
hamen
時(shí)間:
2012-1-31 16:43
是1.1.13 。。。。。。。。。。。
作者:
lxliun
時(shí)間:
2012-2-7 17:31
謝謝
歡迎光臨 WDlinux官方論壇 (http://www.fsowen.com/bbs/)
Powered by Discuz! 7.2