Jonathan Pyle

Results 149 comments of Jonathan Pyle

By "upgrading" I meant that I went from using a Debian "jessie" virtual machine on Amazon Web Services to using a Debian "stretch" virtual machine on Amazon Web Services. Debian...

I recompiled the wsgi and xsendfile modules against the [Apache sources](https://packages.debian.org/stretch/apache2-dev), and the 5-second delay and corruption with ten-byte sequences still occurs. I'm not sure what the source of the...

I have not changed `Timeout`, so it should still be at its default of 60 seconds, although I just tried changing `KeepAliveTimeout` to 10 seconds and now the delay on...

Yes, disabling KeepAlive makes the problem go away (but at a huge cost to performance). Another way to make the problem go away is to use HTTP instead of HTTPS....

Thanks so much for your help with this. When I compiled and installed 4.3.0 (using the standard `./configure`, `make`, `sudo make install`) the problem went away. When I did the...

Ok, I tried adding that line within the VirtualHost configuration. It did not avoid the problem.

Yes, the source code being used by Debian for the xsendfile module is exactly the same as the source code on that site.

Ok, a minimal example is here: https://github.com/jhpyle/testxsendfile Note that I have only been able to trigger the problem over HTTPS. (I used to be able to get HTTPS to work...

Thanks very much for looking into the issue. By the way, I took down the https://test54.docassemble.org site last night (to save money on my Amazon Web Services bill), but I...

If the image wasn't so large, I would do that, but it would take up way too much space to make past versions available for download. (Sometimes I publish multiple...