Re: Compressing response from SOAP::Transport::HTTP::Apache

2006-04-25 Thread Geoffrey Young
> with Modules::SoapServer containing: > > > my $server = SOAP::Transport::HTTP::Apache -> dispatch_to("SoapCalls"); > > sub handler { $server->handler(@_) } > your handler() subroutine needs to be Apache::Filter aware. you can find out how to do that via the Apache::Filter docs on cpan h

Re: Compressing response from SOAP::Transport::HTTP::Apache

2006-04-25 Thread Jonathan Vanasco
why not just use mod_deflate ? On Apr 25, 2006, at 5:42 AM, Alex Greg wrote: Hi, We're using SOAP::Transport::HTTP::Apache and I want to enable HTTP compression. We're using it as follows: | - - - - - - - - - - - - - - - - - - - - | RoadSound.com / Indie-Rock.net | Collaborative Online Manag

Compressing response from SOAP::Transport::HTTP::Apache

2006-04-25 Thread Alex Greg
Hi, We're using SOAP::Transport::HTTP::Apache and I want to enable HTTP compression. We're using it as follows: PerlSendHeader On SetHandler perl-script PerlHandler Modules::SoapServer Order deny,allow Allow from all with Modules::SoapServer containing: