whr
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Comments
Recent activity by whr-
How are you sending mass mails? What is the error in exim logs?
-
]Hello :) It's a really bad idea to move the backup archive to the public_html directory. This makes it available to the public so that anyone can download all of the data associated with your acc...
-
Make sure that the tar.gz file has owner group set as cPanel user. Also change the permission to 644
-
If you can afford a little downtime, get an SSD disk and move the entire database folder there. Then symlink it to the actual location. SSD drives are good in handling higher read/write cycles.
-
Did you check the error log /var/lib/mysql/$hostname.err as Micheal suggested? If it happens again, see if MySQL has crashed. Try to start it using the below command: /etc/init.d/mysql start ; ...
-
Victor, your browser might be caching the old result. Try after clearing it and see if that works.
-
We often forget the basic things.. Did you restart Apache? Can you post the output of: php -i | grep 'post_max_size\|upload_max_filesize' If it displays correctly, most probably Apache was not r...
-
You can try giving IMAPSize a shot. You can easily download the emails locally using that.
-
Ideally you need 2 nameservers (DNS running in 2 servers in different locations) for RFC 2182. But that isn't mandatory and you would need a DNS master/slave design to achieve that. If you are jus...