On Sat, 28 Aug 2004 [EMAIL PROTECTED] wrote:

For the first case, I am not certain what is happening. I suspect there is
an issue with the way the web server is configured. Typically a web
server will respond with some sort of "moved" status code (e.g. 301) and a
pointer to a new location when a URL ending with a directory name is
provided without a trailing slash. For example, a request for

http://www.digitalhit.com/cr/reneezellweger

I don't know if this helps, but a) we're not using mod_rewrite and b) 'cr' is actually a php file that's taking 'reneezellweger' as a database variable.

If this is the case, you might need to consider using mod_rewrite to solve the problem. In the above case, I think a typical web server would look for a file named reneezellweger in a /cr/ directory and then send a moved status if the file doesn't exist, all before even considering the PHP side of things. Perhaps there is some more clever way to handle this case, but rewriting the URLs with the 'cr' might solve the problem with duplication.

I'll try another run and see how it goes. Right now I'm trying to solve
why I'm getting so many "no server running" errors.

You might want to consider turning off the ignore_dead_servers attribute. By default, once htdig fails to contact a server once, it assumes the server is dead and skips any further URLs associated with that server. For more on this attribute see the following.

  http://www.htdig.org/attrs.html#ignore_dead_servers

This won't solve the problem of the underlying failure, but it might at least eliminate some of the noise and let you focus on the cases where htdig truly fails to find the server.

Jim


------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ 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

Reply via email to