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: Location /soapserver/ PerlSendHeader On SetHandler perl-script PerlHandler Modules::SoapServer Order deny,allow Allow from all /Location with

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

PerlTransHandler

2006-04-25 Thread Jim Schueler
What happened to PerlTransHandler in mod_perl-1.29? Jim Schueler Motor City Interactive

Re: PerlTransHandler

2006-04-25 Thread Frank Wiles
On Tue, 25 Apr 2006 13:56:12 -0400 (EDT) Jim Schueler [EMAIL PROTECTED] wrote: What happened to PerlTransHandler in mod_perl-1.29? Jim Schueler Motor City Interactive It didn't go anywhere. By chance are you using a recently installed version where you didn't build it with

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

svn commit: r397004 - /perl/modperl/trunk/t/response/TestAPI/add_config.pm

2006-04-25 Thread randyk
Author: randyk Date: Tue Apr 25 15:33:04 2006 New Revision: 397004 URL: http://svn.apache.org/viewcvs?rev=397004view=rev Log: Add svn:eol-style native Modified: perl/modperl/trunk/t/response/TestAPI/add_config.pm (props changed) Propchange:

svn commit: r397010 - /perl/modperl/trunk/build/win32_fetch_apxs

2006-04-25 Thread randyk
Author: randyk Date: Tue Apr 25 15:59:32 2006 New Revision: 397010 URL: http://svn.apache.org/viewcvs?rev=397010view=rev Log: Recognize on Win32 that the Apache2 binary name has been changed to httpd.exe for Apache/2.2. Modified: perl/modperl/trunk/build/win32_fetch_apxs Modified:

svn commit: r397021 - /perl/modperl/trunk/lib/Apache2/Build.pm

2006-04-25 Thread randyk
Author: randyk Date: Tue Apr 25 16:40:23 2006 New Revision: 397021 URL: http://svn.apache.org/viewcvs?rev=397021view=rev Log: Recognize on Win32 that libapr.lib and libaprutil.lib for Apache/2.2 have been renamed to libapr-1.lib and libaprutil-1.lib, respectively. Modified:

svn commit: r397083 - /perl/modperl/trunk/Changes

2006-04-25 Thread randyk
Author: randyk Date: Tue Apr 25 21:30:48 2006 New Revision: 397083 URL: http://svn.apache.org/viewcvs?rev=397083view=rev Log: Fix typo in recent commit concerning the name of the aprutil library on Win32 in Apache/2.2. Modified: perl/modperl/trunk/Changes Modified: