Re: [squid-users] Attached file on OWA with Squid

2016-04-26 Thread Sebastien.Boulianne
Hi Amos, Thanks you very much for your great answer. I already checked in the list archives but I couldn’t find anything. Here is my Squid version detail. I use the Eliezer's package. :) squid -v Squid Cache: Version 3.5.16 Service Name: squid configure options: '--build=x86_64-redhat-linux-gn

[squid-users] Logging in squid

2016-04-26 Thread Aashima Madaan
Hey, I have kept squid between a proxy and a server. Requests and response pass from proxy to squid to server and back. Does squid has any other logs except cache.log and access.log? are there any ways to improve squid logging or enable any debug logs? Thanks Aashima ___

Re: [squid-users] Logging in squid

2016-04-26 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Read squid.cache.documented carefully again: # LOGFILE OPTIONS # - # TAG: logformat #Usage: # #logformat # #Defines an access log format. # #The is a

[squid-users] help for my intercept proxy setup

2016-04-26 Thread maileh
Hi Here is my router wccp config In global config i enable ip wccp #ip wccp web-cache redirect-list WCCP_HTTP #ip wccp 70 redirect-list WCCP_HTTPS Interface facing my Clients and also Squid is in the same subnet int g0/0.904 ip wccp web-cache redirect out ip wccp 70 redirect out. Verification #

Re: [squid-users] help for my intercept proxy setup

2016-04-26 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Show WCCP section of yout squid.conf please. 27.04.16 3:05, maileh пишет: > Hi > Here is my router wccp config > In global config i enable ip wccp > #ip wccp web-cache redirect-list WCCP_HTTP > #ip wccp 70 redirect-list WCCP_HTTPS > Interface fac

Re: [squid-users] help for my intercept proxy setup

2016-04-26 Thread maileh
wccp2_router 10.240.0.254 wccp_version 4 wccp2_forwarding_method gre wccp2_return_method gre wccp2_rebuild_wait off wccp2_assignment_method hash wccp2_service standard 0 wccp2_service dynamic 70 wccp2_service_info 70 protocol=tcp flags=dst_ip_hash,src_ip_alt_hash,src_port_alt_hash priority=240 por

Re: [squid-users] help for my intercept proxy setup

2016-04-26 Thread Maile Halatuituia
wccp2_router 10.240.0.254 wccp_version 4 wccp2_forwarding_method gre wccp2_return_method gre wccp2_rebuild_wait off wccp2_assignment_method hash wccp2_service standard 0 wccp2_service dynamic 70 wccp2_service_info 70 protocol=tcp flags=dst_ip_hash,src_ip_alt_hash,src_port_alt_hash priority=240 por

Re: [squid-users] help for my intercept proxy setup

2016-04-26 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 27.04.16 3:27, maileh пишет: > wccp_version 4 #This directive is only relevant if you need to set up WCCP(v1) #to some very old and end-of-life Cisco routers. In all other #setups it must be left unset or at the default setting. #

Re: [squid-users] help for my intercept proxy setup

2016-04-26 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Note this: # TAG: wccp2_forwarding_method #WCCP2 allows the setting of forwarding methods between the #router/switch and the cache. Valid values are as follows: # #gre - GRE encapsulation (forward the packet in a GRE/WCCP tunnel) #

Re: [squid-users] help for my intercept proxy setup

2016-04-26 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 The only problem I see is this: Your proxy box can't interconnect with WCCP on transport/configuration level. 27.04.16 4:01, Maile Halatuituia пишет: > wccp2_router 10.240.0.254 > wccp_version 4 > wccp2_forwarding_method gre > wccp2_return_method

Re: [squid-users] help for my intercept proxy setup

2016-04-26 Thread maileh
​Thanks Yuri ..any suggestion thanks From: Yuri Voinov [via Squid Web Proxy Cache] Sent: Wednesday, April 27, 2016 10:34 AM To: Maile Halatuituia Subject: Re: help for my intercept proxy setup -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 The only prob