<?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 limit connections per User IP in Apache 2.2 CentOs</title>
	<atom:link href="http://www.kpsolution.com/blog/tips/how-to-limit-connections-per-user-ip-in-apache-2-2-centos/59/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kpsolution.com/blog/tips/how-to-limit-connections-per-user-ip-in-apache-2-2-centos/59/</link>
	<description>Solutions for Day to Day Technical Problems</description>
	<lastBuildDate>Fri, 20 Jan 2012 04:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Apache2</title>
		<link>http://www.kpsolution.com/blog/tips/how-to-limit-connections-per-user-ip-in-apache-2-2-centos/59/comment-page-1/#comment-73</link>
		<dc:creator>Apache2</dc:creator>
		<pubDate>Wed, 04 Jan 2012 11:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kpsolution.com/blog/?p=59#comment-73</guid>
		<description>I have apache 2 and did all steps and not working i am able to open multiple sessions:


    ServerAdmin xxx@xxxx.net
    DocumentRoot /var/www/html/agento
    ServerName agento-test
    ServerAlias agento-qatest
    ErrorLog logs/agento-qatest-error_log
    CustomLog logs/agento-qatest-access_log common


MaxConnPerIP 2
# exempting images from the connection limit is often a good
# idea if your web page has lots of inline images, since these
# pages often generate a flurry of concurrent image requests
#NoIPLimit image/*


</description>
		<content:encoded><![CDATA[<p>I have apache 2 and did all steps and not working i am able to open multiple sessions:</p>
<p>    ServerAdmin <a href="mailto:xxx@xxxx.net">xxx@xxxx.net</a><br />
    DocumentRoot /var/www/html/agento<br />
    ServerName agento-test<br />
    ServerAlias agento-qatest<br />
    ErrorLog logs/agento-qatest-error_log<br />
    CustomLog logs/agento-qatest-access_log common</p>
<p>MaxConnPerIP 2<br />
# exempting images from the connection limit is often a good<br />
# idea if your web page has lots of inline images, since these<br />
# pages often generate a flurry of concurrent image requests<br />
#NoIPLimit image/*</p>
]]></content:encoded>
	</item>
</channel>
</rss>

