you could set up the browser to use automatic proxy configuration.
so you can change the configuration on a central web server.
see http://www.netscape.com/eng/mozilla/2.0/relnotes/demo/proxy-live.html
for details.
i use something like:
pxy2 squid/logs# more /usr/local/httpd/htdocs/cgi-bin/pxycfg.pac
#!/bin/bash
echo -e "Content-Type: application/x-ns-proxy-autoconfig\r"
echo -e "Cache-control: no-cache\r"
echo -e "Pragma: no-cache\r"
echo -e "Expires: `date -R -u`\r"
echo -e "Date: `date -R -u`\r\n\r"
echo 'function FindProxyForURL(url, host) {
if (isPlainHostName(host) ||
dnsDomainIs(host, ".yourdomain") ||
isInNet(host,"172.16.0.0", "255.255.0.0"))
{
return "DIRECT";
} else {
return "PROXY 172.16.0.1:3128";
}
}'
Paulo Andre schrieb:
>
> There is another way, but may not help you.
> I had the same problem, we have a microsoft based network and we run WINS.
> So I browse "http://intranet" (and a few other internal machines) and wins
> does the resolving.
> But I also would like to have a squid solution to it.
>
> Paulo Andre
>
> -----Original Message-----
> From: Rohit Peyyeti [mailto:rohit@translogicsys.com]
> Sent: 14 May 2002 11:53
> To: Squid Support (Henrik Nordstrom); squid-users@squid-cache.org
> Subject: Re: [squid-users] resolving local websites
>
> Thanks for your reply. But I keep adding new VirtualHosts very frequently
> and I have
> about 30-40 systems which becomes too cumbersome to manage If I have to set
> it
> up in every browser.
>
> Regards,
> Rohit Peyyeti
>
> ----- Original Message -----
> From: "Squid Support (Henrik Nordstrom)" <hno@marasystems.com>
> To: "Rohit Peyyeti" <rohit@translogicsys.com>; <squid-users@squid-cache.org>
> Sent: Tuesday, May 14, 2002 1:57 PM
> Subject: Re: [squid-users] resolving local websites
>
> > On Tuesday 14 May 2002 09:38, Rohit Peyyeti wrote:
> >
> > > Any idea on how to get rid of this problem? Is there any way I can
> > > bypass SQUID for internal
> > > websites? I also tried this which does not work:
> > >
> > > acl internal dst 10.0.0.0/8
> > > always_direct allow internal
> >
> > You cannot tell Squid to bypass himself. You need to tell your
> > browser not to use a proxy for you local sites. See your browsers
> > "Advanced proxy settings" for details.
> >
> > --
> > MARA Systems AB, Giving you basic free Squid support
> > Your source of advanced web reverse proxying solutions
> > http://www.marasystems.com/products/
-- ------=========================================================------ Christian Schoeniger, SYSADM /"\ ASCII Ribbon Campaign Fahrzeug-Entwicklung Sachsen \ / Respect for open standards Phone: +49 375 56 60 254 X No HTML/RTF in email Fax: +49 375 56 60 319 / \ No M$ Word docs in email ------=========================================================------Received on Tue May 14 2002 - 06:39:11 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:08:07 MST