. I am not sure how squid
TCP reassembly logic works. I need some way to find out where it's getting
dropped in squid.
On Mon, Feb 6, 2017 at 11:45 AM, Antony Stone <
antony.st...@squid.open.source.it> wrote:
> On Monday 06 Feb 2017 at 17:34, Anonymous cross wrote:
>
> > I
I don't find any entry in access.log for that connection.
Regards,
Saravanan N
On Mon, Feb 6, 2017 at 11:29 AM, Antony Stone <
antony.st...@squid.open.source.it> wrote:
> On Monday 06 Feb 2017 at 17:26, Anonymous cross wrote:
>
> > Is there any way to find the
Is there any way to find the connections dropped/not forwarded by Squid? I
could see HTTP GET is forwarded to squid but it's not initiating a
connection with webserver
On Mon, Feb 6, 2017 at 10:54 AM, Matus UHLAR - fantomas
wrote:
> On 06.02.17 10:47, Anonymous cross wrote:
>
>
Hi,
Is there any way to find out the packets dropped/not forwarded by squid?
Is there any debug logs/option to enable it?
Regards,
Anonymous cross.
___
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo
10.2
TCP_CLIENT_REFRESH_MISS/200 34272 GET http://abcexample.com/
<http://abcexample.com/> - FIRSTUP_PARENT/10.10.20.1 <http://10.10.20.1>
text/html*
- Cross
On Sun, Feb 28, 2016 at 1:37 PM, Amos Jeffries wrote:
> On 28/02/2016 8:18 p.m., Anonymous cross wrote:
> > Sorr
allow our_sites
cache_peer_access myAccel deny all
- Cross
On Sun, Feb 28, 2016 at 12:05 AM, Amos Jeffries
wrote:
> On 28/02/2016 5:31 p.m., Anonymous cross wrote:
> > Hi, Amos,
> > We are using forward tproxy . We used to redirect the packets coming
> from
> > client fo
> >
> > acl specified_clients src 192.168.100.1 192.168.100.2
> > request_header_accesss cache-control deny specified_clients
> >
>
> All tht directive controls is what Squid *outputs* to server on its own
> upstream requests. It wont help for this question.
>
>
> >
Hi, All,
I want squid to ignore "pragma:no-cache/cache-control:no-cache" header in
HTTP client request. Is there any configuration available in squid to
achieve this?
Also i want to ignore cache control header only for specific URL's? Is
there any way in squid to achieve this?
Regards,
Cross.
___
Hi All,
I have basic queries on an usage of safe and SSL_ports in squid.
Since squid proxies only HTTP packets then why do we need to add different
protocols in safe ports?
Our box is configured to redirect only port 80 packets to 3129? Do we need
to have safe and SSL ports in such a case?
I a