On 5/24/07, Randy J. Ray <[EMAIL PROTECTED]> wrote:

On 5/24/07, John Goulah <[EMAIL PROTECTED]> wrote:

> the above error eems to indicate a problem on line 259.
>
> probably should setup like this:
> 
http://search.cpan.org/~agrundma/Catalyst-Engine-Apache-1.11/lib/Catalyst/Engine/Apache/MP13.pm
>
> 
<http://search.cpan.org/%7Eagrundma/Catalyst-Engine-Apache-1.11/lib/Catalyst/Engine/Apache/MP13.pm>
>

Sorry, I should have also excerpted my Apache config:

<Perl>
    use lib qw(/.../bylines); # This block only matters when the app is
outside the default Perl areas
</Perl>

PerlModule Bylines    # This is line 259
<Location /bylines>
    SetHandler perl-script
    PerlHandler Bylines
</Location>



I'm not sure , except that I was also having problems with various things
until I set it up such as the example in the link I pasted above, which
yours is not  setup  like.   My suggestion is to use a virtual host entry in
the apache config.

Thanks,
John
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to