Chris Howie

Results 80 comments of Chris Howie

I'm not aware of anything in the proxy that would prevent IPv6 pools from working. My initial guess is that this is a PHP limitation or network configuration problem. This...

@echiu64: That's a different feature entirely. @tecnobrat is requesting that the dashboard show the account balances of the various pools.

I would like to implement this feature in such a way that I don't have to special-case each pool, but rather leave it open for extension by the user. This...

@jwhitehorn: Thanks for digging into this. I'm going to experiment with the new backends I've been working on; hopefully I can get them to issue the request correctly (if they...

Yes, this can be done. Note, however, that some proxies might not forward the relevant X-\* headers, so some features may not work. Additionally, proxies might limit the request duration,...

@wyze, this issue is specific to some versions of MySQL and not others. Newer versions seem to infer the GROUP BY clause, while older versions require it explicitly.

I have pushed 83d0672, which might resolve this issue. Can those of you who have had trouble with this query pull down the latest and try again?

As designed, no. The admin pages will still be used to administrate the application. The new backend would replace /index.php (the script that handles getwork and long-polling requests). It's more...

I might include an Apache config recipe for doing exactly that. Note that the existing PHP getwork/LP script will continue to work, so if you don't have access to mono...

I can't reproduce this on apache2-mpm-prefork. I'm afraid there isn't much I can fix without further input.