[rt-users] RT4.0.1 post-upgrade rt-server.fcgi won't start

Thomas Sibley trs at bestpractical.com
Fri Jun 24 10:32:07 EDT 2011


On 06/23/2011 06:21 PM, Adam Thompson wrote:
> The problem was that ./configure had guessed my webserver userid as 
> "apache", when it's now "lighttpd" instead.  So when I did "make upgrade", 
> one of the commands that was executed was "chgrp -R apache /opt/rt4/etc".
> I forgot I had manually changed ownerships after switching from apache to 
> lighttpd.
> 
> Easy fix:  "chown -R --from=:apache :lighttpd /opt/"

For future reference, the --with-web-user=USER and
--with-web-group=GROUP options to ./configure would cause
upgrade/install to do the right thing.

Thomas



More information about the rt-users mailing list