...in htdig.conf i set start_url with http://r-lx-citron/vpc When i launch rundig -vvv i have this:
...redirect redirect: http://10.194.52.197/vpc/
Rejected: URL not in the limits!pick: r-lx-citron.rd.francetelecom.fr, #
servers = 1
What is the problem ?
It looks like you need to customize your limit_urls_to attribute. By default it is the same as start_url, which is often all you need. However in your case the server is redirecting to a URL that doesn't match (in the string sense) your start_url. As such, the URL htdig tries to process is considered to be outside the limits of what you want indexed. See http://www.htdig.org/attrs.html#limit_urls_to for more information on the relevant attribute.
Other question: in which directory should i put start_url file ?
When I use a file for start_url, I usually put it in the same directory as the config file, but I don't think that that is necessary. As long as it is somewhere that can be read by the user which htdig is running as, you should be OK.
Jim
------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

