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
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
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
> 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
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
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
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
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]
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
--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
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
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
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
>
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
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
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
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
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];
>
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
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
20 matches
Mail list logo