> inside my cgi-bin, i have a "search" folder: > > bin/ > common/ > conf/ > db/
No, this is a very bad idea. You want to put your directories *outside* anything that the webserver can serve up. The only thing that should be in your cgi-bin directory is htsearch. Also keep in mind that for security, htsearch has a compiled-in config directory path, so you'll want the config files to be located there and readable by the webserver UID. > when i rundig, i get this error: > > bad interpreter: No such file or directory It depends. This could happen from not having /bin/sh to start out the script, but I doubt it--there are too many other scripts that would die. My guess is that the message comes a bit after starting rundig. If you have an external parser or converter declared, then you probably are missing a component needed to get that running (e.g. Perl). Try running your external parser script by itself and see if you get the message. -- -Geoff Hutchison Williams Students Online http://wso.williams.edu/ ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ 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

