Large digital file downloads ending early at 500MB

moored99

Member
Jun 20, 2015
9
0
51
Sydney
cPanel Access Level
Root Administrator
I am refering to a wordpress thread regrading Large digital file downloads ending early at 500MB


At the end of the thread the poster says he has a solution but dosnt say where to find the relavent area in WHM to fix the problem.

Hello everyone,
Finally, my ISP have found the problem!
There were 2 parameters in the WEBSERVER TUNING SETTINGS:
<maxReqBodySize>500M</maxReqBodySize>
<maxDynRespSize>500M</maxDynRespSize>

Can anybody point me to where I can fix the same issue.
 

ServerHealers

Well-Known Member
Sep 21, 2015
100
57
78
India
cPanel Access Level
Root Administrator
  • Like
Reactions: cPRex

moored99

Member
Jun 20, 2015
9
0
51
Sydney
cPanel Access Level
Root Administrator
Ok thankyou for the response so using terminal i did this:

grep -Ei "maxReqBodySize" /usr/local/lsws/conf/httpd_config.xml
which confirmed <maxReqBodySize>500M</maxReqBodySize>

So using nano I did this: nano /usr/local/lsws/conf/httpd_config.xml

found this: <maxReqBodySize>500M</maxReqBodySize>

modified this to: <maxReqBodySize>2000M</maxReqBodySize>
Also modified this to same: <maxDynRespSize>2000M</maxDynRespSize>
and then ran this: /scripts/restartsrv_httpd --restart