Daily Archives: May 1, 2012

Check whether the LAMP is installed properly or not

To test the working of apache, go to your web browser and type ‘http://localhost/’ in the address bar. It will show you the following screen: To test the working of php,Firstly change the permission of root files and folders. For … Continue reading

Posted in Uncategorized | Leave a comment

Installation of LAMP in Ubuntu

LAMP stands for Linux, Apache, MYSQL and PHP. Installation of LAMP : Open the terminal and type the following command: sudo apt-get install lamp-server^ Give the administrative password and then press enter. It will show the following screen Enter the … Continue reading

Posted in Uncategorized | Leave a comment