すべてのgemをインストールした後、500の内部サーバーエラーが発生します。メモリ使用量に関係していると言う人もいますが、私は29%です
これは私の仮想ホストです
VirtualHost *:80>
ServerAdmin examplea@example.com
ServerName 0.0.0.0
# ServerAlias
DocumentRoot /var/www/sample_app/current/public
ErrorLog /var/www/sample_app/error.log
RailsEnv production
<Directory "/var/www/sample_app/current/public">
Options Indexes FollowSymLinks MultiViews
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
上記のコードは仮想ホストの特定の場所にある必要がありますか?他に追加する必要があるものはありますか?