solucionesuno
Regular Pleskian
Apache hangs randoly with this messages:
i have this configuration:
I read in some formus that its a bug of Apache
https://bz.apache.org/bugzilla/show_bug.cgi?id=53555
Any ideas why?
Code:
[Mon Feb 27 23:45:28.802339 2017] [mpm_event:error] [pid 21941:tid 140620660758656] AH00485: scoreboard is full, not at MaxRequestWorkers
[Mon Feb 27 23:45:29.803414 2017] [mpm_event:error] [pid 21941:tid 140620660758656] AH00485: scoreboard is full, not at MaxRequestWorkers
[Mon Feb 27 23:45:30.804495 2017] [mpm_event:error] [pid 21941:tid 140620660758656] AH00485: scoreboard is full, not at MaxRequestWorkers
[Mon Feb 27 23:45:31.805404 2017] [mpm_event:error] [pid 21941:tid 140620660758656] AH00485: scoreboard is full, not at MaxRequestWorkers
[Mon Feb 27 23:45:32.806512 2017] [mpm_event:error] [pid 21941:tid 140620660758656] AH00485: scoreboard is full, not at MaxRequestWorkers
[Mon Feb 27 23:45:33.807586 2017] [mpm_event:error] [pid 21941:tid 140620660758656] AH00485: scoreboard is full, not at MaxRequestWorkers
[Mon Feb 27 23:45:34.808669 2017] [mpm_event:error] [pid 21941:tid 140620660758656] AH00485: scoreboard is full, not at MaxRequestWorkers
[Mon Feb 27 23:45:35.809781 2017] [mpm_event:error] [pid 21941:tid 140620660758656] AH00485: scoreboard is full, not at MaxRequestWorkers
[Mon Feb 27 23:45:36.810869 2017] [mpm_event:error] [pid 21941:tid 140620660758656] AH00485: scoreboard is full, not at MaxRequestWorkers
[Mon Feb 27 23:45:37.811959 2017] [mpm_event:error] [pid 21941:tid 140620660758656] AH00485: scoreboard is full, not at MaxRequestWorkers
[Mon Feb 27 23:45:38.813022 2017] [mpm_event:error] [pid 21941:tid 140620660758656] AH00485: scoreboard is full, not at MaxRequestWorkers
i have this configuration:
Code:
<IfModule mpm_event_module>
KeepAlive On
KeepAliveTimeout 5
MaxKeepAliveRequests 128
ServerLimit 10
StartServers 4
ThreadLimit 128
ThreadsPerChild 128
MinSpareThreads 256
MaxSpareThreads 512
MaxRequestWorkers 1280
MaxConnectionsPerChild 2048
</IfModule>
Code:
Server version: Apache/2.4.6 (CentOS)
Server built: Nov 14 2016 18:04:44
Server's Module Magic Number: 20120211:24
Server loaded: APR 1.4.8, APR-UTIL 1.5.2
Compiled using: APR 1.4.8, APR-UTIL 1.5.2
Architecture: 64-bit
Server MPM: event
threaded: yes (fixed thread count)
forked: yes (variable process count)
Server compiled with....
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
-D APR_USE_SYSVSEM_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D DYNAMIC_MODULE_LIMIT=256
-D HTTPD_ROOT="/etc/httpd"
-D SUEXEC_BIN="/usr/sbin/suexec"
-D DEFAULT_PIDLOG="/run/httpd/httpd.pid"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="conf/mime.types"
-D SERVER_CONFIG_FILE="conf/httpd.conf"
I read in some formus that its a bug of Apache
https://bz.apache.org/bugzilla/show_bug.cgi?id=53555
Any ideas why?