<html>
<body>
Hi,<br><br>
I've managed to get RT running (Linux, Apache 2, Fastcgi, Perl 5.8,
MySQL) but had problems with the config files not being able to be read.
Following install, they had no world permissions (owned by root, rt
group).<br><br>
The '-f' test in RT.pm was finding the file, however the 'require' was
failing. Setting world read permissions fixed things.<br><br>
<tt><x-tab>        </x-tab>if (
-f "$SITE_CONFIG_FILE" ) {<br>
      
<x-tab> </x-tab><x-tab>        </x-tab>require
"$SITE_CONFIG_FILE"<br><br>
<br>
</tt>Can anyone offer an explanation? Apache is running as
nobody/nobody.<br><br>
<br>
Thanks,<br><br>
<br>
Dave<br>
</body>
</html>