Heim >Datenbank >MySQL-Tutorial >apache2.2配置优化

apache2.2配置优化

WBOY
WBOYOriginal
2016-06-07 15:49:511422Durchsuche

vim打开httpd.conf,找到 Include conf/extra/httpd-mpm.conf, 去掉注释, vim打开httpd-mpm.conf,找到mpm_perfork_module IfModule mpm_prefork_module StartServers 200 MinSpareServers 100 MaxSpareServers 200 MaxRequestWorkers 800 MaxConnectionsPe

 vim打开httpd.conf,找到Include conf/extra/httpd-mpm.conf,去掉注释,

vim打开httpd-mpm.conf,找到mpm_perfork_module


    StartServers             200

    MinSpareServers          100

    MaxSpareServers          200

    MaxRequestWorkers        800

    MaxConnectionsPerChild   4000

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn