Don't work with apache !
Added by Patrick Dumontroty over 13 years ago
Hi,
I follow instructions to install redmine like mentionned in redmineinstall guide.
All works correctly including using WEBrick.
Then i follow instruction to run redmine using apache: http://www.redmine.org/projects/redmine/wiki/HowTo_configure_Apache_to_run_Redmine
but impossible to get anything !
When I execute public/dispatch.cgi I get the following error messages:
/netapp1/www/redmine/redmine-1.2.2/vendor/rails/actionpack/lib/action_controller/cgi_process.rb:22:in `__send__': undefined method `env_table' for nil:NilClass (NoMethodError)
from /netapp1/www/redmine/redmine-1.2.2/vendor/rails/actionpack/lib/action_controller/cgi_process.rb:22:in `dispatch_cgi'
from /netapp1/www/redmine/redmine-1.2.2/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:101:in `dispatch_cgi'
from /netapp1/www/redmine/redmine-1.2.2/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:27:in `dispatch'
from public/dispatch.cgi:11
I also try to patch cgi_process.rb and cgi.rb as mentionned in Defect #4610, without success.
My environment:- RAILS_ENV=production script/about
About your application's environment
Ruby version 1.8.7 (x86_64-linux)
RubyGems version 1.3.7
Rack version 1.1.1
Rails version 2.3.11
Active Record version 2.3.11
Active Resource version 2.3.11
Action Mailer version 2.3.11
Active Support version 2.3.11
Edge Rails revision unknown
Application root /netapp1/www/redmine/redmine-1.2.2
Environment production
Database adapter mysql
Database schema version 20110511000000
Could you help me ?