On 07/12/2018 02:47 PM, Eliezer Croitoru wrote: > I tried it both on access logs and store_id_extras. > In the access log I am receiving this: > ....ICAP-Header-Test: "Connection: close\r\nDate:...\r\n " > > But on store_id_extras I am receiving for the same logformat ie > store_id_extras "%adapt::<last_h" > "... -"
Sounds like a Squid bug to me. Alex. > -----Original Message----- > From: Alex Rousskov [mailto:[email protected]] > Sent: Thursday, July 12, 2018 11:10 PM > To: [email protected] > Cc: Eliezer Croitoru <[email protected]> > Subject: Re: [squid-dev] StoeiD and ICAP services callouts, when it happens? > > On 07/12/2018 11:21 AM, Eliezer Croitoru wrote: > >> With regular logformat I am using: >> %{X-Store-Id}>ha >> >> And it works perfect. > > %>ha does not log an ICAP response header. It logs an HTTP request > header. You asked about an ICAP response header. > > >> So I tried using the next config line for store id: >> store_id_extras "%>a/%>A %un %>rm myip=%la myport=%lp %{X-Store-Id}>ha" >> >> which didn't worked as expected since it sends always "-". > > Bugs notwithstanding, the above should work if your adaptation service > adds an X-Store-ID request header field to the adapted HTTP request. You > can check what headers Squid has for %>ha by specifying %>ha without any > parameters. > > >> I have now tried to understand what and how I should use the: >> %adapt::<last_h > > Yes, %adapt::<last_h should work for logging the last ICAP response > header. Have you tried specified that logformat code, without any > parameters? > > > HTH, > > Alex. > > > > >> -----Original Message----- >> From: Alex Rousskov [mailto:[email protected]] >> Sent: Thursday, July 12, 2018 7:01 PM >> To: Eliezer Croitoru <[email protected]>; [email protected] >> Subject: Re: [squid-dev] StoeiD and ICAP services callouts, when it happens? >> >> On 07/12/2018 03:16 AM, Eliezer Croitoru wrote: >>> is it possible to pass an ICAP response header into the store_id_extras? >> >> Yes, %adapt::<last_h should work in store_id_extras: >> >> https://wiki.squid-cache.org/SquidFaq/OrderIsImportant#Callout_Sequence >> >> Alex. >> > _______________________________________________ squid-dev mailing list [email protected] http://lists.squid-cache.org/listinfo/squid-dev
