According to Keith Christian: > ((--Additional Info:--)) > > 1. This htdig was installed from the RPM's on Mandrake Linux 8.1. > > 2. I can't find anywhere that COMMON_DIR is defined. Should this be > set at boot-up so that when Apache calls htsearch? If COMMON_DIR > should be set during boot up, where do most of you set it?
COMMON_DIR is a Makefile variable, defined in CONFIG in the source directory in 3.1.x, or in Makefile in 3.2.x. You won't see this in a binary RPM package. It's not an environment variable, but it can be overridden using the common_dir attribute in your htdig.conf file. COMMON_DIR is the directory where you typically find the *.html template files for htsearch, as well as the dictionary files, and it's usually called <some path>/common. This of course has nothing to do with Apache forbidding access to htsearch via a symlink. -- Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]> Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/~grdetil Dept. Physiology, U. of Manitoba Phone: (204)789-3766 Winnipeg, MB R3E 3J7 (Canada) Fax: (204)789-3930 _______________________________________________ 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

