Hi all.
We have a failover zabbix setup with mysql master-slave on 2 servers.
And there's a highloaded page screens.php with severe content. How can I take this page from another server without in-browser redirect? I've made it already trough nginx location directive: fail, it redirects whole page; thru rewrite rule from apache: the same. Can I actually do this with apache/nginx or not?
Proxying on application level should help, f.e. to split mysql read/write requests, but we have two databases, while zabbix can't work with 2, don't it?
Thanks!
We have a failover zabbix setup with mysql master-slave on 2 servers.
And there's a highloaded page screens.php with severe content. How can I take this page from another server without in-browser redirect? I've made it already trough nginx location directive: fail, it redirects whole page; thru rewrite rule from apache: the same. Can I actually do this with apache/nginx or not?
Proxying on application level should help, f.e. to split mysql read/write requests, but we have two databases, while zabbix can't work with 2, don't it?
Thanks!