Flush the output buffer in https / ssl, change the 64kb default
Hi,
I can't find anything about how to change that 64kb buffer in https / ssl
in http:// work just fine using fcgid or suphp
[code=php]
";
ob_flush();
flush();
sleep(1);
}
?>
but in https:// i need to send 64kb or the buffer never flush how I can make https calls behave exactly as a http:// call? Just Notice that WHM is using this feature to show a log progress like in Easy Apache or Software Update (the link)
but in https:// i need to send 64kb or the buffer never flush how I can make https calls behave exactly as a http:// call? Just Notice that WHM is using this feature to show a log progress like in Easy Apache or Software Update (the link)
-
I was missing run /usr/local/cpanel/bin/build_apache_conf after I added the new setting FcgidOutputBufferSize 0 in /usr/local/apache/conf/userdata/ssl/2_2/myuser/mysite/fcgid.conf everything work as expected :) Thanks 0 -
Hello :) I am happy to see you were able to address the issue. Thank you for updating us with the outcome. 0
Please sign in to leave a comment.
Comments
2 comments