I'm getting 403 error using passenger for rails in apache -
i've installed needed tools, , followed several tutorials trying make passenger respond.
i can access static files in public folder (public/500.html or 422.hml). yesterday entered through vhost, , found passenger errors. time later hosting restarted service, , since have not been able access rails app again.
these of links used configure server. i've read permission issue; i've checked that, i'm not sure it's fine.
first of check error log. default, placed @ /var/log/apache2/
.
if have client denied server configuration
issue, check site conf file @ /etc/apache2/sites-available/your-site.conf
. must in compliance phusion passenger user guide. take on require granted
.
<directory "/home/user/folder"> require granted options followsymlinks # relaxes apache security settings. allowoverride none # multiviews must turned off. order allow,deny allow </directory>
Comments
Post a Comment