hi,
is it possible configure accounting to log into 2 databases at the same time?
thanks,
hannes
modparam("acc", "db_url", "mysql://user:pw@localhost/ser")
modparam("acc", "db_url",
"mysql://user:pw@10.10.10.10/ser")
modparam("acc", "db_flag", 1)
modparam("acc", "db_missed_flag", 3)