Re: Newbie (kind of) help with getting apache setup for certain file endings

2006-01-16 Thread Paul Johnston
around. Paul Tom Paul Johnston wrote: Tom, Will have a play with that then. I did try something similar but for some reason it was erroring out. Thanks Paul

Re: Newbie (kind of) help with getting apache setup for certain file endings

2006-01-16 Thread Paul Johnston
Tom, Will have a play with that then. I did try something similar but for some reason it was erroring out. Thanks Paul Tom Schindl wrote: PerlModule ModPerl::Registry --8<-- # Handle all files ending in .pl with mp2 SetHandler perl-script PerlResponseHandle

Newbie (kind of) help with getting apache setup for certain file endings

2006-01-16 Thread Paul Johnston
Haven't done perl for 7 years (yes 7 years) and just coming back, so am a newbie with mod_perl really. Could do with a bit of setup help. I have an application that I'm been building in Perl and it works fine as a cgi and I want to convert it to using mod_perl. It's very modularised so cachi