Migrasi massal akun antar server cpanel

Step 1. Buat backup di server lama tanpa homedir, copy ke server baru dan delete backup setelah dicopy. for x in `ls -A1 /var/cpanel/users/`; do /scripts/pkgacct –skiphomedir ${x} ; rsync -aP /home/cpmove-${x}.tar.gz -e ssh root@NEW-SERVER-IP:/home/ ; rm -f /home/cpmove-${x}.tar.gz ; done Step 2. Lakukan restore backup di server baru for x in `ls -A1 /home/cpmove*`… Read More »

modsec rule to stop xmlrpc attack

Lots of attacks are made towards WordPress XML-RPC (xmlrpc.php), which can cause a slowdown in the server. Below is the modsec rule to stop xmlrpc attack: #Block requests to xmlrpc.php with no referring URL SecRule REQUEST_METHOD “POST” “deny,status:401,id:5000900,chain,msg:’xmlrpc request blocked, no referer'” SecRule &HTTP_REFERER “@eq 0” “chain” SecRule REQUEST_URI “xmlrpc.php”

Perubahan IP DNS Cluster USA 19-Jan-2019

Kami sampaikan bahwa ada perubahan IP address untuk DNS Cluster USA (ns3) dari semula 204.44.94.64 menjadi 107.181.154.153 Untuk reseller yang menggunakan private NS silakan update IP NS dari sisi domain registry anda dari semula 204.44.94.64 menjadi 107.181.154.153.. Kami telah update untuk sisi server DNS kami. Selengkapnya adalah sbb: Nameserver 1: ns1.whplus.net Nameserver 1 IP: 103.28.23.180… Read More »