Friday, July 30, 2010

Using Google’s public DNS service as resolvers in your server

December 4, 2009 by admin  
Filed under General

Google recently introduced this service. You can use this service as resolver for your server. Login to your server as root Background current resolver settings: cp /etc/resolv.conf /etc/resolv.conf.backup Open the file using vi: vi /etc/resolv.conf Remove the current entries by pressing dd Put the following lines in the file: nameserver 8.8.8.8 nameserver 8.8.4.4 Save the [...]

Effective Solutions for 500 error (Premature End of Script Headers)

October 21, 2009 by admin  
Filed under Direct Admin, General, HyperVM, LxAdmin/Kloxo, Plesk, Webmin, cPanel

There may a number of reasons and solutions for it. We listed a few here for your conveniences. File/Directory Permission error: directory is writable by others: (/home/user/public_html/) This could be easily fixed by just changing the permissions of the file/directory in question. You can change the permissions by using the File Manager within cPanel, or [...]