Comments on: How to Install Apache, MySQL & PHP (LAMP Stack) on Fedora https://tecadmin.net/install-lamp-on-fedora/ How to guide for System Administrator's and Developers Thu, 28 Jul 2022 05:59:14 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Fari https://tecadmin.net/install-lamp-on-fedora/#comment-63175 Sun, 18 Jul 2021 16:21:44 +0000 https://tecadmin.net/?p=17149#comment-63175 Thanks]]> Hellow. I’m trying to install joomla but there are some problems with /var/www/html folder permissions and it ask fpt account during installation process. Is it correct to leave as root user permissions or must be apache user for this folder? In any case it does not work on fedora 34 🙁
Thanks

]]>
By: Raul https://tecadmin.net/install-lamp-on-fedora/#comment-63116 Sat, 10 Jul 2021 14:10:52 +0000 https://tecadmin.net/?p=17149#comment-63116 Hello nice tutorial, just need add
systemctl start php-fpm
and later when install php and php-common just restart http using
systemctl restart httpd
nice job and nice web congratulations!

]]>
By: Rahul https://tecadmin.net/install-lamp-on-fedora/#comment-63106 Fri, 09 Jul 2021 01:42:13 +0000 https://tecadmin.net/?p=17149#comment-63106 Looks like, PHP extension is not enabled in Apache.

]]>
By: Fizzle_Fuze https://tecadmin.net/install-lamp-on-fedora/#comment-63103 Thu, 08 Jul 2021 18:50:41 +0000 https://tecadmin.net/?p=17149#comment-63103 Apache isn’t handling PHP pages properly for me. It offers them for download instead of executing them. From what I’ve read on older versions, it needs a shared object loaded in httpd.conf, but I cannot find that .so on my system.

]]>
By: andrew https://tecadmin.net/install-lamp-on-fedora/#comment-57295 Wed, 30 Dec 2020 12:33:04 +0000 https://tecadmin.net/?p=17149#comment-57295 How can i change the default directory to be like a folder public_html in home instead of /var/www/html?

]]>
By: Elazar https://tecadmin.net/install-lamp-on-fedora/#comment-56647 Mon, 07 Dec 2020 03:46:15 +0000 https://tecadmin.net/?p=17149#comment-56647 In Fedora 33 I had to use
sudo firewall-cmd –add-service=http –add-service=https ––permanent

sudo systemctl stop firewalld
sudo systemctl start firewalld

]]>
By: Luke Marvelly https://tecadmin.net/install-lamp-on-fedora/#comment-55392 Sat, 31 Oct 2020 17:52:24 +0000 https://tecadmin.net/?p=17149#comment-55392 Some of the commands were slightly different on my version of Fedora, dunno why I’m new to Fedora.

These are what I had to type in for the firewall settings:
firewall-cmd –permanent –add-service=http
firewall-cmd –permanent –add-service=https

and then I had to restart apache like Lucas abouve

sudo systemctl restart httpd

]]>
By: fbatch https://tecadmin.net/install-lamp-on-fedora/#comment-44364 Wed, 08 Jan 2020 11:27:01 +0000 https://tecadmin.net/?p=17149#comment-44364 Your ip address might not be 192.168.1.100
Type “nmcli -p device show” to get this information, it can be something like 127.0.0.1

]]>
By: raj https://tecadmin.net/install-lamp-on-fedora/#comment-42663 Mon, 16 Sep 2019 20:37:24 +0000 https://tecadmin.net/?p=17149#comment-42663 I followed all these steps but I am stuck in the final tep where the page is taking too long to load and is not displaying the phpinfo page. I get a connection timed out , 192.168.1.100 taking too long to respond message.

]]>
By: thanansetra https://tecadmin.net/install-lamp-on-fedora/#comment-42579 Thu, 12 Sep 2019 18:13:13 +0000 https://tecadmin.net/?p=17149#comment-42579 Thank you so much

]]>