Problems, need help? Have a tip or advice? Post it here.
6 posts Page 1 of 1
Hello gentlemen I have a slight problem regarding the missing 508 've been doing 5 website with couch and only this one made me start doing that attach error log already the deal nearly two weeks and I still can not figure out later what happens if you had any idea that you thank you very much

[:error] [pid 723444:tid 139768520218368] mod_hostinglimits:Error on LVE enter: LVE(14829) HANDLER(fcgid-script) HOSTNAME(www.zlin-bazar.cz) URL(/zastavarna.php) TID(723459) errno (7) Read more: http://e.cloudlinux.com/MHL-E2BIG min_uid (3000)
[Sat Jun 04 23:22:22.497308 2016] [:error] [pid 723444:tid 139768520218368] mod_hostinglimits:Error on LVE enter: LVE(14829) HANDLER(fcgid-script) HOSTNAME(www.zlin-bazar.cz) URL(/zastavarna.php) TID(723459) errno (7) Read more: http://e.cloudlinux.com/MHL-E2BIG min_uid (3000)
[Sat Jun 04 23:22:22.620383 2016] [:error] [pid 723444:tid 139768520218368] mod_hostinglimits:Error on LVE enter: LVE(14829) HANDLER(fcgid-script) HOSTNAME(www.zlin-bazar.cz) URL(/zastavarna.php) TID(723459) errno (7) Read more: http://e.cloudlinux.com/MHL-E2BIG min_uid (3000)
[Sat Jun 04 23:22:22.740337 2016] [:error] [pid 723444:tid 139768520218368] mod_hostinglimits:Error on LVE enter: LVE(14829) HANDLER(fcgid-script) HOSTNAME(www.zlin-bazar.cz) URL(/zastavarna.php) TID(723459) errno (7) Read more: http://e.cloudlinux.com/MHL-E2BIG min_uid (3000)
[Sat Jun 04 23:22:22.869142 2016] [:error] [pid 723444:tid 139768520218368] mod_hostinglimits:Error on LVE enter: LVE(14829) HANDLER(fcgid-script) HOSTNAME(www.zlin-bazar.cz) URL(/zastavarna.php) TID(723459) errno (7) Read more: http://e.cloudlinux.com/MHL-E2BIG min_uid (3000)
Probably your account is exceeding the resources that are allocated to it, such as CPU usage or RAM allocation. You might want to check with your host.

Do you have cache enabled or your pages have <cms:no_cache /> directive because of cart?

Another thing which makes hosting resources vanish with this very website is the way it is coded. I found website barely usable, bloated with jquery and very slow in rendering on average laptop.
W3C checks show hundreds of errors in css and html. I am no expert in both, but probably you can do something with it and it will save resources.
Join COUCH:TALK channel here https://t.me/couchcms_chat
Ryazania — a framework to boost productivity with Add-ons viewtopic.php?f=2&t=13475
Support my efforts to help the community https://boosty.to/trendo/donate
It would seem that your page is causing apache to reach its resource limit, please post the entire code for the template file in question so we can diagnose and see what's causing this to happen.
Image
@bartonsweb do you really think it's a couch-related issue?
https://gtmetrix.com/reports/www.zlin-bazar.cz/UDGzyDpP
Join COUCH:TALK channel here https://t.me/couchcms_chat
Ryazania — a framework to boost productivity with Add-ons viewtopic.php?f=2&t=13475
Support my efforts to help the community https://boosty.to/trendo/donate
trendoman wrote: @bartonsweb do you really think it's a couch-related issue?
https://gtmetrix.com/reports/www.zlin-bazar.cz/UDGzyDpP


The error log above shows that it's not the homepage, but this page:
https://gtmetrix.com/reports/www.zlin-bazar.cz/6XEwYlV9

Perhaps not couch (Though likely), but definitely related to that specific template.
Image
Hi,

The error messages point to the following page for more info -
http://e.cloudlinux.com/MHL-E2BIG

That page shows the cause to be -
This happens due to customer hitting entry processes limit. Entry processes limit restricts the number of concurrent connections to dynamic (php & cgi) scripts for the customer

So, the problem would point to the template being accessed concurrently by too many users (or, more likely, bots). We can count out the other requests made by the webpage (e.g. for images and stylesheets) as those do not go to dynamic scripts (i.e. PHP in our case).

So, either your site is genuinely taking in a lot many concurrent visitors or it is under some kind of DOS attack.

To verify that, please scrutinize your site's access log and find out how many visitors are accessing it at the time you get those errors.

Do keep us posted.
6 posts Page 1 of 1