<?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 with Ngx_Pagespeed (Speed Optimization) on Debian and Ubuntu	</title>
	<atom:link href="https://www.tecmint.com/install-ngx_pagespeed-to-optimize-nginx-performance-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-ngx_pagespeed-to-optimize-nginx-performance-on-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 01 Jul 2019 12:11:58 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/install-ngx_pagespeed-to-optimize-nginx-performance-on-ubuntu/comment-page-1/#comment-1188572</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Mon, 01 Jul 2019 12:11:58 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26184#comment-1188572</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-ngx_pagespeed-to-optimize-nginx-performance-on-ubuntu/comment-page-1/#comment-1185321&quot;&gt;IP Finder&lt;/a&gt;.

@IP Finder

Thanks for sharing, we will check this out.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-ngx_pagespeed-to-optimize-nginx-performance-on-ubuntu/comment-page-1/#comment-1185321">IP Finder</a>.</p>
<p>@IP Finder</p>
<p>Thanks for sharing, we will check this out.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: IP Finder		</title>
		<link>https://www.tecmint.com/install-ngx_pagespeed-to-optimize-nginx-performance-on-ubuntu/comment-page-1/#comment-1185322</link>

		<dc:creator><![CDATA[IP Finder]]></dc:creator>
		<pubDate>Sat, 29 Jun 2019 11:38:08 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26184#comment-1185322</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-ngx_pagespeed-to-optimize-nginx-performance-on-ubuntu/comment-page-1/#comment-907216&quot;&gt;Fuchie&lt;/a&gt;.

fixed by running the following command.
&lt;pre&gt;
$ sudo apt-get install uuid-dev
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-ngx_pagespeed-to-optimize-nginx-performance-on-ubuntu/comment-page-1/#comment-907216">Fuchie</a>.</p>
<p>fixed by running the following command.</p>
<pre>
$ sudo apt-get install uuid-dev
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: IP Finder		</title>
		<link>https://www.tecmint.com/install-ngx_pagespeed-to-optimize-nginx-performance-on-ubuntu/comment-page-1/#comment-1185321</link>

		<dc:creator><![CDATA[IP Finder]]></dc:creator>
		<pubDate>Sat, 29 Jun 2019 11:37:12 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26184#comment-1185321</guid>

					<description><![CDATA[Hey brother you have a big mistake here and you need to have &lt;strong&gt;uuid-dev&lt;/strong&gt; installed to run command &lt;strong&gt;make&lt;/strong&gt; and &lt;strong&gt;make install&lt;/strong&gt; for users Ubuntu 16.04.
&lt;pre&gt;
$ sudo apt-get install uuid-dev
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Hey brother you have a big mistake here and you need to have <strong>uuid-dev</strong> installed to run command <strong>make</strong> and <strong>make install</strong> for users Ubuntu 16.04.</p>
<pre>
$ sudo apt-get install uuid-dev
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/install-ngx_pagespeed-to-optimize-nginx-performance-on-ubuntu/comment-page-1/#comment-907567</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Mon, 21 Aug 2017 17:16:16 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26184#comment-907567</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-ngx_pagespeed-to-optimize-nginx-performance-on-ubuntu/comment-page-1/#comment-907216&quot;&gt;Fuchie&lt;/a&gt;.

@Fuchie

Yap, in the command, we have used &lt;strong&gt;nginx&lt;/strong&gt; instead of &lt;strong&gt;make_nginx&lt;/strong&gt; which will cause an error. Thanks for the heads up, we will correct as you have suggested.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-ngx_pagespeed-to-optimize-nginx-performance-on-ubuntu/comment-page-1/#comment-907216">Fuchie</a>.</p>
<p>@Fuchie</p>
<p>Yap, in the command, we have used <strong>nginx</strong> instead of <strong>make_nginx</strong> which will cause an error. Thanks for the heads up, we will correct as you have suggested.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Fuchie		</title>
		<link>https://www.tecmint.com/install-ngx_pagespeed-to-optimize-nginx-performance-on-ubuntu/comment-page-1/#comment-907216</link>

		<dc:creator><![CDATA[Fuchie]]></dc:creator>
		<pubDate>Sat, 19 Aug 2017 01:15:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26184#comment-907216</guid>

					<description><![CDATA[Very nice tutorial, I managed to install Pagespeed and Nginx after many unsuccessful trials with other tutorials, and I managed to keep my website functional. 

There is a little mistake: 
&lt;code&gt;
./configure --add-module=$HOME/nginx/ngx_pagespeed-1.12.34.2-stable/ ${PS_NGX_EXTRA_FLAGS}
&lt;/code&gt;
Will return an error because the folder we created is &lt;strong&gt;make_nginx&lt;/strong&gt;, and not nginx alone.]]></description>
			<content:encoded><![CDATA[<p>Very nice tutorial, I managed to install Pagespeed and Nginx after many unsuccessful trials with other tutorials, and I managed to keep my website functional. </p>
<p>There is a little mistake:<br />
<code><br />
./configure --add-module=$HOME/nginx/ngx_pagespeed-1.12.34.2-stable/ ${PS_NGX_EXTRA_FLAGS}<br />
</code><br />
Will return an error because the folder we created is <strong>make_nginx</strong>, and not nginx alone.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
