Mathew Heard
Mathew Heard
Any progress towards 1.5.0?
https://github.com/splitice/nginx_syslog_patch Includes 1.5.6 support (access log only). I have no interest in doing error_log support at this time. I upgraded it over the weekend, this patch hasnt had QA internally...
proxy_bind support. I attempted to add it myself but unfortunately the nginx code is just too awesome for my mortal mind to understand.
Thanks for proxy_bind support :) Possible ideas for expansion: - FTP proxying (understanding PORT and PASV and opening / connecting) - IRC proxying (PING, PONG connection check based timeout) -...
Yes. the TCP log file. My config file is rather large and contains some semi-sensitive IP addresses Ill email it to you? Its key features: - Lots of TCP server...
Hmm for me its working on one server but not on the other, perhaps it has something to do with the sheer quantity of reloads? This servers config is updated...
Hmm strange, I came back and one server had an empty log file that wasnt updating. Seems to have something to do with the number of reloads. I will do...
Thanks for the quick reply. Damn, unfortunate I cant use my existing parser for this module. Thanks for saving me much time (on both counts, I patched+compiled stable and was...
I would love to learn, maybe Ill look into it. Another feature that would be great is proxy_bind support (that might be something simpler that I could start with). I...
@jasnell correct me if I'm wrong but is it expected that someone implementing a server would have to implement the clienthello promise in order to implement certificate rotation (i.e on...