My experience with png files is that different computers handle them very differently. I suggest converting the image to a .gif file. That format won't cause so many headaches. I can't tell you how many times I've had to tell my OS X box to view .png files in the browser.
Regards, Mike Quoth "Panel Vincent" <[EMAIL PROTECTED]> On 3/13/02 3:45 AM: > Hello, > > I only want to use SquidGuard to replace advertisements with blank pictures. > > I have done the config and it is working pretty well on my computer. However, > some computers in my company try to )__download__ the PNG and it is very > annoying as on every page a download dialog box appears (we are all using > IE5.0). > > Did someone have the same problem and solved it ? > > Thanks > Vincent. > > -----Message d'origine----- > De : Morris Maynard [mailto:[EMAIL PROTECTED]] > Envoy� : mercredi 13 mars 2002 00:55 > � : Dieter Kroemer; Squidguard Mailing List > Objet : RE: squidguard-filter doesn't block the group teacher > > > It's really in the documentation. Your config file has only the "default" > group. You need to create separate groups and put different blocks for them in > the acl. For instance: > > src kids { > ip 192.168.1.10, 192.168.1.11 > } > src adults { > ip 192.168.1.12 192.168.1.13 > } > > acl { > adults { > pass all > redirect http://whatever.cgi... > } > kids { > pass !bl_ads !bl_aggressive... all > redirect http://whatever.cgi > } > default { > pass none > redirect http://whatever.cgi > } > } > > To use the user login name, you have to use some way to identify the user to > squid. You can do this with: > a) Squid authentication. The user must enter a username and password > whenever they start the browser for most authentication methods. > Transparent mode of squid will not work. > b) IDENT. The user computer must run an ident client. You set up an > ident acl in squid and require it for proxy access. Transparent > mode of squid will not work with this either. > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Dieter Kroemer > Sent: Tuesday, March 12, 2002 5:10 PM > To: Squidguard Mailing List > Subject: squidguard-filter doesn't block the group teacher > > > Hey, > > once again my question, perhaps I can explain it in a better way: > > Is there a possibilty, that only the group "teacher" (or better some single > users) passes squidguard and can see every url they want to see. > > What I've got to? > > Thanks > Dieter > > > --- > [This E-mail scanned for viruses by Declude Virus] > > --- [This E-mail scanned for viruses by Declude Virus]
