On Tue, Dec 2, 2008 at 4:16 PM, Perrin Harkins <[EMAIL PROTECTED]> wrote:

>
> Which version of mod_perl are you running?  This may be relevant:
> http://perl.apache.org/docs/1.0/guide/porting.html#_INC_and_mod_perl


In looking at the mod_perl 2 documentation, I see that using a SetHandler
perl-script has very different behavior than using a SetHandler modperl -
could that be related at all? We have always used perl-script:

DirectoryIndex index.mpl index.html
AddType text/html .mpl

Options +ExecCGI -Indexes
AddHandler cgi-script pl

<FilesMatch ".*\.mpl$">
  SetHandler perl-script
  PerlHandler ATMHandler
  Options ExecCGI
</FilesMatch>



-- 
Shane McCarron
[EMAIL PROTECTED]
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to