Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Output buffering under Apache

by bastard (Hermit)
on Mar 01, 2001 at 20:30 UTC ( [id://61580]=note: print w/replies, xml ) Need Help??


in reply to Output buffering under Apache

I'm not sure of any modules, but this thread covers about the same topic, and it's only a few days old.
It should cover what you are looking for.

Hope it helps.

Replies are listed 'Best First'.
Re: Output buffering under Apache
by mr.nick (Chaplain) on Mar 01, 2001 at 21:16 UTC
    That thread doesn't really cover the same topic; close but not really. I'm looking to unbuffer output by avoiding Apache's CGI handler, that was more about preventing the user/browser from timing out when waiting on ANY data to appear.
      As was said in the other thread by Merlyn:
      This works under modern Apache, but under older Apache versions, the script
      also had to be named nph-something to turn off the buffering. Consider the name
      as a signal that Apache should do its own $| = 1 equivalent.

      I don't know why it doesnt work under 2.0 apache, but try renaming the script "nph-..." and looking into the docs on CGI.pm. That is how you get around apache's buffering.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://61580]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2024-04-20 15:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found