Page 1 of 1

INDEPENDENT INCLUDE ("white") LIST FOR SERVER?

Posted: Mon Mar 30, 2009 11:11 am
by 1nd1g0
Especially for servers "include list" is very actual. The same for GUI search - items, not listed in the list, could be skipped silently during the search. Hand-typed link to any file not listed could be blocked also.

Individual lists for GUI and server will do the job in a perfect way ;)

Re: INDEPENDENT INCLUDE ("white") LIST FOR SERVER?

Posted: Tue Mar 31, 2009 1:36 pm
by David
I would recommend setting up multiple instances (See http://www.voidtools.com/Everything/wik ... _instances) to setup a include only list for the HTTP server.

The first item the in exclude list determines if the list is a black list or a white list.

If the first item type is an include then the list is a white list (include only).
If the first item type is an exclude then the list is a black list (include everything, except...).

See http://www.voidtools.com/Everything/wiki/Indexing for more information on excluding.

Re: INDEPENDENT INCLUDE ("white") LIST FOR SERVER?

Posted: Wed Apr 01, 2009 12:56 pm
by 1nd1g0
Thanks, i hoped this could be a bit easier, this solution i've found long ago, anyways was glad to get the answer)