On 11/08/2016 11:17 p.m., Eugene M. Zheganin wrote:
> Hi.
>
> On 30.06.16 17:19, Amos Jeffries wrote:
>>
>> Okay, I wasn't suggesting you post it here. Its likely to be too big for
>> that.
>>
>> I would look for the messages about the large object, and its FD. Then,
>> for anthing about why it wa
i'm really sorry. can you check the link in my post again. I can't find that
line,really.
--
View this message in context:
http://squid-web-proxy-cache.1019090.n4.nabble.com/How-can-I-complete-this-tutorial-tp4678837p4678852.html
Sent from the Squid - Users mailing list archive at Nabble.com.
Pretty sure this is affecting our 3.5.x systems as well — we use a very
similar splicing implementation.
I'll keep an eye out in hope someone adapts that patch!
Dan
On 12 August 2016 at 06:22, Alex Rousskov
wrote:
> On 08/11/2016 10:56 AM, Steve Hill wrote:
>
> > At ssl_bump step 2 we splice t
On 12/08/2016 9:10 a.m., joe wrote:
> only on latest squid 4 happen
> Squid Cache: Version 4.0.13-20160809-r14785
> -
> HTTP/1.1 400 Bad Request
> Server: squid
> Mime-Version: 1.0
> Date: Thu, 11 Aug 2016 21:02:46 GMT
> Content-Type: text/html;charset=utf-8
> Content-Length: 3367
> X-Squid
On 12/08/2016 6:31 a.m., Antony Stone wrote:
> On Thursday 11 August 2016 at 20:25:04, Adam Vollrath wrote:
>
>> Good afternoon! I'm configuring Squid 3.3.8 on Ubuntu 14.04.5 LTS. It's
>> in reverse proxy mode and has some explicit peers specified. My issue
>> is that sometimes requests get forw
only on latest squid 4 happen
Squid Cache: Version 4.0.13-20160809-r14785
-
HTTP/1.1 400 Bad Request
Server: squid
Mime-Version: 1.0
Date: Thu, 11 Aug 2016 21:02:46 GMT
Content-Type: text/html;charset=utf-8
Content-Length: 3367
X-Squid-Error: ERR_PROTOCOL_UNKNOWN 0
X-Cache: MISS from proxy.
On Thursday 11 August 2016 at 22:15:12, Daniel Reif wrote:
> There is any way to run squid in transparent mode and non-transparent
> mode in the same squid?
Yes - you define one listener on port 80 for the intercept traffic (which
*must*
be redirected on the Squid box, so it must either be in t
On 08/11/2016 10:56 AM, Steve Hill wrote:
> At ssl_bump step 2 we splice the connection and Squid does verification
...
> Unfortunately, when verification fails, rather than actually dropping
> the client's connection, Squid just leaves the client hanging.
Hi Steve,
This sounds very similar
There is any way to run squid in transparent mode and non-transparent
mode in the same squid?
I searched the internet and not found anything about it
The transparent proxy is necessary because there are some applications
that run on my network
that do not have proxy configuration.
But the non-tr
On Thursday 11 August 2016 at 20:25:04, Adam Vollrath wrote:
> Good afternoon! I'm configuring Squid 3.3.8 on Ubuntu 14.04.5 LTS. It's
> in reverse proxy mode and has some explicit peers specified. My issue
> is that sometimes requests get forwarded to that specified peer, but
> sometimes squid
Good afternoon! I'm configuring Squid 3.3.8 on Ubuntu 14.04.5 LTS. It's
in reverse proxy mode and has some explicit peers specified. My issue
is that sometimes requests get forwarded to that specified peer, but
sometimes squid just forwards directly itself.
`squid.conf` has these lines:
http_po
On Thursday 11 August 2016 at 19:15:08, james82 wrote:
> I want to do this tutorial :
> https://www.linode.com/docs/networking/squid/squid-http-proxy-ubuntu-12-04,
> but these are something I don't understand so much, please help me.
If you find this tutorial difficult to follow, I would suggest
On Thu, 11 Aug 2016 10:15:08 -0700 (PDT)
james82 wrote:
> I want to do this tutorial :
> https://www.linode.com/docs/networking/squid/squid-http-proxy-ubuntu-12-04,
> but these are something I don't understand so much, please help me.
Do you want to do the tutorial, or do you want to set up squi
where I gonna add http_access? Can you edit the squid.conf file in ghostbin
for me and paste a new once. Please, I need your help. Hug thanks a lot.
--
View this message in context:
http://squid-web-proxy-cache.1019090.n4.nabble.com/How-can-I-complete-this-tutorial-tp4678837p4678840.html
Sent f
Are you sure about this?
--
View this message in context:
http://squid-web-proxy-cache.1019090.n4.nabble.com/How-can-I-complete-this-tutorial-tp4678837p4678839.html
Sent from the Squid - Users mailing list archive at Nabble.com.
___
squid-users mailin
Hello,
That line is not in the default squid.conf. That tutorial is telling you to
add that line to your squid.conf.
For ex:
acl client src 12.34.56.78 # Home IP
http_access allow client
becomes:
acl homepc src 1.2.3.4
http_access allow homepc
Replace 1.2.3.4 with the IP of
I want to do this tutorial :
https://www.linode.com/docs/networking/squid/squid-http-proxy-ubuntu-12-04,
but these are something I don't understand so much, please help me. Here is
my squid.conf file: https://ghostbin/paste/kw7pp. I can't find line
http_access like in tutorial, because have so much
I've been suffering from a significant memory leak on multiple servers
running Squid 3.5 for months, but was unable to reproduce it in a test
environment. I've now figured out how to reproduce it and have done
some investigation:
When using TPROXY, Squid generates fake "CONNECT 192.0.2.1:44
On Thu 11.Aug'16 at 22:38:13 +1200, Amos Jeffries wrote:
> On 11/08/2016 7:04 p.m., C. L. Martinez wrote:
> > Hi all,
> >
> > I am doing some modifications in refresh_patterns rules in a squid host
> > (release 3.5.20) and it seems they are working, with the exception of this
> > one:
> >
> >
Hi.
On 30.06.16 17:19, Amos Jeffries wrote:
>
> Okay, I wasn't suggesting you post it here. Its likely to be too big for
> that.
>
> I would look for the messages about the large object, and its FD. Then,
> for anthing about why it was closed by Squid. Not sure what tha would be
> at this point th
On 10/08/2016 6:49 p.m., Frosch Martin wrote:
> Hello,
>
> I hope I am right here.
>
> I use Squid Version 3.5.20 as reverse Proxy for Outlook (2010)
> Anywhere and OWA. The problem is that I cannot transfer Files bigger
> than 2MB since the Microsoft Update
> https://technet.microsoft.com/de-de/
On 11/08/2016 7:04 p.m., C. L. Martinez wrote:
> Hi all,
>
> I am doing some modifications in refresh_patterns rules in a squid host
> (release 3.5.20) and it seems they are working, with the exception of this
> one:
>
> refresh_pattern -i
> \.(rar|jar|gz|tgz|tar|bz2|iso|m1v|m2(v|p)|mo(d|v)|(
Hi all,
I am doing some modifications in refresh_patterns rules in a squid host
(release 3.5.20) and it seems they are working, with the exception of this one:
refresh_pattern -i \.(rar|jar|gz|tgz|tar|bz2|iso|m1v|m2(v|p)|mo(d|v)|(x-|)flv)
129600 80% 129600 override-expire override-lastmod
23 matches
Mail list logo