I'm migrating a Rails project onto an Apache server. I've followed the steps similarly to this link (installed passenger as ruby gem, added some lines to /etc/apache2/apache2.conf
, set Vitual Host to rails app ~/public directory.)
When I visit the site, I only see content of dispatch.fcgi. That link mentions that the problem is solved by rebooting whole server (apache reboot didn't suffice). I'm not familiar with servers, and I'm not sure what rebooting the whole server means, or how I can do it.