Hi,
This sounds like you need to configure "append_domain". You see, squid
uses res_mkquery() and not res_search() so it will only look for exactly
what it was given. That is, if you say "http://www", squid will look for
"http://www." which does not exist. If you configure "append_domain" then
squid, when asked for "http://www" will look for "http://www.you.domain.".
Colin
On Tue, 9 Oct 2001, Deeptish Dey wrote:
>
> Hello folks,
>
> I have transparent proxy running at my squid box, on RH7.1; here from my
> lan I say http://www; squid is unable to find the dns entry ( in my dns
> server I have www = www.mydomain ); it is happening with all hostname
> abbriviations; If I stop squid, and remove the redirection..
Received on Tue Oct 09 2001 - 17:15:12 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:02:39 MST