<?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: Install Nginx, MariaDB, PHP and PhpMyAdmin in Ubuntu 18.04	</title>
	<atom:link href="https://www.tecmint.com/install-nginx-mariadb-php-in-ubuntu-18-04/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-nginx-mariadb-php-in-ubuntu-18-04/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sat, 24 Oct 2020 16:32:59 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: ZIya		</title>
		<link>https://www.tecmint.com/install-nginx-mariadb-php-in-ubuntu-18-04/comment-page-1/#comment-1380281</link>

		<dc:creator><![CDATA[ZIya]]></dc:creator>
		<pubDate>Sat, 24 Oct 2020 16:32:59 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29792#comment-1380281</guid>

					<description><![CDATA[When I am trying to access - &lt;code&gt;http://127.0.0.1/phpmyadmin/&lt;/code&gt;.

Getting - 403 Forbidden

Please suggest how I can fix it?]]></description>
			<content:encoded><![CDATA[<p>When I am trying to access &#8211; <code>http://127.0.0.1/phpmyadmin/</code>.</p>
<p>Getting &#8211; 403 Forbidden</p>
<p>Please suggest how I can fix it?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Duds		</title>
		<link>https://www.tecmint.com/install-nginx-mariadb-php-in-ubuntu-18-04/comment-page-1/#comment-1332519</link>

		<dc:creator><![CDATA[Duds]]></dc:creator>
		<pubDate>Sat, 09 May 2020 15:59:02 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29792#comment-1332519</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-nginx-mariadb-php-in-ubuntu-18-04/comment-page-1/#comment-1332518&quot;&gt;Duds&lt;/a&gt;.

CORRECTING: &lt;code&gt;apt-get autoremove --purge php*&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-nginx-mariadb-php-in-ubuntu-18-04/comment-page-1/#comment-1332518">Duds</a>.</p>
<p>CORRECTING: <code>apt-get autoremove --purge php*</code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Duds		</title>
		<link>https://www.tecmint.com/install-nginx-mariadb-php-in-ubuntu-18-04/comment-page-1/#comment-1332518</link>

		<dc:creator><![CDATA[Duds]]></dc:creator>
		<pubDate>Sat, 09 May 2020 15:48:46 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29792#comment-1332518</guid>

					<description><![CDATA[Man, you deserve a medal!

I had trouble with other PHP versions. &lt;strong&gt;php-gettext&lt;/strong&gt; too, what came from &lt;strong&gt;php7.0-fpm&lt;/strong&gt;, so I removed all versions of PHP and your dependencies and reinstall PHP version 7.2 and php7.2-fpm, works fine.

TIPS TO REINSTALL ALL PHP AND PHPMYAMIN:
&lt;pre&gt;
# apt-get remove php*
# apt-get autoremove php*
# apt-get purge php*
# apt-get autoremove --purge php*
&lt;/pre&gt;
OK, now install php and php-fpm with version 7.2: 
&lt;pre&gt;
# apt install php7.2 php7.2-fpm php-common php-mysql php-gd php-cli
&lt;/pre&gt;
No need restart, but you can. 

&lt;strong&gt;NOTE&lt;/strong&gt;: Don&#039;t forget to modify version to 7.2 in archive : &lt;strong&gt;/etc/nginx/sites-available/default&lt;/strong&gt;.]]></description>
			<content:encoded><![CDATA[<p>Man, you deserve a medal!</p>
<p>I had trouble with other PHP versions. <strong>php-gettext</strong> too, what came from <strong>php7.0-fpm</strong>, so I removed all versions of PHP and your dependencies and reinstall PHP version 7.2 and php7.2-fpm, works fine.</p>
<p>TIPS TO REINSTALL ALL PHP AND PHPMYAMIN:</p>
<pre>
# apt-get remove php*
# apt-get autoremove php*
# apt-get purge php*
# apt-get autoremove --purge php*
</pre>
<p>OK, now install php and php-fpm with version 7.2: </p>
<pre>
# apt install php7.2 php7.2-fpm php-common php-mysql php-gd php-cli
</pre>
<p>No need restart, but you can. </p>
<p><strong>NOTE</strong>: Don&#8217;t forget to modify version to 7.2 in archive : <strong>/etc/nginx/sites-available/default</strong>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: max		</title>
		<link>https://www.tecmint.com/install-nginx-mariadb-php-in-ubuntu-18-04/comment-page-1/#comment-1312985</link>

		<dc:creator><![CDATA[max]]></dc:creator>
		<pubDate>Tue, 21 Jan 2020 18:02:29 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29792#comment-1312985</guid>

					<description><![CDATA[Hi Guys,

The same problem with 502 Bad Gateway.

I have changed to 7.4, so:
&lt;pre&gt;
$ sudo systemctl status php7.4-fpm
$ sudo systemctl start php7.4-fpm
&lt;/pre&gt;
Also, I have uncommented this section in default server block file:
&lt;pre&gt;
location ~ \.php$ {
            include snippets/fastcgi-php.conf;
        	fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;     
}
&lt;/pre&gt;
What I need to do? Many thanks!]]></description>
			<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>The same problem with 502 Bad Gateway.</p>
<p>I have changed to 7.4, so:</p>
<pre>
$ sudo systemctl status php7.4-fpm
$ sudo systemctl start php7.4-fpm
</pre>
<p>Also, I have uncommented this section in default server block file:</p>
<pre>
location ~ \.php$ {
            include snippets/fastcgi-php.conf;
        	fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;     
}
</pre>
<p>What I need to do? Many thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Omer Fadil Usta		</title>
		<link>https://www.tecmint.com/install-nginx-mariadb-php-in-ubuntu-18-04/comment-page-1/#comment-1280273</link>

		<dc:creator><![CDATA[Omer Fadil Usta]]></dc:creator>
		<pubDate>Thu, 31 Oct 2019 11:40:41 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29792#comment-1280273</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-nginx-mariadb-php-in-ubuntu-18-04/comment-page-1/#comment-1280272&quot;&gt;Omer Fadil Usta&lt;/a&gt;.

(note: my code example is trimmed by this forum, I mean when I write - - system it posts as - system, so if you need it correct spelling I may mail to you )]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-nginx-mariadb-php-in-ubuntu-18-04/comment-page-1/#comment-1280272">Omer Fadil Usta</a>.</p>
<p>(note: my code example is trimmed by this forum, I mean when I write &#8211; &#8211; system it posts as &#8211; system, so if you need it correct spelling I may mail to you )</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
