On Oct 27, 2010, at 8:45 AM, Troy Wical wrote:
>
> I was using the spider.pl default, so I created a config file for the spider with the following...
>
> ###########################################
> [root@purple /home/search]# more t2.spider.config
> @servers = (
> {
> base_url => 'http://type2.com/ezmlm-archives/index.cgi?list=type2',
> use_default_config => 1,
> SPIDER_QUIET => 1,
> email => 'troy@wical.com',
> delay_sec => '0',
> max_depth => '3',
> keep_alive => '1',
> errors => '1',
> failed => '1',
> },
> );
> ##########################################
Ok, corrected some of the syntax issues in the spider config, but need to figure out how to properly activate the debug items.
########################################
[root@purple /home/search]# more t2.spider.config
@servers = (
{
base_url => 'http://type2.com/ezmlm-archives/index.cgi?list=type2',
use_default_config => 1,
email => 'troy@wical.com',
delay_sec => 0,
max_depth => 2,
keep_alive => 1,
},
);
########################################
Troy
_______________________________________________
Users mailing list
Users@lists.swish-e.org
http://lists.swish-e.org/listinfo/users
Received on Wed Oct 27 11:16:55 2010