I have a Rails application running on CentOS with Apache/Passenger, and I have a little problem: I don't have any logs for my Rails Application, What am I missing?
This is my apache conf :
<VirtualHost *:80>
ServerAdmin [email protected]
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