红宝石乘客的麻烦
当我将此代码粘贴到 MAMP 的 httpd.conf 中时:
LoadModule passenger_module /Volumes/Private/ajsie/.rvm/gems/ruby-1.9.1-p378/gems/passenger-2.2.14/ext/apache2/mod_passenger.so
PassengerRoot /Volumes/Private/ajsie/.rvm/gems/ruby-1.9.1-p378/gems/passenger-2.2.14
PassengerRuby /Volumes/Private/ajsie/.rvm/rubies/ruby-1.9.1-p378/bin/ruby
然后 MAMP 将无法启动。
我已经检查过路径是否正确。
还有其他人对 MAMP 和乘客有同样的问题吗?
when i paste this code in MAMP's httpd.conf:
LoadModule passenger_module /Volumes/Private/ajsie/.rvm/gems/ruby-1.9.1-p378/gems/passenger-2.2.14/ext/apache2/mod_passenger.so
PassengerRoot /Volumes/Private/ajsie/.rvm/gems/ruby-1.9.1-p378/gems/passenger-2.2.14
PassengerRuby /Volumes/Private/ajsie/.rvm/rubies/ruby-1.9.1-p378/bin/ruby
then MAMP wont start.
i have checked that the paths are correct.
does anyone else have the same problem with MAMP and passenger?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我也遇到了 MAMP 和乘客的问题。 apache 是否在错误日志中吐出任何有用的内容?我得到:
我还假设当您安装 Passenger-install-apache2-module 时,它没有出现任何有关查找 Apache 的错误。
I am also getting this issue with MAMP and passenger. Is apache spitting anything useful in the error logs. I'm getting:
I'm also assuming when you installed passenger-install-apache2-module it didn't come up with any errors about finding Apache.
我认为这是因为乘客是针对 osx 内置 apache 标头“编译”的。如果您使用 MAMP,则应该根据 MAMP 的内置 apache 标头对其进行编译。
我不知道在安装时如何指定我使用的是哪个 apache:
I think it's because passenger has been "compiled" against the osx built-in apache headers. If you're using MAMP, you should compile it against MAMP's built-in apache headers.
I don't know how to specify which apache I'm using when I install it: