https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31744
--- Comment #17 from David Cook <[email protected]> --- (In reply to David Cook from comment #16) > So far I've only tested this in koha-testing-docker (using a ProxyPass to > inventory.pl from a custom endpoint - needed to update inventory.tt to point > to that custom endpoint). > > It works as expected, but I typically run Koha behind yet another reverse > proxy, so I'm curious how that will go. I suspect that I'll need to disable > compression on that proxy for inventory.pl. > > (Note that compression isn't enabled for CSV exports from Koha by default > anyway, so it's not a huge drama in terms of the status quo...) I've tried this on a more real-world setup, and it works well even when sitting behind another Apache reverse proxy that has compression enabled. It doesn't seem to buffer. It just starts streaming the data. (It does need the compression disabled for inventory.pl on the Apache sitting in front of Starman though.) -- 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/
