Mathew Heard

Results 92 issues of Mathew Heard

e.g weight, max_fails, fail_timeout This does raise the question as to how we specify these (equally?) to each server member

What about supporting skipping of overlapping cron jobs? What about supporting skipping of cron and commit overlapping?

documentation

Fresh Install of the latest master apears to always try to connect to 127.0.0.1 which will fail if you try and build a cluster between multiple machines (i.e over a...

src/core/ngx_log.c:699:27: error: ângx_log_tâ has no member named âfacilityâ src/core/ngx_log.c:699:9: error: statement with no effect [-Werror=unused-value] src/core/ngx_log.c:700:27: error: ângx_log_tâ has no member named âpriorityâ src/core/ngx_log.c:700:9: error: statement with no effect [-Werror=unused-value]...

Would it be possible to get an error_log directive (other than the global) added to this module? Preferably one that operates on the server scope (or identical to the nginx...

I am looking to integrate a syslog module with this, howeaver there is no nginx documentation that I can find for creating commands for different protocol blocks, specifically out of...

When the nginx daemon is reloaded, the logfile handle isnt updated. It is common for logrotate to change move the file and then reload nginx to reload the handle to...

If I have an access log in the http section, can I use the same log file in the tcp section (I take responsibility for formatting the rows the same,...

Caught this error randomly today. ``` PHP Fatal Error · Uncaught Error: Cannot use object of type stdClass as array in /var/www/revision/r382/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php:1202 ``` version: phpseclib 2.0.27

Hi, I'm at present exploring other applications for cbpf outside of filtering (ranking, sorting, etc) many of which require alternative return values (no longer just snaplen). As such I've been...

BPF related