<html>
<body>
At 20:37 26/09/2003, Harald Wagener wrote:<br>
On Thu, Sep 25, 2003 at 09:36:16PM +1200, Dave Brooks, BCS Systems
wrote:<br>
<blockquote type=cite class=cite cite><blockquote type=cite class=cite cite>>
The '-f' test in RT.pm was finding the file, however the 'require'
was<br>
> failing. Setting world read permissions fixed things.<br>
[snip]<br>
> Can anyone offer an explanation? Apache is running as
nobody/nobody.<br><br>
<br>
What are the right settings? What should I be checking?<br>
</blockquote><br>
You could see if a 'make fixperms' in the rt installation directory
helps. This checks all the files and permissions and should set them
accordingly.</blockquote><br>
This does:<br><br>
<tt>chown -R root //usr/local/rt3/etc<br>
chgrp -R rt //usr/local/rt3/etc<br>
chmod 0550 //usr/local/rt3/etc/RT_Config.pm<br>
chmod 0550 //usr/local/rt3/etc/RT_SiteConfig.pm<br><br>
</tt>which means that RT.pm won't be able to read the files when running
as 'nobody'. Is this intended? Shouldn't it be set to 0555 ??<br><br>
<br>
Thanks,<br><br>
Dave<br><br>
</body>
</html>