Logging ALL cookies on requests from specific IP address range?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Apache 2.2.6 on Solaris.

We've encountered an issue where cookies seem to be disappearing. We think it has something to do with a Load Balancer the traffic is passing through.

We want to log the cookies being received to try to find out what's going on.

I tried adding the following to my configuration to try to see if I *could* capture all the cookies.

LogFormat "%h %l %u %t \"%r\" %>s %b "%{the-cookie-name}C\"" cookies

CustomLog           cookies.log cookies


What's showing up in this log file is (<ip> & <tstamp> to save wrapping of line) :

<ip> - - [<tstamp>] "GET /images/twitter.jpg HTTP/1.0" 200 1014 "-"

Does this mean the cookie named "the-cookie-name" did not appear in the request?

I tried getting ALL cookies by using %{*}C and got the same results. I'd like to get ALL the cookies, since we don't know *exactly* what's being dropped.

--
J.Lance Wilkinson ("Lance")		InterNet: Lance.Wilkinson@xxxxxxx
Systems Design Specialist - Lead	Phone: (814) 865-4870
Digital Library Technologies		FAX:   (814) 863-3560
E3 Paterno Library
Penn State University
University Park, PA 16802

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux