Re: Fedora Core 6, SOAP::Lite and mod_perl -- does this work?
by Philip M. Gollucci other posts by this author
Dec 5 2006 1:26PM messages near this date
Re: Fedora Core 6, SOAP::Lite and mod_perl -- does this work?
|
Apache2::Upload and End of file found error
Tom Cross wrote:
> Ok, I tried that. Then I even setup the perl-status thing that shows my
> current status. perl-status shows that Apache2::RequestRec is one of
> the modules currently loaded and it even knows about "dir_config"!
diff lib/SOAP/Transport/HTTP.pm lib/SOAP/Transport/HTTP.pm.new
--- lib/SOAP/Transport/HTTP.pm Tue Dec 5 13:24:13 2006
+++ lib/SOAP/Transport/HTTP.pm.new Tue Dec 5 13:24:06 2006
@@ -648,8 +648,13 @@
}
+use Apache2::RequestRec ();
+
sub configure {
my $self = shift-> new;
+use Data::Dumper;
+print STDERR Dumper $_[0];
+
my $config = shift-> dir_config;
foreach (%$config) {
$config-> {$_} =~ /=>/
/me thinks
--
------------------------------------------------------------------------
Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF
I never had a dream come true
'Til the day that I found you.
Even though I pretend that I've moved on
You'll always be my baby.
I never found the words to say
You're the one I think about each day
And I know no matter where life takes me to
A part of me will always be...
A part of me will always be with you.
Thread:
Tom Cross
Tom Cross
Geoffrey Young
Tom Cross
Randy Kobes
Philip M. Gollucci
Tom Cross
Philip M. Gollucci
|