On Friday, August 17, 2001, at 07:01  AM, will wrote:

> does anyone have any tips for installing & running mason on os x?
>
> I've got a happy mod_perl installation but i haven't got mason working 
> yet. that's normal - it usually takes me six goes to get these things 
> working - but i thought i'd better check there are no obstacles other 
> than my ineptitude.

I did it on Mac OS X Server a while back, and I don't recall any major 
problem.  Get the Apache configuration might be a bit tricky, especially 
if you want to install Apache-specific Perl modules in a separate 
directory than other Perl modules.  (Here, I had to modify the apachectl 
script to set the PERL5LIB environment variable before starting httpd).

My Mason configuration looks like:

     PerlRequire conf/mason.pl
     <Files *.mason>
     SetHandler perl-script
     PerlHandler HTML::Mason
     Options ExecCGI
     </Files>
     AddType text/html .mason

Hope this helps.
--------------------------------------------------------------------------
Edward Moy
Apple Computer, Inc.
[EMAIL PROTECTED]

(This message is from me as a reader of this list, and not a statement
from Apple.)

Reply via email to