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

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

13 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Anonymous

Along side yours this one was a bit more indepth with the steps. http://draalin.com/installing-lamp-in-ubuntu/

 Seemed to help me in between your steps, thanks!

By: Anonymous

The versions might not be the latest and greatest but it is much easier to let tasksel install everything. Unless your running server you probably need to install tasksel.
apt-get install tasksel
tasksel
Choose the services you want to install!

By: David

excellent tutorial, installed without a hitch and everything worked just like it was supposed to.

Thanks for a job well done!!

By: Tony

i followed this tut all the way but after the instalation of phpmayadmin i cant visit it 

By: Jeremy

@Tony - You probably didn't actually "check" apache2.  It's highlighted by default in the config prompt, but not checked.  Run this: sudo dpkg-reconfigure -plow phpmyadmin
 
Select No when asked to reconfigure the database.  Then when asked to choose apache2, make sure to hit space while  [ ] apache2 is highlighted.  An asterisk should appear between the brackets.  Then hit Enter. Phpmyadmin should reconfigure and now http://localhost/phpmyadmin should work.
 

You can read more about it here: https://help.ubuntu.com/community/phpMyAdmin 

 

By: vinarrow

dude, thanks!

i didn't even notice that it was unchecked! i thought the highlight was enough.

thanks again!

By: Anonymous

Nice Post

 

By: anov.siradj

thanks for the tutorial.

I'm newbie in Ubuntu

By: Ralfh

Thank you for this simple, nice and clarifying post. I've followed it and got LAMP functional without any issues.

By: AKHD

Many Thanks for your excellent totourial.

the only Problem which I get is in teh last step. When I give my IP adress/phpmyadmin/ 
I get the following message in Browser (all other steps is working fine - thanks again for good description):

 Not Found 

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

Apache/2.4.6 (Ubuntu) Server at 192.168.180.30 Port 80

 Do you have any tipp for me what could be wrong..

 (the installation of phpmyadmin was ok)

By: Geomatique RV

PhpMyAdmin is not installed in the default /var/www folder.

Just seasrch for your phpmyadmin installation (you can use find -name 'phpmyadmin' for example) and copy (cp) or move (mv) folder to /var/www folder.

 Good Luck

By: Anonymous

This post run successful install of LAMP But as shown above it wont install php5.5

By: Anonymous

Very helpful, thanks