This is driving me crazy:
I've installed htdig, htdig-web and apache on 2008.0 [Mandriva seperates
the cgi stuff into a seperate -web rpm].
I've configured apache to allow indexing of directories and run htdig
with the following result:
# su - htdig -c "/usr/bin/rundig -a -vvv"
ht://dig Start Time: Sun Feb 24 13:55:34 2008
1:1:
http://myserver/
New server: myserver, 80
- Persistent connections: enabled
- HEAD before GET: enabled
- Timeout: 30
- Connection space: 0
- Max Documents: -1
- TCP retries: 1
- TCP wait time: 5
- Accept-Language:
Trying to retrieve robots.txt file
Trying local files
tried local file /var/www/html/robots.txt
pushed
pick: myserver, # servers = 1
> myserver supports HTTP persistent connections (infinite)
0:2:0:
http://myserver/: Trying local files
tried local file /var/www/html/index.html
Local retrieval failed, trying HTTP
host not found
pick: myserver, # servers = 1
> myserver supports HTTP persistent connections (infinite)
ht://dig End Time: Sun Feb 24 13:55:34 2008
Deleted, not found: ID: 2 URL:
http://myserver/
#
The first part of this I take to mean that the server has actually been
found, but later I get "host not found". I've tried:
# su - htdig -c "host myserver"
myserver.mydomain has address 192.168.1.28
and have also changed start_url in /etc/htdig/htdig.conf to localhost,
127.0.0.1 and 192.168.1.28 and still get the above result. I've also
tried commenting out local_urls and local_user_urls, to force htdig to
use http - no change, except for missing out the attempt at using the
local filesystem.
Apache's logs show no attempts at connection.
Any ideas?
Sarah