hello, it is possible to disable buffering in mod_proxy_http ? or something like flush after each received data (i want this option per directory or virtualhost or via enviroment)
i have apache worker for static files and it proxy requests for php scripts to apache prefork problem is, that first apache with proxy, buffer data from backend apache and send data only at end of request (or after buffer is full) i google about this, but nothing useful found there is flushpackets option, but only for mod_proxy_ajp, i need this for http thanks -- Pavel Stano
