https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26128
--- Comment #4 from David Cook <[email protected]> --- After quickly reviewing the code, I don't see anything that is particularly Plack unfriendly. The non-proxying of certain CGI scripts was due to them forking (like Bug 15032). But this code doesn't seem to have that problem. It just seems like it's probably long-running code. What proxy error is received and how long does it take to receive it? Is it 300+ seconds or less? If ProxyTimeout is not defined in Apache, it should use Timeout, which I think should default to 300 in Debian and Ubuntu. -- 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/
