Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change 
notification.

The "SetupProxyForNutch" page has been changed by LewisJohnMcgibbney:
http://wiki.apache.org/nutch/SetupProxyForNutch?action=diff&rev1=8&rev2=9

  }}}
  
  == Create filters ==
- If necessary (will act as a blacklist, because of FilterDefaultDeny No)
+ If necessary these will act as a blacklist, because of FilterDefaultDeny No. 
This property changes the default policy of the filtering system. If this 
directive is commented out, or is set to "No" then the default policy is to 
allow everything which is not specifically denied by the filter file.
+ 
+ However, by setting this directive to "Yes" the default policy becomes to 
deny everything which is _not_ specifically allowed by the filter file e.g. the 
inverse.
  {{{
- sudo vi /etc/tinyproxy/filter
+ sudo vi /etc/filter
  }}}
- and add sites urls to be blocked
+ and add sites urls to be blocked. The list should comprise of single URLs, 
one per line.
  {{{
  google.com
  apache.org

Reply via email to