Re: Can't log/print in header_filter_by_lua

2013-05-20 Thread Ramesh Muraleedharan
OK. I was able to resolve it by doing a clean install of nginx. Dunno what the underlying issue was, but my hunch is I was logging to an a different location and the logs I was looking at were the default logs from nginx. Thanks anyway! On Mon, May 20, 2013 at 2:47 PM, Ramesh Muraleedharan

Re: Can't log/print in header_filter_by_lua

2013-05-20 Thread Ramesh Muraleedharan
hould work though*. > * > > * > * > > > 2013/5/20 Ramesh Muraleedharan > >> Hi all, >> >> I've been experimenting with rewriting 'Set Cookie' headers in a >> nginx-reverse-proxy effort. >> >> The Set-Cookie rewrite doesn'

Can't log/print in header_filter_by_lua

2013-05-20 Thread Ramesh Muraleedharan
Hi all, I've been experimenting with rewriting 'Set Cookie' headers in a nginx-reverse-proxy effort. The Set-Cookie rewrite doesn't seem to work yet, and more importantly, my log/print statements don't print to error_log as directed, making it very difficult to debug. http { server { acces