You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Randy Terbush <ra...@zyzzyva.com> on 1995/10/24 13:50:14 UTC

Re: Server push problem

> On Sat, 21 Oct 1995, Ben Laurie wrote:
> [server-push problems]
> > --------------------------------------
> > 1. Don't buffer CGI output.
> > 
> 
> There are two ways to do server-push with Apache with a minimum of hassle:
> 
> Might be cool to document this somewhere. 
> 
> 	Brian

What problems would we run into if we stop buffering CGI output?

I have encountered this same problem recently. I have a CGI script that
forks a standalone server process. It fails to get the kickoff input
from the user unless it is an nph-.  I would like some of the headers
to be parsed.