[Catalyst] Apache and mod_perl question

Karl.Moens at marsh.com Karl.Moens at marsh.com
Fri Jun 16 12:16:34 CEST 2006





David Simas <dsimas at imageworks.com> wrote:
************************
I'm using Catalyst 5.6902, Perl 5.8.5, Apache 1.3.31, and mod_perl 1.29
on Linux.  I'm trying get Catalyst working through mod_perl, following
the example at

 http://search.cpan.org/~agrundma/Catalyst-Engine-Apache/lib/Catalyst/Engine/Apache/MP13.pm#SYNOPSIS


That more or less works when I use "MyApp" through the URL

 http://myapp.hostname.com

However, I need to access it through a URL like

 http://some.hostname.com/MyApp

and I haven't been able to make that work.  Can anybody to direct
me to an appropriate sample Apache configuration?

Thanks for any assistance.

DS
************************

My application is called Marsh::MFPT and is accessed through
http://www.imperialdeltronics.be/mfpt

In the httpd.conf I incuded:

<Location /mfpt>
    SetHandler          modperl
    PerlResponseHandler Marsh::MFPT
</Location>

and it just works!


Karl


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This message and any attachments are confidential. If you have received
this message in error please delete it from your system. If you require any
assistance please notify the sender. Thank You.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~




More information about the Catalyst mailing list