On Thu, 2010-08-26 at 09:05 -0700, Sukh Khehra wrote: > I am using puppet 0.25.1on Centos 5.4 on both client and server along > with apache 2.2.3/mongrel 1.1.5 on the server side. I am getting http > status code 400 (The request could not be understood by the server due > to malformed syntax) in balancer_access_log for a handful of hosts > like so. How do I can decode that data to look at it to see what’s > wrong with it? > > > > > > 172.16.19.30 - - [26/Aug/2010:00:31:10 +0000] > "GET /production/catalog/hostname.sk.local?facts=<compressed b64 > string? Encrypted?>&facts_format=b64_zlib_yaml HTTP/1.1" 400 190 "-" > "-"
There's nothing wrong in the data itself. There are great chances the problem is that the request is too large for Apache to handle. I don't know its exact limit, but I believe it's around 4k. I think apache error.log should log the error, if not then it might be either a mongrel error or the master itself. You should also check your master log to see if it logs anything about this. -- Brice Figureau Follow the latest Puppet Community evolutions on www.planetpuppet.org! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.