linux应用
5xp_2001
这个作者很懒,什么都没留下…
展开
-
php5.6安装
此环境为CentOS6.6 PHP版本5.6.24 公司yum为同步的中科大yum源 默认安装为php5.3 配置yum源 追加CentOS 6.5的epel及remi源。 # rpm -Uvh http://ftp.iij.ad.jp/pub/linux/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm # rpm -Uvh翻译 2016-08-30 15:17:18 · 3861 阅读 · 2 评论 -
ntp时间服务器搭建
使用负载均衡为后端作为服务器 后端机器指向此服务器 [root@Z xxxxxxY-HAPROXY-02 ~]# vim /etc/ntp.conf #default configure restrict default kod nomodify notrap nopeer noquery restrict -6 default kod nomodify notrap nopee原创 2016-08-30 15:28:03 · 1078 阅读 · 1 评论 -
系统软件使用及常见报错
nginx常用操作 反向代理 以二打一赛事奖金为例 以下示例为将80端口转发到19182端口 7行 nginx监听端口80 9行 接收到的域名 14行 proxy_pass模块 指向后端 1,2 接受转发 到本地的19182端口 访问ccpc-withdraw-web.imsa..cn即可 (可能需配置hosts) 此配置位于172.21.120原创 2017-10-13 11:56:37 · 940 阅读 · 1 评论 -
vim nginx语法高亮
vim 支持 nginx配置文件 语法高亮 1、下载 nginx.vim 语法高亮文件 2、将文件复制到 /usr/share/vim/vim74/syntax 目录(也可以是 单用户目录 ~/.vim/syntax/) 3、修改 vim /usr/share/vim/vim74/filetypr.vim 增加 au BufRead,BufNewFile /etc/nginx/...转载 2019-01-23 18:23:22 · 564 阅读 · 1 评论