According to the output, htdig is clearly expecting to find an index.html file. Failing to find this file, it has nothing to work with. Since you say that there is no index.html file, the only way I can see for one to be accessed is by going through a web server configured to generate index pages. As I understand the attribute, setting local_urls_only to true will prevent this from happening. So with the current configuration, I guess I don't see how it ever worked.
Have you tried setting local_urls_only to false to see if htdig will fall back to the server for the index.html and then index the rest of the files via the filesystem? It looks like your server does generate index files, though under IE, the page you list in the configuration takes for ages to load. Jim Mohler, Jeff's bits of Fri, 8 Mar 2002 translated to: >Yes, I tried to force only local URLs so they would be index via the filesystem, and >not via HTTP. But thats not working either. > >I start rundig..and it just _sits_ there..and finally gives this output. > >-----Original Message----- >From: Jim Cole [mailto:[EMAIL PROTECTED]] >Sent: Friday, March 08, 2002 12:05 AM >To: Mohler, Jeff >Cc: [EMAIL PROTECTED] >Subject: Re: [htdig] Stuck on rundig.. > > >Mohler, Jeff's bits of Thu, 7 Mar 2002 translated to: > >>speedracer# rundig -c ./htdig-gt4-2000.conf -vvvv >> 1:1:http://www.speedtoys.com/lists/html/gt4/2000/ >>New server: www.speedtoys.com, 80 >>Unable to build connection with www.speedtoys.com:80 >> pushed >>pick: www.speedtoys.com, # servers = 1 >>0:0:0:http://www.speedtoys.com/lists/html/gt4/2000/: Trying local files >> tried local file /nos/htdig/html/gt4/2000/index.html >> not found >.... >>local_urls: http://www.speedtoys.com/lists/html/gt4/2000/=/nos/htdig >>/html/gt4/2000/ >>start_url: http://www.speedtoys.com/lists/html/gt4/2000/ >> >>local_urls_only: true >>--- _______________________________________________ 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

