How to Install PHP5 + MYSQL + Apache2 in Ubuntu 10.10
This is a quick video on how to install PHP5, MYSQL, and Apache2 on your Ubuntu machine. Enjoy the music 😉
Commands issued:
sudo apt-get update
sudo apt-get install php5
sudo apt-get install mysql
sudo apt-get install apache2
sudo nano /var/www/info.php
Also note that if you are testing your server on the same machine you can use your local host address or you local ip address to view the test pages: 127.0.0.1/info.php
by biohazerd87
linux web server