Comments on Ubuntu 14.10 LAMP server tutorial with Apache 2, PHP 5 and MySQL (MariaDB)

LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache 2 webserver on an Ubuntu 14.10 server with PHP5 support (mod_php) and MySQL support. Additionally, I will install phpmyadmin to make MySQL administration easier. A LAMP setup is the perfect basis for CMS systems like Joomla, Wordpress or Drupal.

5 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Mike

Thanks. Great tut, it all works nice, but the phpmyadmin step does not work. It installs everything, no errors, and when i try to access the phpmyadmin it just not found:

Not Found

The requested URL /phpmyadmin/ was not found on this server.

Apache/2.4.10 (Ubuntu) Server at xxx.xx.xxx.xx Port 80 (replaced xxx with my ip...)

By: Martin

 Mike, do the following:

Add the following line to /etc/apache2/apache2.conf

Include /etc/phpmyadmin/apache.conf

Then restart apache:

service apache2 restart

By: Airo

so far so good.

Owner of the var/www/ folder is root / root.

we want to create some users with write-access to public www. But don't want to put them into the root group.

Howto ?

 

By: till

Change the owner of the /var/www folder to user and group www-data.

By: asawa gaurav

When i try to install the apache it says "sorry unrecognised servise"