[MontelLUG] Help su apache + wiki

Samuele samuele.zanin a tiscali.it
Mer 10 Lug 2013 13:51:07 CEST


  Il 08/07/2013 17:44, matteo filippetto ha scritto:
>
> Ciao,
>
> io inizierei da qui
>
> http://httpd.apache.org/docs/2.2/mod/worker.html
>

Sabato in serata avevo configurato:

<IfModule mpm_prefork_module>
     StartServers          2
     MinSpareServers       3
     MaxSpareServers      4
     MaxClients          80
     MaxRequestsPerChild   1000
</IfModule>

<IfModule mpm_worker_module>
     StartServers          2
     MinSpareThreads      25
     MaxSpareThreads      75
     ThreadLimit          64
     ThreadsPerChild      25
     MaxClients          80
     MaxRequestsPerChild   1000
</IfModule>


<IfModule mpm_event_module>
     StartServers          2
     MinSpareThreads      25
     MaxSpareThreads      75
     ThreadLimit          64
     ThreadsPerChild      25
     MaxClients          80
     MaxRequestsPerChild   1000
</IfModule>

e ha resistito fino a ieri mattina.






More information about the montellug mailing list