
nginx
文章平均质量分 54
jackey_option
这个作者很懒,什么都没留下…
展开
-
ubuntu下fastdfs及nginx配置自启动
概述ubuntu下可以通过sysv-rc-conf进行自启动配置安装sysv-rc-confsudo apt-get update sudo apt-get install sysv-rc-conf配置fastdfs自启动sudo ln -s /lib/lsb/init-functions /etc/init.d/functions sudo sysv-rc-conf 启动图形化配置界面原创 2016-06-02 14:04:43 · 2667 阅读 · 0 评论 -
Nginx自启动脚本(ubuntu 安装版)
#! /bin/sh ### BEGIN INIT INFO # Provides: nginx # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Shor原创 2016-06-17 14:13:46 · 2039 阅读 · 0 评论 -
CentOS 6.5 设置最大文件描述符
参考 http://www.th7.cn/system/lin/201508/127154.shtml 单个进程最大能使用的文件描述符是由 系统限制,用户限制,会话期限制,进程限制值 中最小的那个决定的。 如果我们在一台机器上部署了自己的网络服务,我们只需按下面步骤修改就可以了: 1. 计算 fdmax = 物理内存大小(m为单位) / 4 * 256 假设内存为8G,fdma原创 2016-11-23 14:08:24 · 2582 阅读 · 0 评论 -
FastDFS-nginx-module功能解释
参考 http://www.cnblogs.com/littleatp/p/4361318.html转载 2016-11-24 17:29:15 · 4561 阅读 · 0 评论 -
Nginx+Keepalived 实现HA功能
1、在两台nginx server上安装Keepalived wget http://www.keepalived.org/software/keepalived-1.2.8.tar.gz tar xzf keepalived-1.2.8.tar.gz cd keepalived-1.2.8 yum install popt-devl ./configure && make && ma原创 2016-11-25 00:14:04 · 536 阅读 · 0 评论 -
Ubuntu FastDFSv5.05+Nginx1.9.15 环境搭建
FastDFS安装实践环境简介 Ubuntu 12.04 单台机器测试 安装步骤可以参照 http://dorole.com/1365/1.安装FastDFS基础服务(Tracker, Storage节点都需要安装)1)安装libfastcommon git clone https://github.com/happyfish100/libfastcommon.git cd libfastcom原创 2016-05-23 14:25:33 · 3336 阅读 · 0 评论