HTTP Error 500 Internal server Problem for php pages
Internal server error” error message when a user tries to access your Apache or Lighttpd based dynamic php application enerally, to solve this problem we need to take help of log files located at following location: => /var/log/message => /var/log/httpd/error_logs (/var/log/lighttpd/error_log or /var/log/httpd/error_log) This error only occurs because of web server software. However after looking […]
Linux Command to find the system configuration and hardware information
Most of the hardware information can be extracted from /proc file system, for example display CPU and Memory information cat /proc/meminfo cat /proc/cpuinfo
how to Install PHPmyadmin
How to install phpmyadmin 1.Download the phpmyadmin software wget http://http://www.phpmyadmin.net/home_page/downloads.php/phpmyadmin-3.30-eng-zip 2.Extract the file. 3.Upload the file using ftp client 4.Place the software in the location where you want to use phpmyadmin 5.Now creatre the mysql database,create the database username and add the user to that database. 6.Now load the PhpMyAdmin page using the corresponding url […]
How to access the File Manager
How to access the File Manager 1.To acccess file manager click on the corresspondin icon in the cpanel 2. click on the file manager icon to open the file manager 3.the file manager opens as follows 4.how to upload files Navigate to the folder where you want to upload your files. Click on the upload […]
Adding Swap Space in Linux Server
Sometimes it is necessary to add more swap space after installation. For example, you may upgrade the amount of RAM in your system from 64 MB to 128 MB, but there is only 128 MB of swap space. It might be advantageous to increase the amount of swap space to 256 MB if you perform […]