Portál AbcLinuxu, 1. listopadu 2025 15:02
napr:
httpd.conf
Timeout 300
MaxKeepAliveRequests 100
KeepAliveTimeout 2
<IfModule mpm_event_module>
ServerLimit 48
StartServers 4
MaxClients 1200
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
</IfModule>
php-fpm:
pm = ondemand
pm.max_children = 10
pm.process_idle_timeout = 60
pm.max_requests = 1000
request_terminate_timeout = 300s
my.cnf
wait_timeout=120
connect_timeout=120
jakoukoliv hodnotu jsme menil a nic nepomaha.. vzdycky se prerusi spojeni po 30sec s hlaskou
Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Ten limit tam nekde je a nemuzu prijit na to kde..
Vedel by nekdo ?
max_execution_time() či fce set_time_limit()…
echo ini_get('max_execution_time'); nebo případně phpinfo();)FastCgiExternalServer a o -idle-timeout:<IfModule mod_fastcgi>
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.