Re: [htdig] DB2 problem (RESOLVED)

2002-01-06 Thread Thomas Guettler
On Sun, Jan 06, 2002 at 03:29:22PM -0600, Geoff Hutchison wrote: > At 11:56 AM +0100 1/6/02, Thomas Guettler wrote: > >I got the following error: > >... > >It took me some time to find this. Can someone add this to the FAQ, or > >patch it? > > What about the FAQ:

Re: [htdig] indexing with session IDs

2002-01-06 Thread Geoff Hutchison
At 11:03 PM +0100 1/6/02, Daniel Naber wrote: >To make it a bit more clear: There's a frameset and one of the frames is >src="blah.jsp?sessionid=something". When the user clicks a link the >complete frameset gets rebuilt, but the blah.jsp frame has a different >content this time. Wait. So you're

Re: [htdig] from a newbie-running htdig and pdf parser

2002-01-06 Thread Geoff Hutchison
At 2:52 PM -0600 1/6/02, Luna, John wrote: >I want to try out a new linux box we have running Apache and Htdig. >I am using is Caldera OpenLinux 3.1. > >I believe htdig needs a parser to index PDF files. >... >PDF PARSING IS NOT SUPPORTED FOR SECURITY REASONS. The preferred way to index PDF files

[htdig] indexing with session IDs

2002-01-06 Thread Daniel Naber
Hi, I'm trying to index a server that uses a session ID to keep a status on the server side. There's at least one page whose contents differs depending on the server state. Since the session ID is always the same, htdig will only index this page once. Is there a way to tell htdig that the page

Re: [htdig] DB2 problem (RESOLVED)

2002-01-06 Thread Geoff Hutchison
At 11:56 AM +0100 1/6/02, Thomas Guettler wrote: >I got the following error: >... >It took me some time to find this. Can someone add this to the FAQ, or >patch it? What about the FAQ: . Is this unclear? -- -- -Geoff Hutchison Williams Students Online http:/

[htdig] from a newbie-running htdig and pdf parser

2002-01-06 Thread Luna, John
I want to try out a new linux box we have running Apache and Htdig. I am using is Caldera OpenLinux 3.1. I believe htdig needs a parser to index PDF files. While logged on as root- I have inserted: external_parsers: application/msword /usr/local/bin/parse_doc.pl \ application/postscript /usr

[htdig] DB2 problem (RESOLVED)

2002-01-06 Thread Thomas Guettler
I got the following error: DB2 problem...: missing or empty key value specified The problem was that start_url: http://localhost/~guettli is wrong. It must be: start_url: http://localhost/~guettli/ (Note the slash at the end of the URL) Webserver is: Apache 1.3.19