[rt-users] After upgrade 4.0.7 -> 4.2.8 I only see SelfService?

2016-05-07 Thread Patrik Fältström
Hi, I upgraded my Debian system from Wheezy to Jessie, and as part of the RT4 was upgraded from 4.0.7 to 4.2.8. I did the update of the database which worked without any errors, but when I log in I only see the SelfService. So it seems I have lost my power! :-( I have seen one post from a per

[rt-users] Best file layout for Centos7 + apache

2016-05-07 Thread Duncan Morgan
Hello All   I have previously installed rt4 files in /var/www/rt4 (by setting the $PREFIX) but my concern is that this creates a security risk.   The gist of my questions are what is the minimum set of files required in the web server document root? And what is the best way of installing only t

Re: [rt-users] Best file layout for Centos7 + apache

2016-05-07 Thread Bill Cole
On 7 May 2016, at 10:46, Duncan Morgan wrote: Hello All   I have previously installed rt4 files in /var/www/rt4 (by setting the $PREFIX) but my concern is that this creates a security risk. Can you detail that concern? Not saying it's wrong, I just don't see anything particularly risky. It's

Re: [rt-users] Best file layout for Centos7 + apache

2016-05-07 Thread Duncan Morgan
Thanks Bill.   So what you are saying is don't make any configuration changes as far as file locations and put everything in the doc root?   Thanks Duncan     Sent: Saturday, May 07, 2016 at 8:58 AM From: "Bill Cole" To: rt-users@lists.bestpractical.com Subject: Re: [rt-users] Best file layou

Re: [rt-users] Best file layout for Centos7 + apache

2016-05-07 Thread Thomas Bätzler
Hello Duncan, Am 07.05.2016 um 18:47 schrieb Duncan Morgan: Thanks Bill. So what you are saying is don't make any configuration changes as far as file locations and put everything in the doc root? Isn't /var/www what the Apache server uses as its default DocumentRoot? I would certainly not re

Re: [rt-users] Best file layout for Centos7 + apache

2016-05-07 Thread Bill Cole
On 7 May 2016, at 12:47, Duncan Morgan wrote: Thanks Bill.   So what you are saying is don't make any configuration changes as far as file locations and put everything in the doc root? No, I'm saying that I do exactly as Thomas Bätzler described: install to /opt/rt4/ and configure an Apache

Re: [rt-users] Best file layout for Centos7 + apache

2016-05-07 Thread Duncan Morgan
Thank you.     Sent: Saturday, May 07, 2016 at 12:07 PM From: "Bill Cole" To: rt-users@lists.bestpractical.com Subject: Re: [rt-users] Best file layout for Centos7 + apache On 7 May 2016, at 12:47, Duncan Morgan wrote: > Thanks Bill. >   > So what you are saying is don't make any configuration

Re: [rt-users] After upgrade 4.0.7 -> 4.2.8 I only see SelfService?

2016-05-07 Thread Patrik Fältström
Btw, this might also be interesting...As you can see I think things should work for user "paf", but only the SelfService web page is visible. Why? mysql> select Groups.Name, Groups.id, Users.id, Users.Name from Users, Groups, GroupMembers where Groups.Name = "Privileged" and Groups.id = GroupMe