<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; "><div>Hi all,</div><div><br></div><div>I am looking into how we can load balance across different WSGI servers and I've typically done this by having a load balancer call something like a 'status.html' page in apache, which will return 200 + data about the server to the load balance (ie a artifically generated webpage that will show the stats about the server and will always return something when the server is up). Is there any equivalent in WSGI (or eventlet?) that is accessible from the web entrypoint (I know there is a backdoor thingy). </div><div><br></div><div>Does anything like that exist as an extension right now, it would seem useful to have a page where one could go to to show eventlet stats, wsgi stats + other stats about the WSGI server that is running in eventlet for various reasons (load balancing included). Thoughts/ideas?</div><div><br></div><div>Thx!</div><div><br></div><div>-Josh</div></body></html>