Re: Fedora Core 6, SOAP::Lite and mod_perl -- does this work?
by Philip M. Gollucci other posts by this author
Dec 5 2006 12:45PM messages near this date
Re: Fedora Core 6, SOAP::Lite and mod_perl -- does this work?
|
Re: Fedora Core 6, SOAP::Lite and mod_perl -- does this work?
Tom Cross wrote:
> According to some bugs in bugzilla.redhat.com, it looks like there is an
> issue with mod_perl on fc5,6, rhel3, and rhel4. I'm wondering if this
> is the case, or if I'm doing something wrong. Is this a mod_perl issue?
> I tried the fedora mod_perl (2.0.2) and I built a 2.0.3 mod_perl package
> and neither one worked.
>
> Fresh install of Fedora Core 6.
> Install mod_perl, perl-SOAP-Lite Fedora packages.
>
> Setup SOAP::Lite according to documentation by adding this to Apache's
> conf:
>
> <Location /soap>
> SetHandler perl-script
> PerlHandler Apache::SOAP
> PerlSetVar dispatch_to "/home/soap, MIME::Lite"
> PerlSetVar options "compress_threshold => 10000"
> </Location>
>
> Attempt to connect to simple "Hello World" SOAP server in /home/soap/
> and I receive this message in /var/log/httpd/error_log:
>
>
> [Tue Dec 05 13:33:48 2006] [error] [client 204.107.148.116] Can't locate
> object
> method "dir_config" via package "Apache2::RequestRec"
> at /usr/lib/perl5/vendor_perl/5.8.8/SOAP/Transport/HTTP.pm line 653.\n
Preload Apache2::RequestRec () in your startup.pl or in your httpd.conf
via PerlModule.
Its probably something Apache::SOAP should be doing for you. If this
fixes it, you should submit a patch to Apache::SOAP.
--
------------------------------------------------------------------------
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
|