Re: [rt-users] Applying configuration changes?

2016-08-31 Thread Alex Hall
Sure. The command is one I found from a guide to Nginx and RT, though I don't have the link at the moment. It's simply: sudo spawn-fcgi -a 127.0.0.1 -p 8485 -u www-data -g www-data /usr/share/request-tracker4/libexec/rt-server.fcgi It says the server is running, but then I see nothing bound to

Re: [rt-users] Applying configuration changes?

2016-08-31 Thread Jim Brandt
Maybe post the command you are running to spawn the FCGI processes? I believe Apache + mod_fcgid is the most common deployment method, likely by quite a large margin, so more people can probably help with that configuration. But posting the command may find some nginx users on the list. On

Re: [rt-users] Applying configuration changes?

2016-08-30 Thread Alex Hall
Okay, that makes more sense. Now I'm back to my FCGI problem: the process spawns, but netstat shows nothing on the address:port I assign when using the command. I can't kill or restart it because it doesn't seem to exist, though I get a success message and can't spawn a new process on that port

Re: [rt-users] Applying configuration changes?

2016-08-30 Thread Jim Brandt
On 8/30/16 9:22 AM, Alex Hall wrote: So doing /etc/init.d/nginx restart is enough to reload RT's configuration as well? Great, that makes things easier. It seems odd, since I thought Nginx (or whatever your server) was separate from RT and needed the middleware of a FastCGI or similar process

Re: [rt-users] Applying configuration changes?

2016-08-30 Thread Alex Hall
So doing /etc/init.d/nginx restart is enough to reload RT's configuration as well? Great, that makes things easier. It seems odd, since I thought Nginx (or whatever your server) was separate from RT and needed the middleware of a FastCGI or similar process to let the two talk. I'm glad I was

Re: [rt-users] Applying configuration changes?

2016-08-30 Thread Jim Brandt
Restarting the server should reload the configuration. To confirm what configuration RT has loaded, you can check the System Configuration page at Admin > Tools > System Configuration. There you can check DatabaseType, DatabaseHost, and other Database configuration. If it's not what you

Re: [rt-users] Applying configuration changes?

2016-08-29 Thread Chris McClement
Did you specify Mysql when you ran the configure script (during installation)? See step 2 of the README: https://docs.bestpractical.com/rt/4.4.1/README.html On Tue, 30 Aug 2016 at 06:28 Alex Hall wrote: > Hello list, > Until I can find out why FCGI processes don't work, I'm

[rt-users] Applying configuration changes?

2016-08-29 Thread Alex Hall
Hello list, Until I can find out why FCGI processes don't work, I'm trying to run RT on its own server with: sudo /usr/share/request-tracker4/libexec/rt-server --port 8485 but I get an error about SQLite3 not working. The thing is, I have it set to MySQL, not SQLite, so I don't know why it's not