[squid-users] NTLM Authentication / access.log

2006-10-03 Thread Tino Reichardt
Hello list,


is there a way to deny the logging of the 407/DENIED or 403/DENIED
requests to squid.

How should the acl for the access_log entry look like ?
access_log  [ [acl acl ...]]


acl log_todo (I have no idea)
access_log /var/log/squid/access.log squid log_todo


Has someone a solution for this ?

-- 
regards, TR


pgpiSZ3P9htHV.pgp
Description: PGP signature


Re: [squid-users] Regular Expression Content Changes

2006-09-28 Thread Tino Reichardt
* Rob Gunther <[EMAIL PROTECTED]> wrote:
> I would like to use squid for a project I'm working on.
> 
> What I basically want to do is have all HTML pages that are pulled
> through squid have some search & replace filters run on them before
> being fed back to the client and stored in the cache.
> 
> I skimmed the manual, and see there are some plugins to do this to
> actual URL's themselves but does anyone have a suggestion how this
> could be done on actual HTML content?

Maybe this will work for you:
http://sites.inka.de/~bigred/devel/squid-filter.html


-- 
regards, TR


pgppDcJT8d1Mb.pgp
Description: PGP signature


Re: [squid-users] Regular Expression Content Changes

2006-09-27 Thread Tino Reichardt
* Rob Gunther <[EMAIL PROTECTED]> wrote:
> I would like to use squid for a project I'm working on.
> 
> What I basically want to do is have all HTML pages that are pulled
> through squid have some search & replace filters run on them before
> being fed back to the client and stored in the cache.
> 
> I skimmed the manual, and see there are some plugins to do this to
> actual URL's themselves but does anyone have a suggestion how this
> could be done on actual HTML content?

I think, it is planned for Squid 3, but the current 2.x releases haven't
such a feature.

If I am wrong and you find something usefull - please tell me ;)


-- 
regards, TR


pgpdkxUddvyvg.pgp
Description: PGP signature


Re: [squid-users] SQUID + Trend Micro IWSS

2006-09-26 Thread Tino Reichardt
* nonama <[EMAIL PROTECTED]> wrote:
> HI there, 
> This is urgent. Need to find out some configuration &
> setting. Is there anybody out there using SQUID and
> Trend Micro IWSS (http anti virus scanning)? Please
> reply ASAP!!

Ask Trend Micro. It's a comercial product, where you buy the software
and its support.


-- 
regards, TR


pgpPc9Qu12ti8.pgp
Description: PGP signature


Re: [squid-users] Stream audio/video

2006-09-25 Thread Tino Reichardt
* Marcel Werner <[EMAIL PROTECTED]> wrote:
> Hi *,
> 
> I have to block all audio / video streams.
> 
> I have createt rules to block the download of *pls|mp3| 
> Thats worked.
> 
> But when the user go to a website like :
> 
> http://www.liveradio.de/
> 
> and klick to the link a php download opend and squid doesnt filter that
> think.
> 
> Ok now I have readed about a acl like browser but the download is no
> mimetype video or audio, its like a normal file.

Suggestion 1:

Just use Squidwall and set up an banner filter with regex.7 expressions
on the content (bcfilter). The squidwall filter would look like:

^Content-Type: application/x-shockwave-flash
^Content-Type: audio/.*
^Content-Type: video/.*

Every Video/Audiostream will be replaced with an 1x1 pixel ;)


Suggestion 2:

If you want to show some deny page, you have to choose the crfilter -
content regex filter. Every attempt to load some video will be redirected 
to your "Hey, YOU SHOULDN'T DO THAT" page ;)



-- 
regards, TR


pgpTYHv4Wr4ZR.pgp
Description: PGP signature


Re: [squid-users] Squid acl containing hostnames issue

2006-05-29 Thread Tino Reichardt
* Jason Bassett <[EMAIL PROTECTED]> wrote:
> 
> I am therefore looking for the easiest and most time effective method
> of blocking rooms when required.  Hostnames seemed to be the best way.
> 
> Any ideas on this issue?

Restricting access an a per user Basis can also be done... just install
an ident daemon with your netlogon script and forbid / allow access,
based on them. Ident daemons are availably for most (all?) Openrating Systems...

I have written a redirector, were you can allow / disallow access to
users / hosts per webinterface on-the-fly ... maybe that's also an point
:)

See http://www.mcmilk.de/projects/squidwall/ for more information about
the redirector.


-- 
regards, TR


Re: [squid-users] Which the best OS for Squid?

2005-10-08 Thread Tino Reichardt
* Odhiambo Washington <[EMAIL PROTECTED]> wrote:
> * On 06/10/05 23:25 +1300, D & E Radel wrote:
> > 
> > - Original Message - 
> > From: "Askar" <[EMAIL PROTECTED]>
> > To: "Bonnici Daniel" <[EMAIL PROTECTED]>
> > Cc: 
> > Sent: Thursday, October 06, 2005 11:09 PM
> > Subject: Re: [squid-users] Which the best OS for Squid?
> > 
> > 
> > >Bonnici Daniel wrote:
> > >
> > >>Hi, which is the best linux OS for security and to run squid??
> > >>
> > >>cheers
> > >>
> > >>Daniel
> > >>
> > >>
> > >>
> > >> 
> > >>
> > >www.slackware.com
> > >
> > >coz it follows KISS (Keep It Simple Stupid) ;)
> > 
> > Debian, "apt-get install squid". :-)
> 
> 
> FreeBSD, "portinstall squid". :-)))
Arch Linux "pacman -S squid" :-()


-- 
regards, TR