Error 524 A timeout occurred

nik

New Member
Hi, Im trying to import a blacklist and Im getting this timeout error. I've successfully imported large blacklists before and it was working fine, I don't know what happened. Im also able to import normal lists from the frontend. I can upload a small test blacklist like 10kb , the one Im trying to import is 200kb about 10k records.

the only things i can see in apache error log are

[lbmethod_heartbeat:notice] [pid 9660] AH02282: No slotmem from mod_heartmonitor

and some RSA certificate wanrings


OS: Centos 7 64bit
in httpd.conf I've set
TimeOut 600

In php.ini:

max_execution_time 60
 
@nik - maybe you should increase the max execution time from php to 600 as well.
How's the server resources usage going, do you have plenty ram and cpu ?
 
yes the resources are good. I changed the timeout to 600 in php.ini but no effect. it's strange because Im able to import much larger lists from the frontend list section but i cant import a blacklist.
 
@nik - ATM i don't really know what to advise you, maybe just split the blacklist into smaller lists and try like that :-s
 
problem was with the domain.. a colleague had redirected it to Godaddy by mistake and it was on cloudflare at the same time
 
Back
Top