Dear list,
I have massive problems on FreeBSD and redmine after I did some
upgrades on the FreeBSD machine and currently I try to debug the
problem to find the cause of the error (I already rolled back to all
gems suggested by redmine).
Maybe this problem is related to passenger but I'm not sure.
The problem I have is:
I can access the redmine site but if the application sends a post back
to the webserver (e.g. login a user, change parameters in the settings
of the redmine) i always get an "Internal Server Error".
I checked the logfile of redmine (under redmine_folder/logs/
production.log) and checked all apache logfiles, but my problem here
is there is nothing in the logfile that point to an error. This is the
reason why I have no idea where should I start to search for this
problem.
I already increased the logging to maximum level. In the apache
configfile I have for this in the virtualhost part for this domain
defined:
LogLevel debug
CustomLog /usr/local/www/domain/logs/access.log combined
ErrorLog /usr/local/www/domain/logs/error.log
In the main part of the apache config I defined:
LoadModule passenger_module /usr/local/lib/ruby/gems/1.8/gems/
passenger/ext/apache2/mod_passenger.so
PassengerRoot /usr/local/lib/ruby/gems/1.8/gems/passenger
PassengerRuby /usr/local/bin/ruby
PassengerLogLevel 3
My passenger version is 3.0.9. The path /usr/local/lib/ruby/gems/1.8/
gems/passenger is a symlink the the directory with the version 3.0.9 (/
usr/local/lib/ruby/gems/1.8/gems/passenger-3.0.9/).
I only see that the paket comes back to the server in the access.log:
93.199.xxx.xxx - idefix [27/Oct/2011:12:45:33 +0200] "POST /login HTTP/
1.1" 500 723 "
http://domain/login" "Mozilla/5.0 (Macintosh; Intel Mac
OS X 10_7_2) AppleWebKit/534.51.22 (KHTML, like Gecko) Version/5.1.1
Safari/534.51.22"
And then the error message on the website but no logging what failed.
Would be fantastic, i someone has here an idea where I can start to
search.
Bye
Matthias