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