转自  http://wlheihei.com/view/64 [root@51ou.com yum.repos.d]# yum install nginxLoaded plugins: fastestmirror, priorities, refresh-packagekit, securityLoading mirror speeds from cached hostfile163 packages excluded due to repository priority protection…
1.Centos6系统库中默认是没有nginx的rpn包的,所以我们需要先更新下rpm依赖库 (1):使用yum安装nginx,安装nginx库 rpm -Uvh http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm (2):使用下面命令安装nginx yum -y install nginx (3):启动nginx service nginx start  (4):设…
1.导入外部软件库 01.rpm -Uvh http://dl.iuscommunity.org/pub/ius/stable/Redhat/6/x86_64/epel-release-6-5.noarch.rpm 02.rpm -Uvh http://dl.iuscommunity.org/pub/ius/stable/Redhat/6/x86_64/ius-release-1.0-11.ius.el6.noarch.rpm 03.rpm -Uvh http://nginx.org/packa…
Traceback (most recent call last): File "/usr/bin/yum", line 29, in yummain.user_main(sys.argv[1:], exit_code=True) File "/usr/share/yum-cli/yummain.py", line 365, in user_main errcode = main(args) File "/usr/share/yum-cli/yummain…
Error1 the HTTP rewrite module requires the PCRE library sudo apt-get update sudo apt-get install libpcre3 libpcre3-dev Error2 ./configure: error: the HTTP gzip module requires the zlib library. apt-get install zlib1g-dev…
Centos6 yum安装相关问题与处理 由于要使用yum下载文件,突然yum下载不了想要的文件,想更换yum源,结果得重新安装yum 来自本人GitHub地址https://github.com/mrsmallyi/LinuxNote/blob/master/yum.md 一.问题1 [root@bogon ~]# yum -v There was a problem importing one of the Python modules required to run yum. The er…
返回xml过长时被nginx截断的解决办法 问题描述:通过网页获取数据,数据格式为xml.当xml比较短时,可以正常获取数据.但是xml长度过长时不能正常获取数据,通过观察返回数据的源代码,发现xml被截断了. 服务器环境:CentOS 6.5,Nginx 1.0.15,PHP 5.3.3 解决方法:对比发现,使用apache代替nginx的时候可以正常获取长的xml数据.确定问题出现在nginx的配置上.查看ngnix日志(yum安装默认目录:/var/log/nginx/)发现问题所在."/…
使用yum安装nginx后除了nginx自带页面其他配置页面都是403forbidden问题. 暂时的解决办法是,修该nginx配置文件中的user为root , 然后关闭seliunx或者添加nginx到selinux的允许列表.…
原文连接: CENTOS 6.5 配置YUM安装NGINX  http://blog.sina.com.cn/s/blog_69f467b70102uyux.html 参考博文: Centos下安装.Nginx笔记(二) 简单负载均衡 Nginx的负载均衡的那点事 nginx负载均衡器处理session共享的几种方法 1.本文介绍一下如何用yum源安装Nginx 第一步,在/etc/yum.repos.d/目录下创建一个源配置文件nginx.repo: cd /etc/yum.repos.d/…
sublime text 3 无法安装Package Control插件解决办法 ***关于sublime text 3 常用的 Package Control插件的安装方法*** 1.CTRL+` (ese按键下),打开sublime命令输入框,将下述代码粘贴到命令行中,直接Enter执行: sublime text 3 : import urllib.request,os,hashlib; h = '6f4c264a24d933ce70df5dedcf1dcaee' + 'ebe013ee1…