Michael Savage
Michael Savage
thanks again
flea.conf is something I never got around to finishing. `touch flea.conf` or just remove the code that uses it for now The only thing it's used for is pointing at...
I have a few objections to this: - I can't imagine any use cases for this - I don't think fcgi variables don't belong with the request headers - You...
REMOTE_ADDR is a special case (right???) so I think handling it separately is the neatest solution. And now this means I need to look at X-Forwarded-For headers. I'll have to...
They do, and they('re supposed to) add REMOTE_ADDR to X-Forwarded-For at every hop.
Nginx[1] and apache[2] both forward the fcgi process's stderr to their error logs, which I think is the most appropriate mechanism to use here. Fcgi hijacks stdout/stderr so this can't...
Do you mind if I sit on this one for a few days? Everyone seems to have slightly different logging requirements, so I think it's worth thinking about either making...
seems like it would be better to use arc4random on solaris Also I'm hesitant to add a catch all. ggentropy already has code paths for platforms that I never have...
On Thu, Jan 20, 2022 at 02:12:33PM -0800, nia wrote: > we still support solaris 10 in pkgsrc which lacks such a function, among other less commom unix-likes, so i'd...
Great, would it better if I wait for those changes to go in then? (or post the diff atm and I can take over) > BTW, what issue do you...