Re: Htdig search index not working
<[email protected]> Mon, 1 Oct 2007 09:57:48 +0100
| Newsgroups | gmane.comp.web.htdig.general |
|---|---|
| Message-ID | <498C92D39B24504CA6C753B477F19E6C03E83CAD@E03MVZ4-UKDY.domain1.systemhost.net> |
Do you have any logs to show us? If not, have a look at the options for your environment and set one up. I think you will find that most of us run htdig as a scheduled job, but running it 'interactively' shouldn't be a problem... Regards, Mike ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Thompson Sent: Sunday, September 30, 2007 6:53 PM To: [email protected] Subject: [htdig] Htdig search index not working Hello, I took over a site that has htdig on it and my page updates are not showing in the search when I search the site. And when I run the idexer script that the original owner provided it still does not show current updates, it doesn't appear that the idexer script is working and he doesn't know why as he did not install htdig originally. Here's the cgi code that I was given to index the search and make it pick up the updates. Any help is greatly appreciated: #!/usr/bin/perl print "Content-type: text/html\n\n"; if($ENV{'QUERY_STRING'} eq 'do'){ print "<HTML><BODY><PRE>--HTDIG Results--\n"; print `./bin/htdig -s`; print "\n\n"; print "--HTMERGE Results--\n"; print `./bin/htmerge -s`; print "</PRE></BODY></HTML>"; }else{ print qq~<html> <body> <p><a href="htdigindexer.cgi?do">Do Index</a></p> </body> </html> ~; } Thanks! ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ ht://Dig general mailing list: <[email protected]> ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-general