Comments on: How to Install LAMP (Linux, Apache, MySQL, and PHP/PhpMyAdmin) in Arch Linux https://www.tecmint.com/install-lamp-in-arch-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Tue, 10 Sep 2024 07:53:22 +0000 hourly 1 By: Paul https://www.tecmint.com/install-lamp-in-arch-linux/comment-page-1/#comment-1577384 Wed, 01 Sep 2021 08:03:47 +0000 http://www.tecmint.com/?p=7030#comment-1577384 Great post. It has saved me a lot of tinkering.

For those who are having issues with /etc/httpd/conf/mods-enabled/php.conf, see; https://bugs.php.net/bug.php?id=78681

Apparently, there has been a new naming implementation that dictates that now you do not need to add the php version numbers i.e /libphp8.so becomes /libphp.so The same applies to all other references see;

LoadModule php_module modules/libphp.so
AddHandler php-script php
Include conf/extra/php_module.conf

]]>
By: AsVit https://www.tecmint.com/install-lamp-in-arch-linux/comment-page-1/#comment-1325640 Wed, 08 Apr 2020 23:02:44 +0000 http://www.tecmint.com/?p=7030#comment-1325640 In reply to AsVit.

and install from aur:

# yay -S php74-mcrypt
]]>
By: AsVit https://www.tecmint.com/install-lamp-in-arch-linux/comment-page-1/#comment-1325639 Wed, 08 Apr 2020 23:01:33 +0000 http://www.tecmint.com/?p=7030#comment-1325639 Chapter 21 (Add the exactly following content (you must use mod_mpm_prefork) For php 7:

LoadModule mpm_prefork_module modules/mod_mpm_prefork.so
LoadModule php7_module modules/libphp7.so
AddHandler php7-script php
Include conf/extra/php7_module.conf
]]>
By: Matei Cezar https://www.tecmint.com/install-lamp-in-arch-linux/comment-page-1/#comment-758785 Fri, 11 Mar 2016 12:00:21 +0000 http://www.tecmint.com/?p=7030#comment-758785 In reply to Giacomo Rossi.

Does the server responds on localhost with ssl,port 443. run netstat to confirm it binds on 443. are you behind a router? if yes, forward ports on the router side. Also, does ddns record replay on port 80.

]]>
By: Giacomo Rossi https://www.tecmint.com/install-lamp-in-arch-linux/comment-page-1/#comment-758510 Thu, 10 Mar 2016 16:33:38 +0000 http://www.tecmint.com/?p=7030#comment-758510 Hi, thanks for the great guide! I’ve tried to enable ssl but my site is not responding…

I’ve used localhost as ServerName because I’ve activated a noip account: but when I try to reach https://mydomain.ddns.net the site isn’t available, but http://mydomain.ddns.net is ok…

]]>