|
|
[Perlfect-search] Big problems with http indexing !
Daniel Naber daniel.naber@t-online.de
Mon, 10 Dec 2001 18:15:59 +0100
On Monday 10 December 2001 13:47, you wrote:
> $HTTP_LIMIT_URL = $HTTP_START_URL; or
> $HTTP_LIMIT_URL = 'http://147.88.185.210'; or
> $HTTP_LIMIT_URL = 'http://localhost/'; or
> $HTTP_LIMIT_URL = 147.88.185.210;
>
> ...The same problem like before !
Try to use $HTTP_LIMIT_URL = ".*";
This should totally disable the limit feature. Or you can comment out that
if() in indexer_web.pl. Then indexing should at least start.
> But may be one thing is a little bit strange. When i set
> $HTTP_START_URL='http://localhost/; then i can also not
> local indexing anymore.
Because that setting tells Perlfect if you want to index locally or not,
there's nothing strange about that.
Regards
Daniel
--
http://www.danielnaber.de
|
|