<?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: Apache restrict access based on IP address to selected directories</title> <atom:link href="http://www.cyberciti.biz/faq/apache-restrict-access-based-on-ip-address-to-selected-directories/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/apache-restrict-access-based-on-ip-address-to-selected-directories/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: sundar</title><link>http://www.cyberciti.biz/faq/apache-restrict-access-based-on-ip-address-to-selected-directories/#comment-65253</link> <dc:creator>sundar</dc:creator> <pubDate>Wed, 07 Dec 2011 05:49:09 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/apache-restrict-access-based-on-ip-address-to-selected-directories.php#comment-65253</guid> <description>order deny,allow
allow from all
deny from 123.456.789.0
deny from 0.987.654.321</description> <content:encoded><![CDATA[<p>order deny,allow<br
/> allow from all<br
/> deny from 123.456.789.0<br
/> deny from 0.987.654.321</p> ]]></content:encoded> </item> <item><title>By: Remco</title><link>http://www.cyberciti.biz/faq/apache-restrict-access-based-on-ip-address-to-selected-directories/#comment-61461</link> <dc:creator>Remco</dc:creator> <pubDate>Wed, 10 Aug 2011 21:15:26 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/apache-restrict-access-based-on-ip-address-to-selected-directories.php#comment-61461</guid> <description>order allow,deny
deny from 123.456.789.0
deny from 0.987.654.321
allow from all
for blocking with .htaccess</description> <content:encoded><![CDATA[<p>order allow,deny<br
/> deny from 123.456.789.0<br
/> deny from 0.987.654.321<br
/> allow from all</p><p>for blocking with .htaccess</p> ]]></content:encoded> </item> <item><title>By: Body Workout</title><link>http://www.cyberciti.biz/faq/apache-restrict-access-based-on-ip-address-to-selected-directories/#comment-61048</link> <dc:creator>Body Workout</dc:creator> <pubDate>Wed, 27 Jul 2011 09:42:48 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/apache-restrict-access-based-on-ip-address-to-selected-directories.php#comment-61048</guid> <description>What&#039;s the syntax for the .htaccess file, please?</description> <content:encoded><![CDATA[<p>What&#8217;s the syntax for the .htaccess file, please?</p> ]]></content:encoded> </item> <item><title>By: Jordi</title><link>http://www.cyberciti.biz/faq/apache-restrict-access-based-on-ip-address-to-selected-directories/#comment-58671</link> <dc:creator>Jordi</dc:creator> <pubDate>Thu, 28 Apr 2011 08:28:12 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/apache-restrict-access-based-on-ip-address-to-selected-directories.php#comment-58671</guid> <description>192.168.1.0/24 allows the IPs from 192.168.1.0 to 192.168.1.255 to access the document. 192.168.1.0/120 should be invalid...</description> <content:encoded><![CDATA[<p>192.168.1.0/24 allows the IPs from 192.168.1.0 to 192.168.1.255 to access the document. 192.168.1.0/120 should be invalid&#8230;</p> ]]></content:encoded> </item> <item><title>By: MyClicker</title><link>http://www.cyberciti.biz/faq/apache-restrict-access-based-on-ip-address-to-selected-directories/#comment-58260</link> <dc:creator>MyClicker</dc:creator> <pubDate>Wed, 27 Apr 2011 07:49:35 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/apache-restrict-access-based-on-ip-address-to-selected-directories.php#comment-58260</guid> <description>Allow from 192.168.1.0/24 is not working for me, because I have more than 24 IPs in subnet, so I use
Allow from 192.168.1.0/120</description> <content:encoded><![CDATA[<p>Allow from 192.168.1.0/24 is not working for me, because I have more than 24 IPs in subnet, so I use<br
/> Allow from 192.168.1.0/120</p> ]]></content:encoded> </item> <item><title>By: Mauricio</title><link>http://www.cyberciti.biz/faq/apache-restrict-access-based-on-ip-address-to-selected-directories/#comment-40278</link> <dc:creator>Mauricio</dc:creator> <pubDate>Fri, 13 Feb 2009 16:45:55 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/apache-restrict-access-based-on-ip-address-to-selected-directories.php#comment-40278</guid> <description>You could restrict at DocumentRoot level and then allow only for public directories, but be carefull not to disable valid directories or applications.</description> <content:encoded><![CDATA[<p>You could restrict at DocumentRoot level and then allow only for public directories, but be carefull not to disable valid directories or applications.</p> ]]></content:encoded> </item> <item><title>By: Nabin Limbu</title><link>http://www.cyberciti.biz/faq/apache-restrict-access-based-on-ip-address-to-selected-directories/#comment-38831</link> <dc:creator>Nabin Limbu</dc:creator> <pubDate>Sun, 21 Sep 2008 05:59:52 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/apache-restrict-access-based-on-ip-address-to-selected-directories.php#comment-38831</guid> <description>Is there an easy way if I have multiple directories to restrict in different location from one rule instead of having all the above rules repeatedly for all directories.</description> <content:encoded><![CDATA[<p>Is there an easy way if I have multiple directories to restrict in different location from one rule instead of having all the above rules repeatedly for all directories.</p> ]]></content:encoded> </item> </channel> </rss>
