I have two servers configured the same running Litespeed + PHP 5.6 via Cpanel EA4. All my PHP scripts use
What might be the cause of the issue? I can work around this by removing the
ob_start("ob_gzhandler")
including my download scripts where I use the X-LiteSpeed-Location
header. This works fine on one server, but my other server LiteSpeed doesn't seem to like the ob_start("ob_gzhandler")
call and I get a 500 error, although this does not seem to be logging to any error log. I don't have this issue serving downloads via PHP's readfile()
on either server.What might be the cause of the issue? I can work around this by removing the
ob_start
call, but I'd like to understand why this is happening on one server and not my other. Thanks
Last edited by a moderator: