<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.zeitoun.net/lib/exe/css.php?s=feed" type="text/css"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
    <title>Zeitoun.net articles:apache2-parametres-prefork-worker</title>
    <tagline></tagline>
    <link rel="alternate" type="text/html" href="http://www.zeitoun.net/"/>
    <id>http://www.zeitoun.net/</id>
    <modified>2026-04-19T19:26:06+02:00</modified>
    <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
    <entry>
        <title>Le paramétrage d'apache2 en mode prefork et en mode worker</title>
        <link rel="alternate" type="text/html" href="http://www.zeitoun.net/articles/apache2-parametres-prefork-worker/start?rev=1280336068&amp;do=diff"/>
        <created>2010-07-28T18:54:28+02:00</created>
        <issued>2010-07-28T18:54:28+02:00</issued>
        <modified>2010-07-28T18:54:28+02:00</modified>
        <id>http://www.zeitoun.net/articles/apache2-parametres-prefork-worker/start?rev=1280336068&amp;do=diff</id>
        <summary>En mode prefork

Exemple de configuration :


&lt;IfModule mpm_prefork_module&gt;
    ServerLimit          128
    MaxClients           128
    MinSpareServers        5
    MaxSpareServers       10
    MaxRequestsPerChild 1000
&lt;/IfModule&gt;


Voila (d'après ce que j'ai compris) ce que signifie les différents termes :</summary>
    </entry>
</feed>
