Re: Getting HTML::Mason to work on OS X

2004-01-27 Thread Ken Williams
Hi Gohaku, 1) Location / should work fine. But I usually prefer to use FilesMatch \.html$ or similar. No need to pass GIFs, JPEGs, etc. through the Mason parser. 2) Mason doesn't require perl 5.8. It works fine under Jaguar, perl 5.6, etc. -Ken On Sunday, January 25, 2004, at 09:41 PM,

Getting HTML::Mason to work on OS X

2004-01-25 Thread gohaku
Hi everyone, I just installed HTML::Mason on OS X v10.3.2 and other required modules. I am trying to run the following: % my $noun = 'World'; Hello % $noun %! How are ya? but it just echoes back what I am trying to execute. I ran make test for HTML::Mason and got back: All tests

Re: Getting HTML::Mason to work on OS X

2004-01-25 Thread Oliver Schnarchendorf
On Sun, 25 Jan 2004 22:41:46 -0500, gohaku wrote: #Returns 500 Internal Server Error when trying to view/run any document or script You might want to try the following after you accessed your mason page: tail /var/log/httpd/error_log Whatever went wrong should have left you a line