|
Karl Moens |
at Jun 16, 2006 at 10:16 am
|
⇧ |
| |
David Simas 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#SYNOPSISThat more or less works when I use "MyApp" through the URL
http://myapp.hostname.comHowever, I need to access it through a URL like
http://some.hostname.com/MyAppand 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/mfptIn 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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~