Robert Goldsmith

Results 16 issues of Robert Goldsmith

Hi all, When trying to use this script with ubuntu I'm seeing an ever-growing number of active cgi-fcgi instances and the health checks aren't terminating. Any idea why?

enhancement

If I understand things correctly, Flow supports having a separate file supplied within the package install that provides type definitions for a package. I assume Typescript does the same. Rather...

I'm trying to use the `registry.consul.tagprefix` config value to change the default `urlprefix-` to `fabio-`. I have services in consul passing health checks and registering service tags of the form...

I'm wondering whether to shift a large number of apache 301 redirects to the fabio instances at the edge of our network rather than them being proxied through and handled...

If a static route exists that changes the weight of a dynamic route but that dynamic route doesn't exist in the initial data fetched from consul when fabio first starts...

I'm struggling with the Forwarded and X-Forwarded-For headers on http traffic passing through Fabio. Our Fabio instances sit behind a Cloudflare style WAF/LB setup and I can see, via tcpdump,...

Hi all, If there's a shutdown wait delay setup in Fabio's config, does the /health endpoint continue to report a 200 OK during a shutdown or does it start returning...

Over the last couple of years some fundamentally different techniques to approaching DOM manipulation / rendering have appeared (e.g. virtual DOM and incremental DOM) and browsers have gained new DOM...

In the various ajax methods (save, fetch, etc) Backbone uses success and error callbacks passed as functions in the options object. It would be nice if we could use Promises...

I was reading the details of graphQL this morning at it occurred to me how similar the concepts are to NestedTypes. graphQL basically wants to know about types and relationships...