<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Install LAMP (Linux, Apache, MySQL, and PHP/PhpMyAdmin) in Arch Linux	</title>
	<atom:link href="https://www.tecmint.com/install-lamp-in-arch-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-lamp-in-arch-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 03 Jan 2025 15:41:42 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Speijker		</title>
		<link>https://www.tecmint.com/install-lamp-in-arch-linux/comment-page-1/#comment-2257520</link>

		<dc:creator><![CDATA[Speijker]]></dc:creator>
		<pubDate>Fri, 03 Jan 2025 15:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7030#comment-2257520</guid>

					<description><![CDATA[For Step 4, if anyone had trouble there, run:
&lt;pre&gt;
sudo mariadb-install-db --user=mysql --basedir=/usr --datadir=/var/lib/mysql
&lt;/pre&gt;
before starting the service.

(From: https://wiki.archlinux.org/title/MariaDB)]]></description>
			<content:encoded><![CDATA[<p>For Step 4, if anyone had trouble there, run:</p>
<pre>
sudo mariadb-install-db --user=mysql --basedir=/usr --datadir=/var/lib/mysql
</pre>
<p>before starting the service.</p>
<p>(From: <a target="_blank" href="https://wiki.archlinux.org/title/MariaDB" rel="nofollow ugc">https://wiki.archlinux.org/title/MariaDB</a>)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paul		</title>
		<link>https://www.tecmint.com/install-lamp-in-arch-linux/comment-page-1/#comment-1577384</link>

		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Wed, 01 Sep 2021 08:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7030#comment-1577384</guid>

					<description><![CDATA[Great post. It has saved me a lot of tinkering. 

For those who are having issues with &lt;strong&gt;/etc/httpd/conf/mods-enabled/php.conf&lt;/strong&gt;, 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  &lt;strong&gt;/libphp8.so&lt;/strong&gt; becomes &lt;strong&gt;/libphp.so&lt;/strong&gt; The same applies to all other references see; 

LoadModule php_module modules/libphp.so
AddHandler php-script php
Include conf/extra/php_module.conf]]></description>
			<content:encoded><![CDATA[<p>Great post. It has saved me a lot of tinkering. </p>
<p>For those who are having issues with <strong>/etc/httpd/conf/mods-enabled/php.conf</strong>, see; <a target="_blank" href="https://bugs.php.net/bug.php?id=78681" rel="nofollow ugc">https://bugs.php.net/bug.php?id=78681</a></p>
<p>Apparently, there has been a new naming implementation that dictates that now you do not need to add the php version numbers i.e  <strong>/libphp8.so</strong> becomes <strong>/libphp.so</strong> The same applies to all other references see; </p>
<p>LoadModule php_module modules/libphp.so<br />
AddHandler php-script php<br />
Include conf/extra/php_module.conf</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: AsVit		</title>
		<link>https://www.tecmint.com/install-lamp-in-arch-linux/comment-page-1/#comment-1325640</link>

		<dc:creator><![CDATA[AsVit]]></dc:creator>
		<pubDate>Wed, 08 Apr 2020 23:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7030#comment-1325640</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-lamp-in-arch-linux/comment-page-1/#comment-1325639&quot;&gt;AsVit&lt;/a&gt;.

and install from aur:
&lt;pre&gt;
# yay -S php74-mcrypt
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-lamp-in-arch-linux/comment-page-1/#comment-1325639">AsVit</a>.</p>
<p>and install from aur:</p>
<pre>
# yay -S php74-mcrypt
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: AsVit		</title>
		<link>https://www.tecmint.com/install-lamp-in-arch-linux/comment-page-1/#comment-1325639</link>

		<dc:creator><![CDATA[AsVit]]></dc:creator>
		<pubDate>Wed, 08 Apr 2020 23:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7030#comment-1325639</guid>

					<description><![CDATA[Chapter 21 (Add the exactly following content (you must use &lt;strong&gt;mod_mpm_prefork&lt;/strong&gt;) For php 7:
&lt;pre&gt;
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
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Chapter 21 (Add the exactly following content (you must use <strong>mod_mpm_prefork</strong>) For php 7:</p>
<pre>
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
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matei Cezar		</title>
		<link>https://www.tecmint.com/install-lamp-in-arch-linux/comment-page-1/#comment-758785</link>

		<dc:creator><![CDATA[Matei Cezar]]></dc:creator>
		<pubDate>Fri, 11 Mar 2016 12:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7030#comment-758785</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-lamp-in-arch-linux/comment-page-1/#comment-758510&quot;&gt;Giacomo Rossi&lt;/a&gt;.

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.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-lamp-in-arch-linux/comment-page-1/#comment-758510">Giacomo Rossi</a>.</p>
<p>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.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
