Re: RoR, apache, passenger deployment problems

2014-07-31 Thread Pete Stieber
On 7/31/2014 10:53 PM, SM = Shuichiro Makigaki wrote: SM> Pete, SM> SM> I think selinux is running on enforcing mode? SM> `sudo setenforce permissive` may make you happy SM> temporarily, I think. Please try it. Thanks. That helped. Now I have deployment errors I have to figure them out before

Re: RoR, apache, passenger deployment problems

2014-07-31 Thread Shuichiro Makigaki
Pete, I think selinux is running on enforcing mode? `sudo setenforce permissive` may make you happy temporarily, I think. Please try it. It's also valuable to check /var/log/audit.log (or use journalctl). If permissive-mode selinux solves your issue, the next step is to google it :-) https://www.

RoR, apache, passenger deployment problems

2014-07-31 Thread Pete Stieber
I'm trying to deploy a sample ruby on rails application on Fedora 20. The application runs locally using WEBrick. I have the mod_passenger-4.0.18-4.fc20.x86_64 package and the associated ruby gems installed. I'm very new to this so I'm sure I'll be asking some stupid questions. The first th