[Catalyst] Apache2 problem

Alan Humphrey alan.humphrey at comcast.net
Thu Jan 26 23:25:09 CET 2006


package Catalyst::Engine::Apache;

use strict;
use warnings;
use base 'Catalyst::Engine';

use File::Spec;
use URI;

our $VERSION = '1.06';

-----Original Message-----
From: catalyst-bounces at lists.rawmode.org
[mailto:catalyst-bounces at lists.rawmode.org] On Behalf Of Andreas Marienborg
Sent: Thursday, January 26, 2006 2:20 PM
To: The elegant MVC web framework
Subject: Re: [Catalyst] Apache2 problem

Catalyst::Engine::Apache version?

andreas

On 26. jan. 2006, at 23.10, Alan Humphrey wrote:

> I'm getting the following error when I try to load a page under  
> Apache (2.0.54).  I'm running Catalyst 5.62 and everything else  
> *appears* to be up to date.
>
>
> Any ideas?
>
>
> -          Alan
>
>
> [Thu Jan 26 13:58:43 2006] [catalyst] [error] Caught exception in  
> engine "Can't locate object method "request" via package  
> "Catalyst::Engine::Apache::MP20" at /usr/pkg/lib/perl5/site_perl/ 
> 5.8.0/Catalyst/Engine/Apache/Base.pm line 76, <DATA> line 225."
>
>
> Line 76 in Base.pm is in prepare_connection:
>
>
> 74 sub prepare_connection {
>
> 75     my $c = shift;
>
> 76     $c->request->address( $c->apache->connection->remote_ip );
>
> _______________________________________________
> Catalyst mailing list
> Catalyst at lists.rawmode.org
> http://lists.rawmode.org/mailman/listinfo/catalyst


_______________________________________________
Catalyst mailing list
Catalyst at lists.rawmode.org
http://lists.rawmode.org/mailman/listinfo/catalyst




More information about the Catalyst mailing list