HI, apache2 uses by default www-data group (as far as i know, by default) my maison_data/obj is: owned by www-data (www-data) has read&write Group: www-data has read&write others: none
so it would be a chmod -R 660 /maison_data/obj and a chown -R www-data:www-data /maison_data/obj Hope this helps. Regards, Daniel -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of nanastasiou Sent: Friday, July 22, 2011 1:55 PM To: [email protected] Subject: Re: [rt-users] New RT Installation and corrupted RT Graphics?? [faked-from][auto-ip] ok, it's now fine. it had to do with selinux preventing rt from working properly. how do i go from here now? any tutorial on creating groups/users etc? nanastasiou wrote: > > No, I didn't. What is the best practice? Also what about rt? Am I mean > to run it under the rt user or the root user? > > What permissions should I assign to mason_data/obj/ ? > > > > > Kevin Falcone-2 wrote: >> >> On Thu, Jul 21, 2011 at 08:56:09AM -0700, nanastasiou wrote: >>> >>> Actually even on port 8080 I get permission errors. >>> At the moment I am running both rt+apache under the root account. Am >>> I meant to create a seperate user account to run them on? >> >> Apache by default starts as root but drops privileges. >> Did you really override that to force it to run as root all the time? >> >> As noted, your permissions in mason_data/obj/ need to be fixed >> >> -kevin >> >>> >>> Kevin Falcone-2 wrote: >>> > >>> > On Thu, Jul 21, 2011 at 04:07:58AM -0700, nanastasiou wrote: >>> >> >>> >> Ok, Just noticed that if i use port 8080 none of those error >>> >> messages come up. Is this the port I am meant to use with RT ? >>> > >>> > RT runs on the port you configure it to use. As pointed out later >>> > in the thread, your error comes because of mixing permissions. >>> > >>> > I assume you're running rt-server on 8080 as root and apache on 80 >>> > as non-root and that'll break your permissions >>> > >>> > -kevin >>> > >>> > >>> > >>> > -------- >>> > 2011 Training: http://bestpractical.com/services/training.html >>> > >>> >>> -- >>> View this message in context: >>> http://old.nabble.com/New-RT-Installation-and-corrupted-RT-Graphics- >>> --tp32068825p32108602.html Sent from the Request Tracker - User >>> mailing list archive at Nabble.com. >>> >>> >>> -------- >>> 2011 Training: http://bestpractical.com/services/training.html >> >> >> >> -------- >> 2011 Training: http://bestpractical.com/services/training.html >> > > -- View this message in context: http://old.nabble.com/New-RT-Installation-and-corrupted-RT-Graphics---tp3206 8825p32114653.html Sent from the Request Tracker - User mailing list archive at Nabble.com. -------- 2011 Training: http://bestpractical.com/services/training.html -------- 2011 Training: http://bestpractical.com/services/training.html
