This is a simple script to solve the ownership issue under cpanel based server. Create an executable file on your server and run. # echo -e “Checking ownership of /home/user n” for i in `ls /var/cpanel/users/` do if [ “$i”…
Author: Arunlal Ashok
Always happy for an open discussion! Write to arun ((@)) crybit ((dot)) com.
Error while removing addon domain in cPanel
Error: Sorry, you do not control the domain domain2.com while removing the addon domain “domain2.com” from cPanel If you are getting the above mentioned error, follow the below steps: 1. Check whether any main domain is created with the same…
R=dkim_lookuphost defer (-1): host lookup did not complete
I was facing some problems with my exim mail server after cpanel migration. I weren’t able to send and receive emails from all emails accounts under any domains on that migrated VPS.
How to clear all the emails for default cPanel email account.
The directories responsible for a default cPanel email account is “new” and “cur“. You can find it in /home/username/mail/cur and /home/username/mail/new. If you want to remove all the emails for the default email account follow the steps given below: #…
webmin installation on centos
Webmin is an anothor control panel for servers. The installation of webmin panel is very simple and fast, here I’m discussing the steps behind webmin installation.
Changing upload_max_filesize(php) for a domain under a Shared Environment
upload_max_filesize is one of the important directive on php.ini file. In this directive we can mention the maximum upload file size for a website. Normally there is only one php configuration file for all domains under a shared environment there…
WordPress installation steps via kloxo panel.
Word-press is one of the best free blogging site. It can be easily install and manage by every website owners. Here I’m discussing about how to install word-press on server having kloxo panel. First download latest word-press from HERE