<?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: Stop Hotlinking with Lighttpd</title> <atom:link href="http://www.cyberciti.biz/tips/lighttpd-stop-bandwidth-thief-image-hotlinking.html/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips/lighttpd-stop-bandwidth-thief-image-hotlinking.html</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 10 Feb 2012 20:37:43 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: photos china</title><link>http://www.cyberciti.biz/tips/lighttpd-stop-bandwidth-thief-image-hotlinking.html#comment-144049</link> <dc:creator>photos china</dc:creator> <pubDate>Fri, 13 Jun 2008 03:02:19 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2192#comment-144049</guid> <description>I dont&#039;t understand this line :
url.access-deny = ( &quot;&quot; )
and why the line
#      url.access-deny = ( &quot;jpg&quot;, &quot;png&quot;, &quot;js&quot;, &quot;jpeg&quot;, &quot;gif&quot; )
is commented ? does it meen that every file called out of the domain are bloqued ?</description> <content:encoded><![CDATA[<p>I dont&#8217;t understand this line :<br
/> url.access-deny = ( &#8220;&#8221; )</p><p>and why the line<br
/> #      url.access-deny = ( &#8220;jpg&#8221;, &#8220;png&#8221;, &#8220;js&#8221;, &#8220;jpeg&#8221;, &#8220;gif&#8221; )</p><p>is commented ? does it meen that every file called out of the domain are bloqued ?</p> ]]></content:encoded> </item> <item><title>By: drivesoslow</title><link>http://www.cyberciti.biz/tips/lighttpd-stop-bandwidth-thief-image-hotlinking.html#comment-143423</link> <dc:creator>drivesoslow</dc:creator> <pubDate>Thu, 10 Apr 2008 15:54:11 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2192#comment-143423</guid> <description>Wouldn&#039;t be wiser to block all referrers by default and instead use a white list of those allowed?
$HTTP[&quot;referer&quot;] =~ &quot;*&quot; {
url.access-deny = ( &quot;&quot; )
}
$HTTP[&quot;referer&quot;] =~ &quot;.*GOODDOMIN\.com.*&quot; {
url.access-allow = ( &quot;&quot; )
}</description> <content:encoded><![CDATA[<p>Wouldn&#8217;t be wiser to block all referrers by default and instead use a white list of those allowed?</p><p>$HTTP["referer"] =~ &#8220;*&#8221; {<br
/> url.access-deny = ( &#8220;&#8221; )<br
/> }<br
/> $HTTP["referer"] =~ &#8220;.*GOODDOMIN\.com.*&#8221; {<br
/> url.access-allow = ( &#8220;&#8221; )<br
/> }</p> ]]></content:encoded> </item> </channel> </rss>
