Paul Keck wrote:
> 
> Hi all, I am trying to get my newly-installed ht://Dig to do its searching
> of my server by reading the filesystem instead of making a lot of HTTP hits.
> This is kind of important to me because some of the areas I want to search
> are password protected, and I don't really want to fill up my web logs
> either. I found local_urls: and have the following in my config:
> 
> start_url:              ${common_dir}/start.url
> limit_urls_to:          ${start_url}
> local_urls:             http://passwd.coe.uga.edu/=/www/INTRA/
> 
> and in ../common/start.url:
> http://www.coe.uga.edu/
> http://passwd.coe.uga.edu/
> http://otherhost.coe.uga.edu/
> http://yetanother.coe.uga.edu/
> 
> I first tried the local_urls: line in a separate file with 4 lines like
> start_url:, but no luck, then tried all 4 on one line with a space between,
> no luck, then just the one listed above, and still no luck.  Is my syntax
> messed up somewhere?  Is anyone else doing this successfully?
> 
> Thanks for any tips!

To include a file in the config file, you need to use backticks.

The last paragraph in http://www.htdig.org/cf_variables.html explains it.

-- 
Andrew Scherpbier <[EMAIL PROTECTED]>
Contigo Software <http://www.contigo.com/>

------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word unsubscribe in
the SUBJECT of the message.

Reply via email to