[rt-users] Permissions on RT Config files
    Dave Brooks, BCS Systems 
    dave at bcs.co.nz
       
    Thu Sep 25 05:36:16 EDT 2003
    
    
  
Hi,
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).
The '-f' test in RT.pm was finding the file, however the 'require' was 
failing. Setting world read permissions fixed things.
         if ( -f "$SITE_CONFIG_FILE" ) {
                 require "$SITE_CONFIG_FILE"
Can anyone offer an explanation? Apache is running as nobody/nobody.
Thanks,
Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20030925/fad9c8d8/attachment.htm>
    
    
More information about the rt-users
mailing list