Re: Htdig search index not working
<[email protected]> Mon, 1 Oct 2007 15:41:15 +0100
| Newsgroups | gmane.comp.web.htdig.general |
|---|---|
| Message-ID | <498C92D39B24504CA6C753B477F19E6C03E841DD@E03MVZ4-UKDY.domain1.systemhost.net> |
http://www.htdig.org/rundig.html <http://www.htdig.org/rundig.html> gives you the most immediately relevant options. I would add a -vv (that's two V characters) like so: print `./bin/htdig -s -vv`; print "\n\n"; print "--HTMERGE Results--\n"; print `./bin/htmerge -s -vv`; but you may need to go as far as -vvvv (four vee's) if it is a tricky problem. That should throw a lot of data back to the screen as the dig, and then the merge, are going along. Regards, Mike PS: This list has a funny way of doing addresses - I tend to forget about it myself, but by default replies go the individual, not to the list; I usually do 'Reply All' and then prune the address list. ________________________________ From: Thompson [mailto:[email protected]] Sent: Monday, October 01, 2007 3:38 PM To: Brockington,MJ,Michael,JPGA4X R Subject: RE: [htdig] Htdig search index not working Hi, I just took this over and am still learning it. So if you could give me a jump start on how to find the option to create a log that would be great! I am going to read the manual and go through the options but right now I'm in a bit of a time crunch working on other areas as well. Thanks in advance! -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of [email protected] Sent: Monday, October 01, 2007 4:58 AM To: [email protected] Subject: Re: [htdig] Htdig search index not working 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