1
Wohin gehen Passagierprotokolle?
Ich habe eine Rails-Anwendung, die unter CentOS mit Apache / Passenger ausgeführt wird, und ich habe ein kleines Problem: Ich habe keine Protokolle für meine Rails-Anwendung. Was fehlt mir? Das ist mein 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 …