Geoff Hutchison wrote:
> 
> At 6:46 PM +0300 7/31/01, Mohammad Ali Agheli wrote:
> >I want to know why the name of the server will change whenever I run
> >"./htdig -i -vv" command?
> >Is that a bug????
> ...
> ><http://agheli:8080/:>http://agheli:8080/: GET / HTTP/1.0
> 
> I don't really understand what you're asking (and perhaps no one else
> answered for a similar reason). The code gets the URL to begin
> indexing from the start_url attribute in your config file. It then
> follows links as appropriate.
> 
> So I'm not sure what you've meant when you said "the name of the
> server will change." If you mean it's a different name than you've
> set in the start_url, then perhaps your server is set to return a
> standardized hostname that is not what you've set for ht://Dig.
> 
> If this is not your question, further explanation would be greatly appreciated.

I think this is related to the non-standard port of the server in
question here (8080).  AFAIK, Ht://Dig does not honour non-standard
ports but instead will fall back to the standard HTTP port 80.

In this case, "the name of the server" includes a non-standard port
(8080) which is stripped off by the indexer resulting in the attempt
to query the same host at the standard port (80).  However, it is
(correctly) detected that "http://agheli:8080/"; /= "http://agheli/";,
so that any other (probably relative) URLs which the index page refers
to are skipped.

It is a bug, yes - and AFAIK it had been discussed in the list before.

I'm not sure, however, if the bug was entered in the buglist or how
it was handled then.


cheers,

  Torsten

-- 
InWise - Wirtschaftlich-Wissenschaftlicher Internet Service GmbH
Waldhofstra�e 14                            Tel: +49-4101-403605
D-25474 Ellerbek                            Fax: +49-4101-403606
E-Mail: [EMAIL PROTECTED]            Internet: http://www.inwise.de

_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to