|
From: Jim C. <gre...@yg...> - 2002-04-12 20:01:08
|
Willy Calderon's bits of Fri, 12 Apr 2002 translated to:
>I've got a few output lines from doing a rundig in which I'm being asked
>what to index.
>
>=========================
>host# rundig -vvv
> 1:1:
>New server: , 0
>Unknown host: 0/robots.txt
> pushed
>pick: , # servers = 1
>htmerge: Unable to open word list file '/opt/www/htdig/db/db.allwords.text'.
> Did you index anything?
> Check your config file and try running htdig again.
>==========================
>
>At the moment my htdig.conf file looks something like this
...
>start_url: ${common_dir}/index.html
What does the index.html file in ${common_dir} look like? It
shouldn't be HTML. It should just be a regular text file that
lists all of the starting URL's for your indexing run. If on
the other hand you actually want to start with a single HTML
file and dig from there, then specify a valid URL in start_url.
For example
start_url: http://www.somedomain.com/index.html
Jim
|