On Mon, 28 Jan 2002 [EMAIL PROTECTED] wrote: > Unable to read configuration file > </usr2/pkg/htdig/3.1.5/conf/htdig-mailman/mail-test.conf." > > I think the problem is in configure options of htdig/mailman!!!!
I didn't see anything in your configuration/installation about this directory. Your HTML search form is calling htsearch with this config file. There are a number of possible problems: 1) The directory doesn't exist: you'll need to change the search form to point at an appropriate config file. 2) The directory exists, but is not readable by the webserver: Make sure that the directory and directories leading up to it are readable by the webserver. (e.g "ls -ld ." shows directory permissions of the current directory and should include r-x for all users or at least for the webserver user.) 3) The directory exists and is readable, but the configuration file isn't: Again, check that permissions allow the webserver user to read the config file. -- -Geoff Hutchison Williams Students Online http://wso.williams.edu/ _______________________________________________ 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

