Hi Jérémy, Passenger:
winvirtdebian:~# dpkg -l | grep passenger ii libapache2-mod-passenger 3.0.13debian-1 Rails and Rack support for Apache2 ii ruby-passenger 3.0.13debian-1 Rails and Rack support for Apache2 and Nginx Apache: winvirtdebian:~# dpkg -l | grep apache ii apache2 2.2.22-9 Apache HTTP Server metapackage ii apache2-mpm-prefork 2.2.22-9 Apache HTTP Server - traditional non-threaded model ii apache2-utils 2.2.22-9 utility programs for webservers ii apache2.2-bin 2.2.22-9 Apache HTTP Server common binary files ii apache2.2-common 2.2.22-9 Apache HTTP Server common files ii libapache2-mod-fcgid 1:2.3.6-1.1 an alternative module compat with mod_fastcgi ii libapache2-mod-passenger 3.0.13debian-1 Rails and Rack support for Apache2 ii libapache2-mod-php5 5.4.4-2 server-side, HTML-embedded scripting language (Apache 2 module) ii libapache2-svn 1.6.17dfsg-4 Subversion server modules for Apache Config apache: redmine.conf # These modules must be enabled : rewrite, fcgid # (mod_fastcgi is much harder to configure) # Configuration for http://localhost:8080 <VirtualHost *:80> ServerName redmine.elodom.elovis.de # DefaultInitEnv for module mod_fcgid DefaultInitEnv RAILS_RELATIVE_URL_ROOT "" DefaultInitEnv X_DEBIAN_SITEID "default" # the mod_fcgid socket path # SocketPath "/var/run/redmine/sockets/default" 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> CustomLog /var/log/apache2/redmine_access.log combined Config passenger: passenger.conf <IfModule mod_passenger.c> PassengerRoot /usr PassengerRuby /usr/bin/ruby PassengerDefaultUser www-data </IfModule> What else? PS: The error startet after some updates of many ruby and/or passenger packages just around a week ago. See attached aptitude log for this month. The problem started in between, i cannot specify in detail. PS: reportbug sends the mail via CC to me, but it doesnt show up on debian BTS. Any ideas? Thanks for your help. Am 13.07.2012 13:50, schrieb Jérémy Lal: > On 13/07/2012 13:38, Holger Rusch wrote: >> Hi, >> >> see attached two bugs in redmine which i have send via reportbug >> yesterday and which are still not showing up in the tracker. > > I need to know more about your setup, especially passenger: > which package, version, how it is run (by apache ?) and what's > the config. > > Jérémy. > -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org