RE: [squid-users] How to purge an object from cache

2003-09-02 Thread Tony Melia (DMS)
I did have a simple cgi script to do this, you will need to make a form to pass it the URL as http://localhost/cgi-bin/purger.cgi?url=http://website/url.htm Change the ip/port no as required, also you may need to make changes to squid.conf to give 'yourself' permissions to purge. This script was

RE: [squid-users] AD authentication

2003-08-14 Thread Tony Melia (DMS)
Be aware that winbind is subject to any account resatrictions that AD puts on that account. FOr example, if an account is set to change password on next logon, it will fail, it will also fail if the user's account has specific workstations set in the 'logon to' tab in account. To get around that

RE: [squid-users] Blocking fragmented file download with SQUID, is it possible?

2003-08-12 Thread Tony Melia (DMS)
You could possibly do this by useragent ACL. If you know users should be using only IE, then make an ACL blocking anything but IE. Regards, Tony -Original Message- From: Gabriel M. Mizrahi To: [EMAIL PROTECTED] Sent: 6/08/2003 4:46 PM Subject: [squid-users] Blocking fragmented file

RE: [squid-users] Configuring multiple network card

2003-08-11 Thread Tony Melia (DMS)
Just have default gateway of NIC1 as normal (ip = 192.168.0.1) which will get the pages from internet, then add second nic and change the listen addresses to the IP of new NIC2, i.e listen on port 192.168.0.2:8080. Suggest you 'team' multiple NICS together as the listening NIC, compaq/Intel have

RE: [squid-users] NTLM + not a domain user

2003-08-04 Thread Tony Melia (DMS)
Sounds like you need to change the REQUIRED ACL to exclude the non-domain members. -Original Message- From: Vladimir Yakovlev [mailto:[EMAIL PROTECTED] Sent: Monday, 4 August 2003 04:20 To: [EMAIL PROTECTED] Subject: [squid-users] NTLM + not a domain user Good day! As far as i

RE: [squid-users] Qoutas

2003-08-04 Thread Tony Melia (DMS)
I would have thought the delay pools feature of squid would do just that function?? -Original Message- From: Adam Aube [mailto:[EMAIL PROTECTED] Sent: Tuesday, 5 August 2003 12:47 To: 'Squid List' Subject: RE: [squid-users] Qoutas My squid is currently setup with authentication. I

RE: [squid-users] wb_group

2003-08-03 Thread Tony Melia (DMS)
As a general rule, it is worth including smb.conf portions as well as squid.conf portions to the list when troubleshooting winbind ACL's. I had a number of problems with wb_group that went away when I left out the winbind separator option in smb.conf. Also, use the group name, not the SID in

[squid-users] FAQ/Most common ACL's

2003-07-29 Thread Tony Melia (DMS)
I am looking at putting together either a FAQ or snippets of config files to achieve some of the most commonly asked questions on Squid configuration, particularly ACL's (at least info not already covered in current doc's/default config file). Can I ask people if they have weird or wonderful

RE: [squid-users] Winbind problem

2003-07-22 Thread Tony Melia (DMS)
Using the wb_group from squid-2.5 Stable3. Any suggestions? -Original Message- From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] Sent: Tuesday, 22 July 2003 05:46 To: Tony Melia (DMS); ''[EMAIL PROTECTED]' ' Subject: Re: [squid-users] Winbind problem On Tuesday 22 July 2003 04.24, Tony

[squid-users] Winbind problem

2003-07-21 Thread Tony Melia (DMS)
Hi, I know in advance that this question is more of a samba related one than squid, but there are a lot of winbind users here, so I will throw it at you anyway. I am still trying to get squid and winbind talking so I can control access via groups. I found that I get a 'cannot enum groups' error

RE: [squid-users] Winbind problem

2003-07-21 Thread Tony Melia (DMS)
I'm confused. The reason I gave mydomain\\administrator ProxyUsers when testing on the commandline was because that is what the logs say squid is given. -Original Message- From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] Sent: Tuesday, 22 July 2003 10:58 To: Tony Melia (DMS); '[EMAIL

[squid-users] A Few Questions

2003-07-20 Thread Tony Melia (DMS)
Just a few quick ones for the Guru's out there. Where can I get the 'section numbers' for debugging squid. i.e so I can change the 'all,1' debug setting to something more specific. I want to debug external acl's, but after searching google/groups/squid docs I cannot find any reference to any

RE: [squid-users] Compressing HTML pages before sending to client

2003-07-20 Thread Tony Melia (DMS)
Sounds good, but I think it would make more sense to compress the file before committing it to disk at the caching level so as to compress the cache. -Original Message- From: Robert Mena [mailto:[EMAIL PROTECTED] Sent: Monday, 21 July 2003 12:07 To: [EMAIL PROTECTED] Subject: Re:

RE: [squid-users] Compressing HTML pages before sending to client

2003-07-20 Thread Tony Melia (DMS)
I would have presumed squid would decompress before sending to client. While there will be a processor and memory overhead in decompressing, html files tend to compress really well, and if this was to be implemented, maybe an ACL could exist so as not to waste time trying to compress .jpg files

RE: [squid-users] Skymaster 630e Internet Page Accelerator replacement?

2003-07-20 Thread Tony Melia (DMS)
We have a similar product here in Australia from a company called ursys. While I haven't seen it, my understanding was that it was an appliance type device. Regardless of wether you need a windows box to control the satellite connection, you can still have a squid box upstreaming to it and

[squid-users] External logging capability

2003-07-17 Thread Tony Melia (DMS)
Does anybody know the status of this development? According to http://devel.squid-cache.org/stale_projects.html#external_logger it is 'stale', does that mean it has been dropped? I have a real need to have squid log directly to MySQL. Does anybody know of any other way I can do this other than

RE: [squid-users] logs analysis

2003-07-16 Thread Tony Melia (DMS)
I am 90% through writing a interactive web based log analyser which works quite well, spitting out all kinds of interesting reports, graphs and statistics by user/host/url/remote host. It imports the logs from squid into a MYSQL database. At the moment my logs are about 1 Million lines, which

[squid-users] winbind based redirect to dansguardian

2003-02-23 Thread Tony Melia (DMS)
I would like to have 3 groups of access, full, restricted, and none, I have each category working, but I would like to have the restricted group sent through dansguardian  (on the same box).  What kind of ACL type can I do within squid to redirect these users to use port 8081 (dansguardian)?   For