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)
Comments
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!
excellent tutorial, installed without a hitch and everything worked just like it was supposed to.
Thanks for a job well done!!
i followed this tut all the way but after the instalation of phpmayadmin i cant visit it
You can read more about it here: https://help.ubuntu.com/community/phpMyAdmin
dude, thanks!
i didn't even notice that it was unchecked! i thought the highlight was enough.
thanks again!
Nice Post
thanks for the tutorial.
I'm newbie in Ubuntu
Thank you for this simple, nice and clarifying post. I've followed it and got LAMP functional without any issues.
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)
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
This post run successful install of LAMP But as shown above it wont install php5.5
Very helpful, thanks