https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26128
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #23 from David Cook <[email protected]> --- I don't think I'm going to solve the Apache issue today, but I think I've demonstrated that the problem isn't really CGI vs Plack, but rather that Apache does not process TimeOut as expected for CGI scripts (mod_cgi), whereas it *does* process TimeOut correctly when proxying HTTP (mod_proxy_http). Rather than using CGI, my recommendation is for Koha to change either the TimeOut or ProxyTimeOut directives to 600 seconds when using Plack. Of course, ultimately, this is still not a scalable solution. It just increases the threshold for failure. The real solution would be to upload the file via the Web UI and then process the patron import asynchronously (which will be doable after Bug 22417 is pushed). -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
