Open GoogleCodeExporter opened 9 years ago
That's because 14.04 uses mpm_event as the default, which means all the HTTP
requests are handled by the a process' threads.
Switch back to mpm_prefork will workaround the problem. In the long run, ELSA
should clone() the db handler between threads.
Original comment by tim.lau....@gmail.com
on 3 Dec 2014 at 1:42
Original issue reported on code.google.com by
AndyCap...@gmail.com
on 30 Jun 2014 at 9:51