gpt4 book ai didi

python - apache prefork/mod_wsgi 产生的进程计数看似过去的配置

转载 作者:太空狗 更新时间:2023-10-30 02:00:50 26 4
gpt4 key购买 nike

<分区>

在运行 nginx 的生产环境中反转回 apache mpm-prefork/mod_wsgi,我看到 90 apache 子进程,而我预计 40 将是最大值,如下配置。配置/设置没什么令人兴奋的:

  1. nginx 通过 proxy_pass 反向代理到 apache,并提供静态媒体
  2. apache 只处理动态请求

相关nginx配置:

worker_processes 15;

events {
worker_connections 1024;
}

keepalive_timeout 10;

相关的apache配置:

KeepAlive Off
MaxKeepAliveRequests 100
KeepAliveTimeout 15

<IfModule mpm_prefork_module>
StartServers 20
MinSpareServers 7
MaxSpareServers 10
MaxClients 200
MaxRequestsPerChild 0
</IfModule>

mod_wsgi 配置,其中 webapp 是进程的名称:

WSGIDaemonProcess webapp user=www group=users threads=1 processes=40

我错过了什么吗?

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com