Request exceeded the limit after some change.

Julio Rodríguez

Registered
Mar 13, 2016
1
0
1
Venezuela
cPanel Access Level
Reseller Owner
Hi everyone, Im newer here.

I have an reseller acount with some websites. On each webseite i always had the next .htaccess file
Code:
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l



#RewriteLogLevel 9

RewriteRule \.(css|jpe?g|gif|png|js|ods|odt|doc?x|xls|pdf|eot|svg|ttf|woff|less|xml|gz)$ - [L]
RewriteRule  ^((?!index\.php).+)$ index.php?url=$1 [QSA,L]
The above code always always worked. I don't know a lot of apache rules, but for web structure i always use this .htaccess code without troubles, but since this weak, My cpanel provider had to make some change, then my websites shut down and they started to have error 500. my provider sent me an log file and there i saw "Request exceeded the limit " error.

I didn't change anything and i don't know how fix it, and my provider neither know how can fix it.
Can someone tell me if this error could be by some change in the the server? or how can I (or my provider) fix it.

Thanks a lot.

PD: Pardon for my english.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
I didn't change anything and i don't know how fix it, and my provider neither know how can fix it.
Hello :)

Check to see if your provider has rebuilt Apache with the latest version of EasyApache 3 (3.32.11). It includes this fix:

Code:
Implemented case ZC-1506: Remove rewrite hardening patch from Apache
Thank you.