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
2422  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文章 23评论 5点赞 633161浏览
    随机文章
    安装MySQL,服务无法启动
    15年前
    XenServer使用ISO安装VM
    15年前
    Win10系统不能自动关闭显示器
    5年前
    详解CentOS下安装Glances
    12年前
    Webpy + Nginx with FastCGI搭建Web.py
    15年前
    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 文章 23 评论 633161 浏览
    测试
    测试