Questions tagged «phusion-passenger»

1
旅客日志去哪儿了?
我有一个使用Apache / Passenger在CentOS上运行的Rails应用程序,但有一个小问题:我的Rails应用程序没有任何日志,我缺少什么? 这是我的apache conf: <VirtualHost *:80> ServerAdmin info@domain.com ServerName domain.com ServerAlias www.domain.com Include /home/ftpanel/conf/alias/domain.com.alias DocumentRoot /home/mgimmo/public_html/immo/public/ #Configuration PHP FastCgiExternalServer /home/mgimmo/ftpanel-config/php5.fpm -socket /home/ftpanel/conf/sock/mgimmo.sock Alias /ftpanel-config/ /home/mgimmo/ftpanel-config/ <Directory /home/mgimmo/public_html/immo/public/> Options -Indexes FollowSymLinks -MultiViews AllowOverride All </Directory> ServerSignature Off

1
重新启动Apache的方式不同?
我在这里有一个Apache问题。 在我作为开发人员的整个职业生涯中,我一直在像这样重新启动Apache: sudo /etc/init.d/apache2 restart 我今天刚刚部署了我的第一个Rails应用程序,但是我无法让Apache在主机上重新启动。当我以这种方式尝试时,Apache会尝试重新启动,但最终会挂起。 但是,这很好用: sudo apachectl restart 这两种技术之间有什么区别?我以为后者最好是第一种“语法糖”,但事实并非如此,因为后者有效而前者却没有。 如果相关(并且我怀疑可能如此),那么此Rails应用程序将使用Phusion Passenger。我以前的开发经验(以前的方法很好用)主要是使用PHP。我对Rails很陌生。 有问题的服务器运行Ubuntu 11.04(Natty)。



By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.