>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). thank you. odd: it turns out that everything was fine except that for some reason apachectl restart is insufficient to reconfigure mason properly. I originally had a typo in the component root path and the correction wasn't noticed after restarts: it was only updated when i stopped and then started the server in two steps. i have no idea why that might be. something to do with the perlsetvar lines, i suppose? sorry to waste your time. will