<?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: Securing your Debian server against slowloris</title>
	<atom:link href="http://www.liranuna.com/securing-your-debian-server-against-slowloris/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.liranuna.com/securing-your-debian-server-against-slowloris/</link>
	<description>Just another coder</description>
	<lastBuildDate>Wed, 16 Nov 2011 19:05:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: nkts</title>
		<link>http://www.liranuna.com/securing-your-debian-server-against-slowloris/comment-page-1/#comment-6881</link>
		<dc:creator>nkts</dc:creator>
		<pubDate>Wed, 07 Sep 2011 13:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.liranuna.com/?p=949#comment-6881</guid>
		<description>change &quot;apxs2 -a -i -c&quot; to &quot;apxs2 -c&quot; if you copy module and add load rule manualy.</description>
		<content:encoded><![CDATA[<p>change &#8220;apxs2 -a -i -c&#8221; to &#8220;apxs2 -c&#8221; if you copy module and add load rule manualy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sagive SEO</title>
		<link>http://www.liranuna.com/securing-your-debian-server-against-slowloris/comment-page-1/#comment-6863</link>
		<dc:creator>Sagive SEO</dc:creator>
		<pubDate>Mon, 03 Jan 2011 03:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.liranuna.com/?p=949#comment-6863</guid>
		<description>10x a lot !! - this should solve the problem i got with wordpress Mu
My host claims it makes hes server overloads and left me with a blocked website :(

gona try it so thanks again..
Sagive SEO</description>
		<content:encoded><![CDATA[<p>10x a lot !! &#8211; this should solve the problem i got with wordpress Mu<br />
My host claims it makes hes server overloads and left me with a blocked website :(</p>
<p>gona try it so thanks again..<br />
Sagive SEO</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Как да си предпазим Apache2 уеб сървъра от slowloris &#124; MaXXiE&#39;s BLoG</title>
		<link>http://www.liranuna.com/securing-your-debian-server-against-slowloris/comment-page-1/#comment-6709</link>
		<dc:creator>Как да си предпазим Apache2 уеб сървъра от slowloris &#124; MaXXiE&#39;s BLoG</dc:creator>
		<pubDate>Mon, 26 Apr 2010 11:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.liranuna.com/?p=949#comment-6709</guid>
		<description>[...] English version of this topic called &#8220;securing-your-debian-server-against-slowloris&#8221; click here! (Thanks to LiraNuna’s Development [...]</description>
		<content:encoded><![CDATA[<p>[...] English version of this topic called &#8220;securing-your-debian-server-against-slowloris&#8221; click here! (Thanks to LiraNuna’s Development [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cloud-based bruteforcing, slowloris, and Golang: links</title>
		<link>http://www.liranuna.com/securing-your-debian-server-against-slowloris/comment-page-1/#comment-6619</link>
		<dc:creator>Cloud-based bruteforcing, slowloris, and Golang: links</dc:creator>
		<pubDate>Fri, 13 Nov 2009 16:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.liranuna.com/?p=949#comment-6619</guid>
		<description>[...] Slow DoS attack with just 1 computer against a number of web servers, including Apache: slowloris. There is a solution for Apache, packaged for RedHat and also available for Debian. [...]</description>
		<content:encoded><![CDATA[<p>[...] Slow DoS attack with just 1 computer against a number of web servers, including Apache: slowloris. There is a solution for Apache, packaged for RedHat and also available for Debian. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flam</title>
		<link>http://www.liranuna.com/securing-your-debian-server-against-slowloris/comment-page-1/#comment-6604</link>
		<dc:creator>Flam</dc:creator>
		<pubDate>Sun, 09 Aug 2009 05:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.liranuna.com/?p=949#comment-6604</guid>
		<description>Thanks for the edit, works with: 
&lt;code&gt;echo &quot;LoadModule antiloris_module /usr/lib/apache2/modules/mod_antiloris.so&quot; &#124; sudo tee /etc/apache2/mods-available/antiloris.load&lt;/code&gt;

&lt;3</description>
		<content:encoded><![CDATA[<p>Thanks for the edit, works with:<br />
<code>echo "LoadModule antiloris_module /usr/lib/apache2/modules/mod_antiloris.so" | sudo tee /etc/apache2/mods-available/antiloris.load</code></p>
<p>&lt;3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LiraNuna</title>
		<link>http://www.liranuna.com/securing-your-debian-server-against-slowloris/comment-page-1/#comment-6603</link>
		<dc:creator>LiraNuna</dc:creator>
		<pubDate>Sun, 09 Aug 2009 05:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.liranuna.com/?p=949#comment-6603</guid>
		<description>@Flam: I&#039;m not sure why it happens, but I have updated the post to reflect a better method that doesn&#039;t depends on tee.</description>
		<content:encoded><![CDATA[<p>@Flam: I&#8217;m not sure why it happens, but I have updated the post to reflect a better method that doesn&#8217;t depends on tee.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flam</title>
		<link>http://www.liranuna.com/securing-your-debian-server-against-slowloris/comment-page-1/#comment-6602</link>
		<dc:creator>Flam</dc:creator>
		<pubDate>Sat, 08 Aug 2009 22:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.liranuna.com/?p=949#comment-6602</guid>
		<description>On this step:
echo &quot;LoadModule antiloris_module /usr/lib/apache2/modules/mod_antiloris.so&quot; &#124; sudo tee &gt; /etc/apache2/mods-available/antiloris.load

I&#039;m getting the error:
-bash: /etc/apache2/mods-available/antiloris.load: Permission denied

I even tried with a sudo, even though you have &#039;sudo tee&#039; in there.</description>
		<content:encoded><![CDATA[<p>On this step:<br />
echo &#8220;LoadModule antiloris_module /usr/lib/apache2/modules/mod_antiloris.so&#8221; | sudo tee &gt; /etc/apache2/mods-available/antiloris.load</p>
<p>I&#8217;m getting the error:<br />
-bash: /etc/apache2/mods-available/antiloris.load: Permission denied</p>
<p>I even tried with a sudo, even though you have &#8216;sudo tee&#8217; in there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vINAN</title>
		<link>http://www.liranuna.com/securing-your-debian-server-against-slowloris/comment-page-1/#comment-6594</link>
		<dc:creator>vINAN</dc:creator>
		<pubDate>Fri, 17 Jul 2009 09:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.liranuna.com/?p=949#comment-6594</guid>
		<description>Thanks for your post, 
went true it smoothly</description>
		<content:encoded><![CDATA[<p>Thanks for your post,<br />
went true it smoothly</p>
]]></content:encoded>
	</item>
</channel>
</rss>

