Hello there,
I have a issue with Apache mod_lsapi.
Apache is crashing non stop on my server and my
> /usr/local/apache/logs/error_log
file is filling up with this error message:
As in docs under Troubleshouting explained I set lsapi_backend_children to 10000 but it changed nothing and Apache keeps crashing.
As I can guess something is wrong with memory, but I dont have a clue where I should start to debug.
At all the server have enough memory available.
Apache is running under around 8 to 10 requests/sec.
This is my first setup of cPanel + CL7 with mod_lsapi + optimumcache so I dont have any experience how much load this setup can handle. My other server are all running under dso handler with more than double of the load without issues like this.
I have a issue with Apache mod_lsapi.
Apache is crashing non stop on my server and my
> /usr/local/apache/logs/error_log
file is filling up with this error message:
Code:
[Wed Mar 08 22:55:01.509429 2017] [lsapi:error] [pid 446729:tid 139975853004544] [client XX.XX.XX.XX:59059] [host XXX.COM] Backend error on sending request(GET /support/XXXXXX.php HTTP/1.0); uri(/index.php) content-length(0) (lsphp is killed?): ReceiveAckHdr: backend process reset connection: errno 104 (possibly lsapi_backend_children parameter too small) fork() failed, please increase process limit: Cannot allocate memory [Wed Mar 08 22:43:04.827956 2017] [lsapi:error] [pid 446610:tid 139975911753472] [client XX.XX.XX.XX:51614] [host [URL]http://www.XXX-XXX.de[/URL]] Backend error on sending request(GET /images/product_images/info_images/628_0.jpg HTTP/1.0); uri(/index.php) content-length(0) (lsphp is killed?): ReceiveAckHdr: nothing to read from backend socket, referer: [URL]http://www.XXXX.XXXX/xxx-xxxxx/[/URL] Out of memory
As I can guess something is wrong with memory, but I dont have a clue where I should start to debug.
At all the server have enough memory available.
Code:
free -g total used free shared buff/cache available Mem: 125 11 8 6 105 105 Swap: 15 0 15
This is my first setup of cPanel + CL7 with mod_lsapi + optimumcache so I dont have any experience how much load this setup can handle. My other server are all running under dso handler with more than double of the load without issues like this.
Comment