2

安装所有 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>

上面的代码是否需要位于虚拟主机中的特定位置?我还有什么需要补充的吗?

4

2 回答 2

0

您确定乘客已正确安装/启用吗?

发布您的堆栈跟踪

于 2012-05-29T00:02:57.543 回答
0

事实证明我必须删除 /etc/apache2/sites-available/default 并创建自己的

于 2012-05-29T17:48:00.147 回答