[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Problema con APACHE



Salve a tutti!
Ho un problema installando apache 2.0.48 compilato con il supporto worker e 
php 4.3.4.
Non so come mai ogni tanto mi viene fuori una pagina bianca con su scritto:

500 server error:

The server closed the connection while reading the response. Contact your 
system administrator. (SERVER_RESPONSE_CLOSE) 


il php è compilato con il supporto thread-safety e credo di aver fatto tutto 
in modo corretto!

Credo che possano essere i valori dell'engine nel file httpd.conf che ora è 
impostato così:

<IfModule worker.c>
StartServers         2
MaxClients         100
MinSpareThreads      5
MaxSpareThreads     10
ThreadsPerChild     10
MaxRequestsPerChild  0
</IfModule>


Grazie a tutti!!



Reply to: