Published on : September 11, 2014 by Geo Paul
Permission issues are common in domains hosted on Linux servers and we need to change the permission of multiple files and folders. Changing the permissions of each and every file separately is a tedious and time-consuming job. So here we are discussing how recursive permission change can be done: For directories eg : find /home/go -type d […]
Published on : September 10, 2014 by Geo Paul
Some times the webserver become loaded heavily due to large no. of inbound connections and makes the server sluggish or non-responsive. This is quite evident during DOS or DDOS attacks.In DDOS attack detection you can use the following script to identify the IP and the no. of connections active on a server using the following […]
Published on : August 15, 2014 by Geo Paul
Configuring the machine to bypass the DNS and set it to resolve locally is quite helpful during migrations without NS change or during the DNS propagation period.For that we have add host entry in the local machine Configuration Files Windows C:\Windows\System32\Drivers\etc\hosts Linux /etc/hosts Mac /private/etc/hosts Entry Format Eg: 10.06.4.1 2test2.com www.2test2.com
Published on : July 17, 2014 by Geo Paul
If you are running a WHM/cPanel and have FastCGI enabled in Apache you may find the following error which caused your website to hang and display the ’500 Internal Server Error’ message. Let us see how to fix this FastCGI 500 error, 1. Open .htaccess for the account and add the following lines. 2. Source […]
Published on : August 19, 2010 by Geo Paul
We are here discussing 3 common cPanel server issues and the steps on how to resolve those issues. When tried to change passwd from WHM, the following error is displayed. Error The password for “user” could not be changed because: Check the error in log file: /usr/local/cpanel/logs/error_log You will find similar error as shown below. ============================================================= […]