私はすべてのGoogleの結果を見てきましたが、どれも役に立ちません:
<VirtualHost *:80>
ServerName www.example.com
ServerAlias www.example.com
DocumentRoot /var/www/site/example.com/current/public
<Directory /var/www/site/example.com/current/public>
Options -Multiviews
Allow from all
</Directory>
</VirtualHost>
ご覧のとおり、アプリは次の場所にデプロイされます。
/var/www/site/example.com/current/public
私のアプリにはインデックスページがないカピストラーノですが、レールは代わりにルートファイルで設定したルートを使用することを想定しています
しかし、のURLを入力すると、パブリックディレクトリのみが表示されます
ログに関しては:
NO log in the rails log directory
No log for all the apache