User-Profile-Image
hankin
  • 5
  • 首页
  • 分类
    • Windows
    • Web
    • VoIP
    • Virtualization
    • Trading
    • Smart Home
    • SEO
    • Security
    • Python
    • Program
    • PHP
    • OSX
    • OS
    • OpenSource
    • Nginx
    • MySQL
    • Mood
    • Linux
    • Life
    • Injection
    • Hosting
    • Finance
    • Exploits
    • CDN
  • 页面
    • About
  • 友链
    • 维酷科技
Help?

Please contact us on our email for need any support

Support
  • 首页
    首页   ›   Web   ›   正文
Web

Apache修改默认连接数

2014-07-03 00:06:32
2209  0 0

服务器一直都是用的lnmpa环境,之前流量大涨的时候出现apache假死才发现并发连接数不够用了

修改方法:

修改httpd-mpm.conf配置文件的prefork配置部分

# prefork MPM
# StartServers: number of server processes to start
# MinSpareServers: minimum number of server processes which are kept spare
# MaxSpareServers: maximum number of server processes which are kept spare
# MaxClients: maximum number of server processes allowed to start
# MaxRequestsPerChild: maximum number of requests a server process serves

StartServers 5
MinSpareServers 5
MaxSpareServers 10
ServerLimit 1000 ##必须放在MaxClients上面 且值>=MaxCliens
MaxClients 1000
MaxRequestsPerChild 10000

查看当然Apache连接数: ps aux | grep httpd | wc -l

评论 (0)

Click here to cancel reply.

欢迎您 游客  

    ProdigYu
    181文章 15评论 4点赞 591831浏览
    随机文章
    Linux和Windows 中查看端口被哪个程序占用
    11年前
    斐讯N1电视盒子接电视不能输出4K分辨率
    5年前
    免费开源的WHMCS支付宝插件
    15年前
    Windows下对路由表简单操作
    12年前
    N2N中心节点的编译和部署
    9年前
    Tags
    Apache CentOS CMD DDOS Debian DNS Docker FastCGI Google IIS IP iptables Linux Mac MySQL Nginx Opensource PHP Python Skill SSH Ubuntu Vim VMware VPN web.py Windows 删除 命令 命令提示符 安装 开源 技巧 插件 漏洞 百度 系统 组件 终端 缓存 网络电话 脚本 自建 详解 错误
    Meta
    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    Copyright © 2025
    主页
    页面
    • About
    博主
    ProdigYu 管理员
    Something about myself
    181 文章 15 评论 591831 浏览
    测试
    测试