Re: swish-e only spiders the server it started on
Bill Moseley <[email protected]>
| Newsgroups | gmane.comp.web.swish-e |
|---|---|
| Message-ID | <[email protected]> |
How about something like this:
my %global_config = (
email => '[email protected]',
max_files => 100,
test_url => ....
);
for (qw/ one.server.com other.server.com third.server.com / ) {
my %copy = %global_config;
$copy{base_url} = $_;
push @servers, \%copy;
}
--
Bill Moseley
[email protected]
Unsubscribe from or help with the swish-e list:
http://swish-e.org/Discussion/
Help with Swish-e:
http://swish-e.org/current/docs
[email protected]