David Beitey

Results 70 comments of David Beitey

And looking at the server's error logs, the worker process is crashing: ``` 2014/05/15 12:38:02 [alert] 9127#0: worker process 9129 exited on signal 11 2014/05/15 12:38:07 [alert] 9127#0: worker process...

Right, here we go. Here's the debug log (https://gist.github.com/davidjb/c313816e81e902ad33aa) and the backtrace is below (using `gdb /usr/sbin/nginx.debug /opt/nginx/nginx.core` and `backtrace`): ``` Core was generated by `nginx: worke'. Program terminated with...

I see that the remote port info is being sent via a request attribute: https://github.com/yaoweibin/nginx_ajp_module/blob/master/ngx_http_ajp.c#L558 So to add this feature, it would just be a case of adding another configuration...

resizefs is already supported, but see pull request #23 if you're looking for more than just that option.

+1, it would be great to see these extra command line options available, especially for non-interactive configuration. Happy to help and rebase this & create a new PR, if that's...

+1, this would be extremely useful to see merged.

Any updates on this one? I was looking at setting up checks to *specifically* test for a redirect being made (eg a http:// URL returning a 301 to https://) so...

@jbernard The new code in `master` looks good and it's working a treat for nested file structures; and the new CLI structure is much more intutitve, thanks! The only thing...

@jbernard Your tool is really excellent; I had been looking at other similar managers but they're not nearly as clear or logical. So yes, many thanks are in order! As...

PR opened: https://github.com/nginxinc/nginx-wiki/pull/365