<?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 Find Top 10 IPs Accessing Apache or Nginx	</title>
	<atom:link href="https://www.tecmint.com/find-top-ip-address-accessing-apache-web-server/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/find-top-ip-address-accessing-apache-web-server/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 16 Feb 2024 07:49:47 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Pankaj		</title>
		<link>https://www.tecmint.com/find-top-ip-address-accessing-apache-web-server/comment-page-1/#comment-1368577</link>

		<dc:creator><![CDATA[Pankaj]]></dc:creator>
		<pubDate>Wed, 30 Sep 2020 18:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20440#comment-1368577</guid>

					<description><![CDATA[Hi, Thanks for this wonderful article, helped a lot. But could you also help us if we need the IP address first and then the count. I tried to modify the code but unable to get the desired result. It would be great if you can help a bit.]]></description>
			<content:encoded><![CDATA[<p>Hi, Thanks for this wonderful article, helped a lot. But could you also help us if we need the IP address first and then the count. I tried to modify the code but unable to get the desired result. It would be great if you can help a bit.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/find-top-ip-address-accessing-apache-web-server/comment-page-1/#comment-1062012</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Tue, 20 Nov 2018 08:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20440#comment-1062012</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/find-top-ip-address-accessing-apache-web-server/comment-page-1/#comment-1060392&quot;&gt;BigJoe&lt;/a&gt;.

@BigJoe

Welcome, many thanks for the feedback.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/find-top-ip-address-accessing-apache-web-server/comment-page-1/#comment-1060392">BigJoe</a>.</p>
<p>@BigJoe</p>
<p>Welcome, many thanks for the feedback.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: BigJoe		</title>
		<link>https://www.tecmint.com/find-top-ip-address-accessing-apache-web-server/comment-page-1/#comment-1060392</link>

		<dc:creator><![CDATA[BigJoe]]></dc:creator>
		<pubDate>Fri, 16 Nov 2018 15:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20440#comment-1060392</guid>

					<description><![CDATA[Great article really useful.

Any more bits like this?]]></description>
			<content:encoded><![CDATA[<p>Great article really useful.</p>
<p>Any more bits like this?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/find-top-ip-address-accessing-apache-web-server/comment-page-1/#comment-1035491</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Fri, 14 Sep 2018 07:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20440#comment-1035491</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/find-top-ip-address-accessing-apache-web-server/comment-page-1/#comment-1035226&quot;&gt;Mike&lt;/a&gt;.

@Mike

Many thanks for the useful addition.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/find-top-ip-address-accessing-apache-web-server/comment-page-1/#comment-1035226">Mike</a>.</p>
<p>@Mike</p>
<p>Many thanks for the useful addition.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mike		</title>
		<link>https://www.tecmint.com/find-top-ip-address-accessing-apache-web-server/comment-page-1/#comment-1035226</link>

		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Thu, 13 Sep 2018 10:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20440#comment-1035226</guid>

					<description><![CDATA[Thank you. And if you want block: 
&lt;pre&gt;
# iptables -I INPUT -s IP -j DROP
&lt;/pre&gt;
unblock: 
&lt;pre&gt;
# iptables -D INPUT -s IP -j DROP
&lt;/pre&gt;
IP - remote addr]]></description>
			<content:encoded><![CDATA[<p>Thank you. And if you want block: </p>
<pre>
# iptables -I INPUT -s IP -j DROP
</pre>
<p>unblock: </p>
<pre>
# iptables -D INPUT -s IP -j DROP
</pre>
<p>IP &#8211; remote addr</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
