<?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: Learn How to Speed Up Websites Using Nginx and Gzip Module	</title>
	<atom:link href="https://www.tecmint.com/increase-nginx-performance-enable-gzip-compression-module/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/increase-nginx-performance-enable-gzip-compression-module/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 29 Sep 2016 12:44:34 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Gabriel A. Cánepa		</title>
		<link>https://www.tecmint.com/increase-nginx-performance-enable-gzip-compression-module/comment-page-1/#comment-821907</link>

		<dc:creator><![CDATA[Gabriel A. Cánepa]]></dc:creator>
		<pubDate>Thu, 29 Sep 2016 12:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22794#comment-821907</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/increase-nginx-performance-enable-gzip-compression-module/comment-page-1/#comment-821654&quot;&gt;Aleksander&lt;/a&gt;.

Aleksander,
The message is saying that nginx can&#039;t be bound to port 80 because it is already in use. My guess is that Apache must be installed and running on the same machine. Because I thought that was going to be the case with some readers, I specifically stated &quot;&lt;em&gt;It is assumed that your VM is a fresh install; otherwise, you will have to make sure that there are not any other web servers (such as Apache) running on your machine.&lt;/em&gt;&quot;. Stop Apache and try again, then let us know if you need further help.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/increase-nginx-performance-enable-gzip-compression-module/comment-page-1/#comment-821654">Aleksander</a>.</p>
<p>Aleksander,<br />
The message is saying that nginx can&#8217;t be bound to port 80 because it is already in use. My guess is that Apache must be installed and running on the same machine. Because I thought that was going to be the case with some readers, I specifically stated &#8220;<em>It is assumed that your VM is a fresh install; otherwise, you will have to make sure that there are not any other web servers (such as Apache) running on your machine.</em>&#8220;. Stop Apache and try again, then let us know if you need further help.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aleksander		</title>
		<link>https://www.tecmint.com/increase-nginx-performance-enable-gzip-compression-module/comment-page-1/#comment-821655</link>

		<dc:creator><![CDATA[Aleksander]]></dc:creator>
		<pubDate>Wed, 28 Sep 2016 16:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22794#comment-821655</guid>

					<description><![CDATA[cd to post above : is my firewall blocking ports?]]></description>
			<content:encoded><![CDATA[<p>cd to post above : is my firewall blocking ports?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aleksander		</title>
		<link>https://www.tecmint.com/increase-nginx-performance-enable-gzip-compression-module/comment-page-1/#comment-821654</link>

		<dc:creator><![CDATA[Aleksander]]></dc:creator>
		<pubDate>Wed, 28 Sep 2016 16:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22794#comment-821654</guid>

					<description><![CDATA[I installed Nginx and in console got this listing : 

root@aleksander-Aspire-7750G:/home/aleksander# nginx
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] still could not bind()

Does anyone know how to fix it? or probably I did something wrong.]]></description>
			<content:encoded><![CDATA[<p>I installed Nginx and in console got this listing : </p>
<p>root@aleksander-Aspire-7750G:/home/aleksander# nginx<br />
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)<br />
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)<br />
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)<br />
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)<br />
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)<br />
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)<br />
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)<br />
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)<br />
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)<br />
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)<br />
nginx: [emerg] still could not bind()</p>
<p>Does anyone know how to fix it? or probably I did something wrong.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
