Comments on Installing Apache2 With PHP5 And MySQL Support On Fedora 20 (LAMP)

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

3 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Remi

I think, there is a typo, you don't need php-mssql (which is for MS Mysql Server) "yum install php-mysqli" should be enough.

By: Anonymous

Hi. Will it be possible to include steps on opening the firewall and configuring SELinux for http browsing to the web server?

 I have done all steps above but still having trouble with other computers browsing to the web server.

 Great tutorial by the way! Thanks.

By: Orlando

Hey, thanks for the post, very helpful and solved my problem. The only thing is that I did not use vi for editing in console, instead opened kwrite as root and modified /etc/httpd/conf.d/phpMyAdmin.conf from there. Easier for me.