Heya, folks.
I have a bit of a conundrum on my hands. I have a PHP script that legitimately produces more than 1 GB of output. However, LiteSpeed doesn't appear to allow the maximum dynamic response body size to be increased to any value larger than 1 GB. Is there any way to get around this?
(I'm afraid that splitting the output into several files and/or using a header redirect isn't feasible for legacy reasons - I need this script to genuinely be able to spit out more than 1 GB of data. I was able to do this under Apache, but under LiteSpeed I'm hitting a wall.)
Thanks,
- Dave.
I have a bit of a conundrum on my hands. I have a PHP script that legitimately produces more than 1 GB of output. However, LiteSpeed doesn't appear to allow the maximum dynamic response body size to be increased to any value larger than 1 GB. Is there any way to get around this?
(I'm afraid that splitting the output into several files and/or using a header redirect isn't feasible for legacy reasons - I need this script to genuinely be able to spit out more than 1 GB of data. I was able to do this under Apache, but under LiteSpeed I'm hitting a wall.)
Thanks,
- Dave.