安装所有 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>
上面的代码是否需要位于虚拟主机中的特定位置?我还有什么需要补充的吗?