Re: Apache Client Filehandle

2005-01-27 Thread Geoffrey Young
please keep posts on-list so everyone can benefit :) > Thanks for the sugestion; my handler has a flag that is set in an > application specific config file (not the apache.conf or any included > files therein) that should be able to turn off compression. what you could do in that case is just dis

Re: Apache Client Filehandle

2005-01-27 Thread Geoffrey Young
Leo wrote: > Hello all: > > I want to use Compress::Zlib to deflate contents being sent to the client. > > One way is using it's gzopen(, ) call. > > Is there a filehandle that represents the output stream to the client? > > How do I get it? > > I am writing my own mod_perl handler for Apach