<?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 Tips &amp; Tricks: Deny access to some folders</title> <atom:link href="http://www.ducea.com/2006/08/11/apache-tips-tricks-deny-access-to-some-folders/feed/" rel="self" type="application/rss+xml" /><link>http://www.ducea.com/2006/08/11/apache-tips-tricks-deny-access-to-some-folders/</link> <description>The Journal Of A Linux Sysadmin</description> <lastBuildDate>Wed, 08 Feb 2012 13:08:17 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Eduardo</title><link>http://www.ducea.com/2006/08/11/apache-tips-tricks-deny-access-to-some-folders/comment-page-2/#comment-193909</link> <dc:creator>Eduardo</dc:creator> <pubDate>Mon, 06 Feb 2012 17:10:51 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/08/11/apache-tips-tricks-deny-access-to-some-folders/#comment-193909</guid> <description>In my case I have a cgi from which I include one or other .shtml files to reduce it&#039;s output and make it faster.I grouped all of these .shtml files under a directory, but the `include virtual&#039; SSI directive doesn&#039;t seem to allow me inclusion of files which are on the server root (hence, outside html dir).Is there any way I can deny access to such directory and any of it&#039;s files to other than strictly the cgi itself?Thanks,</description> <content:encoded><![CDATA[<p>In my case I have a cgi from which I include one or other .shtml files to reduce it&#8217;s output and make it faster.</p><p>I grouped all of these .shtml files under a directory, but the `include virtual&#8217; SSI directive doesn&#8217;t seem to allow me inclusion of files which are on the server root (hence, outside html dir).</p><p>Is there any way I can deny access to such directory and any of it&#8217;s files to other than strictly the cgi itself?</p><p>Thanks,</p> ]]></content:encoded> </item> <item><title>By: Site Deployment with Subversion &#171; Daniel Doezema&#039;s Blog</title><link>http://www.ducea.com/2006/08/11/apache-tips-tricks-deny-access-to-some-folders/comment-page-2/#comment-192329</link> <dc:creator>Site Deployment with Subversion &#171; Daniel Doezema&#039;s Blog</dc:creator> <pubDate>Sat, 19 Feb 2011 07:40:47 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/08/11/apache-tips-tricks-deny-access-to-some-folders/#comment-192329</guid> <description>[...] &lt;Directory ~ &quot;.svn&quot;&gt; Order allow,deny Deny from all &lt;/Directory&gt; See Apache Tips &amp; Tricks: Deny access to some folders for more information.Development vs. Production Configuration FilesMore than likely the development [...]</description> <content:encoded><![CDATA[<p>[...] &lt;Directory ~ &quot;.svn&quot;&gt; Order allow,deny Deny from all &lt;/Directory&gt; See Apache Tips &amp; Tricks: Deny access to some folders for more information.Development vs. Production Configuration FilesMore than likely the development [...]</p> ]]></content:encoded> </item> <item><title>By: Annonymous</title><link>http://www.ducea.com/2006/08/11/apache-tips-tricks-deny-access-to-some-folders/comment-page-2/#comment-186040</link> <dc:creator>Annonymous</dc:creator> <pubDate>Sat, 18 Dec 2010 03:40:48 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/08/11/apache-tips-tricks-deny-access-to-some-folders/#comment-186040</guid> <description>Thanks for the &quot;RedirectMatch 404&quot;. Works perfect, great idea, now all my .svn folders are hidden. :)</description> <content:encoded><![CDATA[<p>Thanks for the &#8220;RedirectMatch 404&#8243;. Works perfect, great idea, now all my .svn folders are hidden. <img
src='http://www.ducea.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Ted Smith</title><link>http://www.ducea.com/2006/08/11/apache-tips-tricks-deny-access-to-some-folders/comment-page-2/#comment-183291</link> <dc:creator>Ted Smith</dc:creator> <pubDate>Tue, 12 Oct 2010 14:37:56 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/08/11/apache-tips-tricks-deny-access-to-some-folders/#comment-183291</guid> <description>Just confirmed. It works for wget, as well.Thanks a bunch.</description> <content:encoded><![CDATA[<p>Just confirmed. It works for wget, as well.</p><p>Thanks a bunch.</p> ]]></content:encoded> </item> <item><title>By: - Marius -</title><link>http://www.ducea.com/2006/08/11/apache-tips-tricks-deny-access-to-some-folders/comment-page-2/#comment-183283</link> <dc:creator>- Marius -</dc:creator> <pubDate>Mon, 11 Oct 2010 22:02:59 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/08/11/apache-tips-tricks-deny-access-to-some-folders/#comment-183283</guid> <description>@Ted: yes it should work for any type of client (wget included).</description> <content:encoded><![CDATA[<p>@Ted: yes it should work for any type of client (wget included).</p> ]]></content:encoded> </item> <item><title>By: Ted Smith</title><link>http://www.ducea.com/2006/08/11/apache-tips-tricks-deny-access-to-some-folders/comment-page-2/#comment-183268</link> <dc:creator>Ted Smith</dc:creator> <pubDate>Mon, 11 Oct 2010 02:04:44 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/08/11/apache-tips-tricks-deny-access-to-some-folders/#comment-183268</guid> <description>Marius,Would that blocking include WGET (Linux program) requests for such directory, as well? Can the others still enter some paramaters like -m and access/download directiry items via wget?e.g., wget -m URL/directoryThanks,</description> <content:encoded><![CDATA[<p>Marius,</p><p>Would that blocking include WGET (Linux program) requests for such directory, as well? Can the others still enter some paramaters like -m and access/download directiry items via wget?</p><p>e.g., wget -m <abbr
class="uttInitialism" title="Uniform Resource Locator">URL</abbr>/directory</p><p>Thanks,</p> ]]></content:encoded> </item> <item><title>By: helloworlder &#187; Blog Archive &#187; Manual Website Deployment - Flash, Flex, and Web Development</title><link>http://www.ducea.com/2006/08/11/apache-tips-tricks-deny-access-to-some-folders/comment-page-2/#comment-182265</link> <dc:creator>helloworlder &#187; Blog Archive &#187; Manual Website Deployment - Flash, Flex, and Web Development</dc:creator> <pubDate>Mon, 16 Aug 2010 18:12:29 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/08/11/apache-tips-tricks-deny-access-to-some-folders/#comment-182265</guid> <description>[...] already have the database with outdated data in it then drop it and create it again. Now, you just need to import the database (in our case a .sql file) that&#8217;s in your repository (step [...]</description> <content:encoded><![CDATA[<p>[...] already have the database with outdated data in it then drop it and create it again. Now, you just need to import the database (in our case a .sql file) that&#8217;s in your repository (step [...]</p> ]]></content:encoded> </item> <item><title>By: Manoj</title><link>http://www.ducea.com/2006/08/11/apache-tips-tricks-deny-access-to-some-folders/comment-page-2/#comment-181897</link> <dc:creator>Manoj</dc:creator> <pubDate>Fri, 11 Jun 2010 09:12:28 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/08/11/apache-tips-tricks-deny-access-to-some-folders/#comment-181897</guid> <description>Hi , i need to deny  index.php?debug=1 not index.php
i tried with  option.
Please help me on this.Thanks
Manoj</description> <content:encoded><![CDATA[<p>Hi , i need to deny  index.php?debug=1 not index.php<br
/> i tried with  option.<br
/> Please help me on this.</p><p>Thanks<br
/> Manoj</p> ]]></content:encoded> </item> <item><title>By: Forbid access to svn directories on Apache Web Server &#124; yorch @ web [in]</title><link>http://www.ducea.com/2006/08/11/apache-tips-tricks-deny-access-to-some-folders/comment-page-2/#comment-181859</link> <dc:creator>Forbid access to svn directories on Apache Web Server &#124; yorch @ web [in]</dc:creator> <pubDate>Sat, 29 May 2010 00:54:58 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/08/11/apache-tips-tricks-deny-access-to-some-folders/#comment-181859</guid> <description>[...] If you are using Apache, you can use the tips on this page. [...]</description> <content:encoded><![CDATA[<p>[...] If you are using Apache, you can use the tips on this page. [...]</p> ]]></content:encoded> </item> <item><title>By: Un peu de tout &#187; Archives du Blog &#187; sécurisation d&#8217;un serveur Apache : configuration</title><link>http://www.ducea.com/2006/08/11/apache-tips-tricks-deny-access-to-some-folders/comment-page-2/#comment-181331</link> <dc:creator>Un peu de tout &#187; Archives du Blog &#187; sécurisation d&#8217;un serveur Apache : configuration</dc:creator> <pubDate>Sun, 29 Nov 2009 04:25:46 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/08/11/apache-tips-tricks-deny-access-to-some-folders/#comment-181331</guid> <description>[...] Apache Tips &amp; Tricks: Deny access to some folders [...]</description> <content:encoded><![CDATA[<p>[...] Apache Tips &amp; Tricks: Deny access to some folders [...]</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Served from: www.ducea.com @ 2012-02-08 19:23:37 by W3 Total Cache -->
