Limit on entry processes at a time in a free account can lead to suspended, how to prevent it

hi, most of suspended free accounts is because of “limit on entry processes at a time”
ep-sus

this mean your php files can lead to suspend your free account when user actions and when DDOS attacks, I suggests you to move to static formats instated of dynamic php sites to prevent it and make less hits to your host.

you can also read more about it: What is an Entry Process and what does the limit mean

1 Like

Ok, your website will be available in 24 hours. What do you want us to do? You can learn how to prevent it in the article you linked.

And if you have a support question, you need to use the support category.

1 Like

thanks, its just a discuss (informal) not a hosting support request
is that static files can lead to entry processes?

Yes, static files can lead to high entry process usage, but it’s much easier to hit the limit with PHP scripts.

6 Likes

completely prevented!
a static site tested with 85 request at same time and everything is total fine.
in some of test i get error code 503 which for me is much better than 508 and didn’t fall in EP limit (entry process failure).
my htaccess is:

Protocols h2 http/1.1
SetOutputFilter DEFLATE
Header set Connection keep-alive
ExpiresDefault “access plus 6 month”
IndexIgnore *
RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:CF-Visitor} !{“scheme”:“https”}
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

3 Likes

at what address?
if this is the address you mentioned in another topic
mntestover.epizy.com

then it is suspended as far as I can see

2 Likes

No, that site was something else but now implemented in this site which you refered:
http://mntestover.epizy.com/?DbShow&Products

Note that I chose php 7.4 manually and also htaccess changed for affect better

Suspended successfully :joy:
But other site is ok, idk what is different, they are same

1 Like