Today (03-Feb-2005 :) I found at an old Woody installation following configuration error:

1. "htdig" (Version 3.1.6-3) tries to index only "http://localhost/";.

In `/etc/htdig/htdig.conf':
"""...
start_url:      http://localhost/
..."""

2. Local "http" daemon disallows all robots to access "/".

In `/var/www/robots.txt':
"""
User-agent: *
Disallow: /
"""

A solution was to allow "htdig" to access local doc's.

In new `/var/www/robots.txt':
"""
User-agent: htdig
Disallow: /cgi-bin/
User-agent: *
Disallow: /
"""

You can see, if this is also the reason for your problem by starting "htdig" with verbose output: `rundig -v -v -v -i -a | less'.

HTH,
Rüdiger




-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Reply via email to