Re: [Rails] So close ... Static page is served

2015-01-05 Thread Chris Miller
Hi Jason, Please forgive the oversights. I'm still feeling my way around in the dark... On Monday, January 5, 2015 7:34:37 AM UTC-8, Jason FB wrote: It's been a while since I used passenger, but did you put the correct passenger declaration pointing to the /public folder of your Rails into

Re: [Rails] So close ... Static page is served

2015-01-05 Thread Jason Fleetwood-Boldt
I think your config is wrong. The Passenger list is the best place for you to get help as your problem is in your Apache/Passenger config. On Jan 5, 2015, at 1:27 PM, Chris Miller cjm51...@gmail.com wrote: Hi Jason, Please forgive the oversights. I'm still feeling my way around in

Re: [Rails] So close ... Static page is served

2015-01-05 Thread Jason Fleetwood-Boldt
It's been a while since I used passenger, but did you put the correct passenger declaration pointing to the /public folder of your Rails into the httpd.conf file (or a site-specfic file that is included in httpd.conf)? You didn't show your httpd.conf file so it leaves us to wonder. Finally,

[Rails] So close ... Static page is served

2015-01-04 Thread Chris Miller
Hi Folks, I am working to deploy a Ruby on Rails application on Apache. I've built the mod_passenger tarball and copied it to /usr/lib64/httpd/modules/mod_passenger. I've verified that ownership is root:root, and permissions are 755, and there is an appropriate selinux context. So that is