> For rsync I would probably set-up an ssh tunnel so making the active > know something about the passive is gonna be unavoidable I guess. I have > set-up master-master MySQL replication between them so all the essential > app data is pretty much known to both. I was thinking of eventually > moving the Basic Auth user/password data into MySQL somehow, this would > be the ideal solution as the data is being replicated. Anyone done that > and if so what software was used?
Just to follow up and answer my own question. We're now using MySQL for Basic Auth with Apache. The Debian package apache_mod_auth_mysql seems to be unmaintained and Apache uses it's own version of MD5 crypt so we patched our own version of apache_mod_auth_mysql. The user/passwords are kept in sync with MySQL replication. Regards Imran Chaudhry _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
