В журнале ошибок показано:
Код: Выделить всё
[Thu Nov 27 21:25:23 2025] [error] server reached MaxClients setting, consider raising the MaxClients setting
[Thu Nov 27 21:24:59 2025] [notice] Apache/2.2.15 (Unix) DAV/2 mod_fcgid/2.3.9 mod_ssl/2.2.15 OpenSSL/1.0.1e-fips configured -- resuming normal operations
[Thu Nov 27 21:24:59 2025] [notice] Digest: done
[Thu Nov 27 21:24:59 2025] [notice] Digest: generating secret for digest authentication ...
[Thu Nov 27 21:24:59 2025] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Nov 27 21:24:54 2025] [notice] caught SIGTERM, shutting down
[Thu Nov 27 21:21:36 2025] [error] server reached MaxClients setting, consider raising the MaxClients setting
[Thu Nov 27 21:21:15 2025] [notice] Apache/2.2.15 (Unix) DAV/2 mod_fcgid/2.3.9 mod_ssl/2.2.15 OpenSSL/1.0.1e-fips configured -- resuming normal operations
[Thu Nov 27 21:21:15 2025] [notice] Digest: done
[Thu Nov 27 21:21:15 2025] [notice] Digest: generating secret for digest authentication ...
[Thu Nov 27 21:21:15 2025] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Nov 27 21:21:12 2025] [notice] caught SIGTERM, shutting down
[Thu Nov 27 21:19:46 2025] [error] server reached MaxClients setting, consider raising the MaxClients setting
[Thu Nov 27 21:19:23 2025] [notice] Apache/2.2.15 (Unix) DAV/2 mod_fcgid/2.3.9 mod_ssl/2.2.15 OpenSSL/1.0.1e-fips configured -- resuming normal operations
[Thu Nov 27 21:19:23 2025] [notice] Digest: done
[Thu Nov 27 21:19:23 2025] [notice] Digest: generating secret for digest authentication ...
[Thu Nov 27 21:19:23 2025] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Nov 27 21:19:16 2025] [notice] caught SIGTERM, shutting down
[Thu Nov 27 21:19:11 2025] [notice] Apache/2.2.15 (Unix) DAV/2 mod_fcgid/2.3.9 mod_ssl/2.2.15 OpenSSL/1.0.1e-fips configured -- resuming normal operations
[Thu Nov 27 21:19:11 2025] [notice] Digest: done
[Thu Nov 27 21:19:11 2025] [notice] Digest: generating secret for digest authentication ...
[Thu Nov 27 21:19:08 2025] [notice] Graceful restart requested, doing restart
Код: Выделить всё
Order Deny,Allow
Deny from all
Allow from OUr.IP.IS.Here
Код: Выделить всё
# prefork MPM
# StartServers: number of server processes to start
# MinSpareServers: minimum number of server processes which are kept spare
# MaxSpareServers: maximum number of server processes which are kept spare
# ServerLimit: maximum value for MaxClients for the lifetime of the server
# MaxClients: maximum number of server processes allowed to start was 136
# MaxRequestsPerChild: maximum number of requests a server process serves
StartServers 4
MinSpareServers 6
MaxSpareServers 13
ServerLimit 128
MaxClients 100
MaxRequestsPerChild 1000
ListenBacklog 272
# worker MPM
# StartServers: initial number of server processes to start
# MaxClients: maximum number of simultaneous client connections we have increased this
# MinSpareThreads: minimum number of worker threads which are kept spare
# MaxSpareThreads: maximum number of worker threads which are kept spare
# ThreadsPerChild: constant number of worker threads in each server process
# MaxRequestsPerChild: maximum number of requests a server process serves
StartServers 4
MaxClients 200
MinSpareThreads 25
MaxSpareThreads 74
ThreadsPerChild 30
MaxRequestsPerChild 0
Заранее большое спасибо
Подробнее здесь: https://stackoverflow.com/questions/798 ... -the-issue
Мобильная версия