我正在尝试使用 capistrano 部署我的 rails 应用程序。
这正是我遇到的问题,只有修复对我不起作用。我在下面粘贴了我的信息。
/var/www/vhosts/example.us/conf/vhost.conf
ServerName example.us
ServerAlias example.us
DocumentRoot /var/www/vhosts/example.us/current/public
PassengerAppRoot /var/www/vhosts/example.us/current
<Directory "/var/www/vhosts/example.us/current/public">
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
RailsEnv development
RailsBaseURI /httpdocs
我也试过RailsBaseURI /
ls -l from/var/www/vhosts/example.us
一些重要的目录(不显示权限)
current -> /var/www/vhosts/example.us/releases/20120809050127
httpdocs -> current/public/
有人可以指出导致乘客看不到我的 Rails 应用程序的方向吗?
编辑
似乎它与 capistrano 的“当前”符号链接有关。当我通过 ftp 将我的 rails 应用程序移动到服务器,然后将我的 vhost.conf 更改为指向我的项目公用文件夹而不是当前/公用文件夹时,它似乎可以工作。
如果这是根本问题,我该如何解决 capistrano 的符号链接的问题?我原以为PassengerAppRoot
会解决这个问题。
编辑
此行出现在错误日志中
[Sun Aug 12 18:02:07 2012] [error] [client 11.1.1.111] Directory index forbidden by Options directive: /var/www/vhosts/example.com/httpdocs/