Re: [squid-users] Forwarding from squid to junkbuster

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Wed, 09 May 2001 17:38:17 +0200

Define "clean" in terms of HTTP, and sure it can be done. See
cache_peer_access.

--
Henrik Nordstrom
Squid Hacker
Andipo Wiratama wrote:
> 
> Hi,
> I find setting it this way improve the performance as well. The problem is I also like
> to peer with other cache as well. Is it possible to set the combination of junkbuster
> and squid to only send "clean" ( no ads) request to the peers ?
> 
> Regards
> 
> Henrik Nordstrom wrote:
> 
> > Actually you should use cache_peer_access to control what gets sent to
> > junkbuster, and never_direct to control what must be sent to a parent.
> >
> > # Junkbuster is running on localhost port 8000
> > acl HTTP proto HTTP
> > cache_peer 127.0.0.1 parent 8000 7 no-query
> > cache_peer_access 127.0.0.1 allow http
> > never_direct allow HTTP
> >
> > but it can be done as you did also, except that in your configuration
> > the junkbuster proxy will receive some requests for other protocols
> > (i.e. gopher and SSL).
> >
> > --
> > Henrik Nordstrom
> > Squid Hacker
> >
> > Shanker Balan wrote:
> > >
> > > Hello:
> > >
> > > Thanx for the hint. :) I added the following to squid.conf and squid is
> > > now forwarding to junkbuster.
> > >
> > > /etc/squid.conf
> > >
> > > # Junkbuster is running on localhost port 8000
> > > cache_peer 127.0.0.1 parent 8000 7 no-query
> > > acl HTTP proto HTTP
> > > acl FTP proto FTP
> > > never_direct allow HTTP
> > > always_direct allow FTP
> > >
> > > Anything else that needs to be tweaked or improved? What about HTTPS? Do
> > > i need to add something for that too?
> > >
> > > I set protocol FTP as direct since junkbuster does not(?) do FTP and
> > > things seems to be working well.
> > >
> > > HTTP seems to be getting trapped by squid and forwarded to junkbuster.
> > > All FTP connections are not trapped or logged at all. Exactly what i
> > > wanted to achieve!
> > >
> > > Snips from logs:
> > >
> > > squid/access_log
> > > 989057957.506   1535 127.0.0.1 TCP_MISS/304 170 GET
> > > http://i.cnn.net/cnn/virtual/2000/code/main.js -
> > > FIRST_UP_PARENT/127.0.0.1 -
> > >
> > > junkbuster/junkbuster
> > > /usr/sbin/junkbuster: GPC       i.cnn.net/cnn/virtual/2000/code/main.js
> > >
> > > Thanx for your time. Perhaps some one should add this to the junkbuster
> > > FAQ.
> > >
> > > -- Shanu
> > >
> > > Henrik Nordstrom wrote,
> > > > See cache_peer_access/always_direct/never_direct directives.
> > >
> > > --
> > >
> > >  -   -   -   -   -   -   -   -   -   -  - ( Shanu )  -  -
> > >  Shanker Balan                                                  shanu@exocore.com
Received on Wed May 09 2001 - 12:32:26 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:59:53 MST