I have a script on a shared host that uses suPHP. I need unbuffered output (so I can flush before starting a lengthy subroutine) but can't find anyway to get it working, so my flush calls basically just get ignored. I have tried tweaking the .htaccess (which results in a 500 internal error), I've tried modifying a php.ini at the account level and in the folder level for the specific script (both of which seem to be completely ignored, I can't for example disable the php engine with engine = Off or suphp_engine = Off).
How can I get buffering disabled (might have to ask my hosting provider, but what do I ask them to change specifically)? Is it even possible with suPHP?