
bugzilla-daemon at bricolage-bugzilla
Feb 12, 2002, 10:51 AM
Post #1 of 1
(427 views)
Permalink
|
|
[Bricolage-Bugs] [Bug 97] New: /soap doesn't call Bric::SOAP::Handler->handler
|
|
Summary: /soap doesn't call Bric::SOAP::Handler->handler Product: Bricolage Version: 1.3.0 - Development for 1.4.0 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: API AssignedTo: dw [at] dnai ReportedBy: stregar [at] about-inc Something recent from Release_1_2 broke /soap. Somehow Bric::App::ApacheConfig is failing to setup the /soap Location correctly. If I put an explicit Location block after the PerlModule call then it works again: PerlModule Bric::App::ApacheConfig <Location /soap> SetHandler perl-script PerlHandler Bric::SOAP::Handler PerlAccessHandler Apache::OK </Location> Without the <Location> block Bric::SOAP::Handler->handler never gets called. http://bricolage-bugzilla.about.com/show_bug.cgi?id=97 _______________________________________________ Bricolage-Bugs mailing list Bricolage-Bugs [at] lists https://lists.sourceforge.net/lists/listinfo/bricolage-bugs
|