Put a private dns server, but then after a little while squid
stops responding requests. Looking into the FAQ i found that I should
use the dnsserver program. So I recompiled squid using todays version
(CVS snapshop) with the --without-internal-dns parameter.

        When I start squid I receive a warning from dnshelper saying
that -s option is not supported. -s seens its the option that squid uses
to pass to dnsserver program the dns_nameservers option. And -s is not
suported in current version of dnsserver. I got "-s is not supported on
this resolver".

        I can't change the resolv.conf in that machine to point to this
private DNS because other applications would start using it. And I can't
use hosts file because I have too many entries (more than a 1000) and
I'm afraid that lookups will be slow.

Thanks alot again,
Thiago lima.


-----Original Message-----
From: Henrik Nordstrom [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 19, 2003 6:19 PM
To: Thiago Lima ; [EMAIL PROTECTED]
Subject: Re: [squid-users] Squid Stores caches based on ips?


Don't use a redirector, use /etc/hosts instead (or a private DNS 
server).
 
Regards
Henrik

On Wednesday 19 February 2003 18.07, Thiago Lima  wrote:
>     Hi,
>
>     I'm using squid as accelerator mode with an own redirect program.
>
>     My program redir.pl rewrites as follow :
>
>     s/www.foo.bar/192.168.0.1/
>     s/www.domain.bar/192.168.0.1/
>     s/www.new.bar/192.168.0.2/
>
>     The problem is that www.foo.bar and www.domain.bar allways gets 
> messed up. Requesting one sometimes send me the other. I think squid 
> stores de cache using the IP or the canonical name, not the
> Host: header. I'm correct here?
>
>     If so, there's any other way to make it work?
>
>
> thanks alot.
> thiago lima.

Reply via email to