Comments on Installing Apache2 With PHP5 And MySQL Support On Ubuntu 13.10 (LAMP)

Installing Apache2 With PHP5 And MySQL Support On Ubuntu 13.10 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on anUbuntu 13.04 server with PHP5 support (mod_php) and MySQL support.

2 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Ayebe

The way I usually do this is

 sudo apt-get tasksel

 sudo tasksel

 Select Web server

It will install it all for you and ask you for a root password for mysql.

Reboot

 Done!

By: Frederico Magalhãess

Thanks for the tutorial.