我尝试通过在我的虚拟主机设置中添加一些here来解决Passenger configuration options所描述的问题,如下所示:
<VirtualHost 123.123.123.456:80>
DocumentRoot /var/www/my-app/public
ServerName my-awesome-site.com
PassengerMinInstances 1
PassengerPoolIdleTime 1000
</VirtualHost>
PassengerPreStart http.//my-awesome-site.com
当我告诉Apache2重启时,它告诉我:
Invalid command 'PassengerMinInstances', perhaps misspelled or
defined by a module not included in the server configuration
我的系统: 服务器版本:Apache / 2.2.8(Ubuntu),乘客版本:3.0.8
我还没找到这个问题的答案。
任何提示,伙计们?
答案 0 :(得分:1)
您是否通过将建议的代码添加到Apache配置文件的底部来完成Passenger安装?
您是否在Apache配置底部的代码中指示的相同版本的Ruby中运行Passenger?