WordPress: Fatal error: Out of memory

13 years ago

Now a days WP plugin requires more Memory and CPU so some times you get this error. To resolve this…

temporarily rejected RCPT

13 years ago

Getting following error in exim_main logs, temporarily rejected RCPT <youremail_id@domain.com>: lowest numbered MX record points to local host This is…

MySql DB size “0” MB

13 years ago

If database cache file for the user has not been updated, in that case you will see mysql database size…

Assign dedicated IP to a Sub-domain/Add-on/Park domain?

13 years ago

Using WHM we can assign one dedicated IP to one account. But if wants to set multiple IPs to an…

Webmail login error: Your Internet Address has changed

13 years ago

While accessing webmail you get following errors. Error:  Your Internet Address has changed since the beginning of your Mail session.…

Enable Mysql Event Schedulers

13 years ago

To execute the mysql events as per the schedule, First enable it on the server. How to enable it? Go…

Block Entire Country using .htaccess file

13 years ago

To block a traffic from  entire country using .htaccess file, Go to following URL and select the country which you…

Debug RvSitebuilder

13 years ago

Are you getting any problem while using RVsitebuilder. to view debug information, use following steps. 1.  SSH as a root…

EasyApache Error

13 years ago

/scripts/preeasyapache: line 116: /var/asl/data/templates/template-cpanel-posteasyapache-hook: No such file or directory This file is missing, I only have these 4 in that…

MySQL-python : Installation

13 years ago

wget http://downloads.sourceforge.net/mysql-python/MySQL-python-1.2.2.tar.gz gzip -d MySQL-python-1.2.2.tar.gz tar -xvf MySQL-python-1.2.2.tar.gz cd MySQL-python-1.2.0 python setup.py build python setup.py install Thats all.