mohatt / dashbrew

Vagrant build for developing PHP projects on different PHP versions and configurations
492 stars 38 forks source link

Disable Output Buffering #31

Open derimagia opened 9 years ago

derimagia commented 9 years ago

I'm having an issue disabling output buffering in dashbrew. I think it may be buffering at the apache proxy level but I can't be too sure since I don't have that much experience with mod_proxy_fcgi.

Example code: http://stackoverflow.com/a/12740522

Would be appreciated if anyone has any information in it.