Apache::ASP and gzip/inflate compression

2000-04-12 Thread Ime Smits
Hi, I would like to apply gzip or inflate compression on the response from Apache::ASP, because my application generates a lot low-entropy table-structures which can be compressed down to 90-95%. On a normal CGI script I would do something like: print "Content-type: text/html\n"; print "Pragma:

Re: Apache::ASP and gzip/inflate compression

2000-04-12 Thread Joshua Chamas
Ime Smits wrote: Hi, I would like to apply gzip or inflate compression on the response from Apache::ASP, because my application generates a lot low-entropy table-structures which can be compressed down to 90-95%. On a normal CGI script I would do something like: print "Content-type:

Re: Apache::ASP and gzip/inflate compression

2000-04-12 Thread Ken Williams
[EMAIL PROTECTED] (Joshua Chamas) wrote: Ime Smits wrote: I would like to apply gzip or inflate compression on the response from Apache::ASP, because my application generates a lot low-entropy table-structures which can be compressed down to 90-95%. First note that Apache::ASP is