[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

starting redmine /usr/bin/passenger-config No such file or directory



Hi,

In debian 8.1 there is an redmine error in the apache error log file if redmine is opened the 1st time after an apache restart.  Redmine runs just fime. but i wonder what the impact is of this message.

/var/log/apache2/error.log
App 670 stdout:
App 670 stderr: env:
App 670 stderr: /usr/bin/passenger-config
App 670 stderr: : No such file or directory
App 670 stderr:

Cheers Bram


apache redmine site configuration:
NameVirtualhost *:443
<IfModule mod_ssl.c>
<VirtualHost *:443>
        ServerName redmine
        PassengerDefaultUser www-data
        # FcgidInitialEnv for module mod_fcgid
        FcgidInitialEnv RAILS_RELATIVE_URL_ROOT ""

        Alias "/plugin_assets/" /var/cache/redmine/default/plugin_assets/
        DocumentRoot /usr/share/redmine/public
        <Directory "/usr/share/redmine/public">
                Options +FollowSymLinks +ExecCGI
                Order allow,deny
                Allow from all
                RewriteEngine On
                RewriteRule ^$ index.html [QSA]
                RewriteRule ^([^.]+)$ $1.html [QSA]
                RewriteCond %{REQUEST_FILENAME} !-f [OR]
                RewriteCond %{REQUEST_FILENAME} dispatch.fcgi$
                RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
        </Directory>
        SSLEngine on
        SSLCertificateFile    /etc/ssl/private/redmine.crt
        SSLCertificateKeyFile /etc/ssl/private/redmine.key
</VirtualHost>
</IfModule>


Reply to: