I don’t see the reason for inventing such a tool – isn’t the overhead of reading/parsing query logs and tcp dumps very large? Doesn’t this affect the performance metrics? Why not just replay binary logs (simulating concurrent connections using script) or proxy live data to a second server.
Post: Lighttpd as reverse proxy
… in lighttpd.conf server.modules = ( … “mod_auth”, “mod_status”, “mod_proxy“, … ) mod_status is useful to show additional information from lighttpd… to protect mod_status from unauthorized access
and mod_proxy is proxy by itself to enable status uncomment or add status.status…
Post: How Percona does a MySQL Performance Audit
… possible to use a patched binary, we can use MySQL Proxy, packet sniffing, or other techniques to get more information than… the discussion to topics such as monitoring, alerting, backups, caching, reverse proxies, and high availability solutions, all of which we can frequently…
Comment: Lighttpd as reverse proxy
We use Apache with threaded MPM as reverse proxy (and for static files) and Apache prefork MPM for serving …
Comment: Lighttpd as reverse proxy
… the impression of a single domain surely using Squid in reverse proxy mode is the simplest? Get one httpd to serve both…
Comment: Lighttpd as reverse proxy
Here, we use “HAproxy” in front for reverse proxy and load balancing. It’s VERY fast to parse HTTP …
Comment: Lighttpd as reverse proxy
This is interesting – we actually do the opposite
– apache as reverse proxy + mod_security + static file handling in front of the lighttpd/fcgi.
Comment: Pitfall of proxying HTTP requests through Lighttpd
I had the problem with Nginx too, when i downloaded a big file (750M), and using Nginx as a reversed proxy before lighttpd.
Comment: Pitfall of proxying HTTP requests through Lighttpd
… me before, when I was proxying large files off a backend squid server. I know two reverse proxies that have hybrid S&F…

