[Pangloss] running with apache

Bruno Postle bruno at mkdoc.com
Fri Feb 27 14:44:12 GMT 2004


On Fri 27-Feb-2004 at 01:17:02PM +0000, Bruno Postle wrote:
> 
> ANy ideas?  I'll try running it properly with Apache mod_perl.

With apache I get an internal server error:

[Pangloss::Apache::Handler::init_debug] (23232) debug level set to: 1
[Pangloss::Apache::Handler::init_controller] (23232) initializing Pangloss controller
[Fri Feb 27 13:58:01 2004] [error] error loading pipeline config from /var/www/pangloss/conf/controller.yml: Error loading class [StoreRequest] - couldn't find new() in: StoreRequest at /var/www/pangloss/lib/Pangloss/WebApp.pm line 63.

This is set in the httpd.conf:

    PerlSetEnv      PERL5LIB      "/var/www/pangloss/lib"
    PerlSetEnv      PG_HOME       "/var/www/pangloss"

StoreRequest exists in a suitable place:

    /var/www/pangloss/lib/Pangloss/Segment/StoreRequest.pm

controller.yml has Pangloss::Segment in the search-packages section:

    search-packages:
      - Pangloss::Segment
      - OpenFrame::WebApp::Segment
      - OpenFrame::Segment

-- 
Bruno


More information about the Pangloss mailing list