At 11:52 AM 7/23/98 -0500, Jason L Tibbitts III wrote:
>>>>>> "RB" == Robert Byers <Robert_Byers@BayNetworks.COM> writes:
>
>RB> Now I have a new problem :( Even though wilma_reindex seems to
>RB> successfully produce mhonarc html'ized messages and glimpse indexes,
>RB> every time I do a search via the wilma cgi form, it finds no
>RB> matches. Now trying to determine how to debug this. Any pointers?
>
>Well, turning on debugging would be a good first step. This should give
>you the glimpse command line it's running at the bottom of the results
>page.
>
>Now one thing to check is the setting of INDEX_ARC_DIR; if this is wrong,
>you can get null results for all of your searches. It is used to strip the
>pathnames from the hits returned from glimpse, and should be commented out
>in most installations.
>
> - J<
Follow-up to my previous reply. I have found the problem.
I followed your advice regarding INDEX_ARC_DIR. It had been set to
/tmp_mnt$ARC_DIR (because that's how it came "out of the box", in
wilma_template.cf)
I had ARC_DIR set to /usr/local/etc/httpd/htdocs/$LIST.w3archive. However,
/usr/local/etc/httpd is actually a symbolic link to
/usr/local/etc/apache_1.2.6.
So, to fix things, I simply changed the following:
ARC_DIR /usr/local/etc/httpd/htdocs/$LIST.w3archive
INDEX_ARC_DIR /tmp_mnt$ARC_DIR
to be:
ARC_DIR /usr/local/etc/apache_1.2.6/htdocs/$LIST.w3archive
#INDEX_ARC_DIR
That fixed it. My only gripe is this means wilma isn't supporting symbolic
links the way I'd like. When I upgrade to a new version of apache, I'll
have to remember to go in and edit all my wilma *.cf files.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~Bob Byers~
Bay Networks, Inc. Phone: 1-888-PRE-PLUS, ERC 642
Premium Services Engineer Fax: (978) 916-7717
1000 Technology Park Drive Email: robert_byers@baynetworks.com
Billerica, MA 01821 http://www.baynetworks.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|