Petr Danecek wrote:
> 
> Hello,
> 
> I've just checked out the latest cvs snapshot of mnogosearch and found
> a bug in conf.c which leads to SIGSEV. I dunno what should be the correct
> behavior - can someone take a look at this?
> 
> 451a452,457
> >       if (!Srv)
> >       {
> >               Conf->errcode=1;
> >               sprintf(Conf->errstr, "No 'Server' command for
> URL: %s\n",str1);
> >               return(Conf);
> >       }
> 
> Also, I'd like to ask a question. I do not understand how to use the Realm
> command. I believed that the following lines should work fine for indexing
> all documents starting with 'a' in http://localhost/dir/.
> 
>         Realm http://localhost/dir/a*
> #       URL  http://localhost/
> 
> When I run
>         indexer -i -u http://localhost
> it says
>         "No 'Server' command for url... deleted."
> 

  The URL http://localhost  is not allowed by this Realm command, so
indexer deletes this.
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to