webhostuk
- Total activity 296
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 145
Comments
Votes on activity by webhostuk-
Remote backup is the best option for same server backup, as there are chances to lose data if the drive is corrupted or crashed.
-
I guess you also need to remove the domain using office 365 from /etc/localdomains entry.. this will fix the problem.
-
Good you got it resolved ,Such things do occur with new version transfer.. we faced outlook SSL issue, with email error using SSL.
-
Which WHM/Cpanel version are you using, now Cpanel offers Multi-php ini editor in Cpanel itself did you try to check it? Login to particular domain Cpanel search for : cPanel >> Home >> Software ...
-
To prevent hack attempts, you will have to make sure below rules are in place for your server: 1) IPtables 2) Firewall 3) modsec rules 4) SSH access restrictions 5) Avioding default port SSH login ...
-
Yes WHM to WHM backup to get complete restore is best and easy option ,or you can even try SCP method.
-
Are you trying to Terminate account from WHM or some other billing software ( WHMCS) ?
-
It completely depends on your requirement, like do you really need to keep daily and weekly backup and how important is everyday backup for you. If you need to save space you can delete the unwante...
-
you can try : route -n | grep "IP" grep the Ip that is block, if you find that IP, mostly it might be blocked in server IP tables, it needs to be removed from file by route del
-
Can you open your httpd.conf file and check if the entry for Virtualhost is : where (xxx is your IP ) try to replace it with : and restart apache. Check if that solved the problem.