Re: Htdig search index not working
<[email protected]> Mon, 1 Oct 2007 16:37:16 +0100
| Newsgroups | gmane.comp.web.htdig.general |
|---|---|
| Message-ID | <498C92D39B24504CA6C753B477F19E6C03E842AA@E03MVZ4-UKDY.domain1.systemhost.net> |
I think you need to put back in a little of the script that you originally showed us, or else point that part to a physical file, from what little (rusty) PERL I can remember, the script currently isn't configured to print to screen. Even without the vees, you should be getting some output from the -s option, once the dig has completed. It may also be worthwhile checking the actual process usage on that machine, to ensure that the task has actually completed. I presume your document base must be fairly small; normal running times are measured in minutes and hours, not seconds. Mike ________________________________ From: Thompson [mailto:[email protected]] Sent: Monday, October 01, 2007 4:15 PM To: Brockington,MJ,Michael,JPGA4X R Subject: RE: [htdig] Htdig search index not working Hi, nothing at all prints to the screen when I perform that. Here is a copy of the file that I'm using. 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> ~; } ------------------------------------------------------------------------- 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