[squid-users] Fw: Windows Integrated Authentication - is this a solution?

2003-03-01 Thread Gary Price \(ICT\)
I wanted to be able to transparently proxy Windows Integrated Authentication. I made a small change to squid that seems to let it work. I altered the hash key used for the persistent server connection list so it includes the IP and port of the client, as well as the host name and port of the orig

Re: [squid-users] Custom Error Pages with images

2003-03-01 Thread Gary Price \(ICT\)
Henrik Perhaps I am not understanding something about this. I use transparent proxying. I tried to provide a custom GIF image on error pages by using a URL as you describe, and editing the error pages so they contain the image tags. However, the images are proxied. If the proxy says "access denie

[squid-users] Squid Accelerator Not Caching

2003-03-01 Thread Hugh Buchanan
Greetings, I just upgraded to Squid 2.5.STABLE. I was running version 2.2. I am pretty sure that this problem is unrelated to my upgrade.. I just happened to notice this today while I was upgrading. Basically, nothing is getting cached. Everything gets reported as a TCP_MISS/200 in the acce

RE: [squid-users] Blocking Yahoo! & MSN Messengers thru Squid.

2003-03-01 Thread Waitman C. Gobble, II
> Trying to block Yahoo! Messenger & MSN Messenger without > disallowing connections to TCP ports 443 & 563 or blocking > Yahoo! Mail and HotMail in squid v2.5 stable1. Hello I believe you can run yahoo messenger through any port, including 80. As I recall I was able to use yim on a machine

[squid-users] Blocking Yahoo! & MSN Messengers thru Squid.

2003-03-01 Thread Georges J. Jahchan, Eng.
Trying to block Yahoo! Messenger & MSN Messenger without disallowing connections to TCP ports 443 & 563 or blocking Yahoo! Mail and HotMail in squid v2.5 stable1. Following is the interesting part in squid.conf: acl SSL_ports port 443 563 acl CONNECT method CONNECT http_access deny CONNECT !SSL_por

[squid-users] Multiple Accelerators.

2003-03-01 Thread Allan
Hello, we are currently using a single server (squid 2.4-STABLE7, Linux RedHat 7.3, 1.4 GHz Pentium III, 2 Gb Ram, 4096 FileDescriptors) as reverse-proxy for a small site (approx 2,5K objects, about 150 Mb). Due to growing load - 400 hits/sec, we are experincing loads about 30% user and 65% system

Re: [squid-users] Custom Error Pages with images

2003-03-01 Thread Henrik Nordstrom
The icon trick works for providing any files of reasonable size of any mime type.. just add them after the "default" icon (last line, "." as pattern) to ensure they are never confused to be real icons.. But my recommendation is to only use the icon trick as last resort. Better to put the image

Re: [squid-users] Custom Error Pages with images

2003-03-01 Thread Gary Price \(ICT\)
Would the icon option work for the Access Denied error page? I had assumed it was not possible to put custom images on that error page. Gary Price Intelligent Compression Technologies - Original Message - From: "Henrik Nordstrom" <[EMAIL PROTECTED]> To: "Stella Korakaki" <[EMAIL PROTECTED]

[squid-users] how can i do this

2003-03-01 Thread Farrukh Mahmood
hi to all well i m trying to do some thing like this i got 40 users on my lan and i wanaa restric band on them like this 20 of my users can get 30 kbps from my total bandwide and 10 can get 10 kbps and 10 can get 15 kbps is this prossible from squid cause my gateway is my squid and bandwide i

Re: [squid-users] Going anonymous?

2003-03-01 Thread Karl Pielorz
--On 01 March 2003 18:41 + [EMAIL PROTECTED] wrote: Does anyone know the format of the header_access and header_replace tags which apparently replace the earlier ones? Have you checked the shipped/default config with Squid, i.e. the bit under: "# TAG: header_access" It explains the new ones

[squid-users] TCP_MISS Help

2003-03-01 Thread comcastNZ
All, Why do most sites come back tcp_miss/200? Is it the sites or is it something I need to change in my config? __ The NEW Netscape 7.0 browser is now available. Upgrade now! http://channels.netscape.com/ns/browsers/download.jsp

[squid-users] Going anonymous?

2003-03-01 Thread 0m4q4001
Hi all I've just started using Squid 2.5 STABLE which promptly rejected some of my sqid.conf tags - notably anonymize-headers and fake_user_agent. I've checked the web site which seems totally devoid of how to actually implement these changes. Does anyone know the format of the header_access a

[squid-users] Re: [Fwd: [Fwd: Failed to install module from /usr/local/squidGuard/db/squidguard-0.91.2.wbm : Module squidguard does not supportthis operating system (Mandrake Linux 8.0)]]

2003-03-01 Thread Runar Skraastad
lør, 2003-03-01 kl. 03:51 skrev deny: > > > hello > > this message appear when i try installing squidguard in module webmin > > of course i read the faq > > > Question > I tried to install module X but it says "Module X does not > support this operating >

Re: [squid-users] Only 3 users simultaneously ???

2003-03-01 Thread Henrik Nordstrom
On Saturday 01 March 2003 11.45, Jérôme PHILIPPE wrote: > > Implementing a virtual concept of "sessions" within Squid would > > probably benefit many > > What is it ? Teching Squid about keeping track of user sessions based on inactivity timeout. Required to be able to count number of concurrent

Re: [squid-users] Reverse proxy and redirect program

2003-03-01 Thread Jack
Hello Henrik, Thanks, its working now Regards, Jack > On Saturday 01 March 2003 07.45, Jack wrote: > > Hello Henrik, > > > > I changed the script as you said as > > > > #!/usr/bin/perl > > > > while ($url = <>) { > > @list = split("/", $url); > > $newurl="http:/"; > > for

Re: [squid-users] Only 3 users simultaneously ???

2003-03-01 Thread Jérôme PHILIPPE
Thanks Henrik, In fact, I use ncsa_auth for authentication. My users use their personal login/password. For example, i would like, if there are most of 3 users connected (http request + timeout ?), anothers users can't connect (error message for them). Is it possible to know, how many users are c

Re: [squid-users] Only 3 users simultaneously ???

2003-03-01 Thread Henrik Nordstrom
For this some coding will be required, and some thinking to come up with correct definitions of "user" and "simultaneously" for your situation. First obstacle is that HTTP is stateless with no concept of a "session". Because of this defining "simultaneously" is a bit tricky as once the reply o

Re: [squid-users] Reverse proxy and redirect program

2003-03-01 Thread Henrik Nordstrom
On Saturday 01 March 2003 07.45, Jack wrote: > Hello Henrik, > > I changed the script as you said as > > #!/usr/bin/perl > > while ($url = <>) { > @list = split("/", $url); > $newurl="http:/"; > for($i=3;$i<@list;$i++) { > $newurl=$newurl."/".$list[$i]; >

Re: [squid-users] multiple squid cache configurations

2003-03-01 Thread Henrik Nordstrom
On Saturday 01 March 2003 09.58, Alex Sharaz wrote: > So ... if i've got 2 interfaces on a squid cache on the same net, > how do I persuade squid to load balance outgoing traffic over both > interfaces. This is more a question on how to configure routing in your OS than a question for Squid. Sq

[squid-users] multiple squid cache configurations

2003-03-01 Thread Alex Sharaz
Hi, At the moment I have 4 squid caches connected to a single Foundry Networks ServerironXL via 100Mbit full duplex links. The ServerIron is connected into our backbone network via Gigabit link. Each of the squid caches has 2 100Mbit ethernet ports on the motherboard As the above confgig has