Project

General

Profile

Redmine + Apache22 + Phusion Passenger - Problem

Added by tariq c almost 14 years ago

Hi I'm having a problem getting Redmine 0.8.5 to work with Apache22 and passenger.
I keep getting 404 - not found when I navigate to redmine.

Here is the error I get from the redmine log...

It looks like I might have missed a step. the No Route matches"/index.html" seems to be the problem

Any help??

Processing ApplicationController#index (for 172.21.1.22 at 2010-05-28 22:18:13) [GET]
  Session ID: a53a509812af341d56b20a6f2d8941e0
  Parameters: {}

ActionController::RoutingError (No route matches "/index.html" with {:method=>:get}):
    /vendor/rails/actionpack/lib/action_controller/routing/recognition_optimisation.rb:67:in `recognize_path'
    /vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:385:in `recognize'
    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:148:in `handle_request'
    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch'
...

Replies (2)

RE: Redmine + Apache22 + Phusion Passenger - Problem - Added by Felix Schäfer almost 14 years ago

IIRC you have to disable/remove the .htaccess in redmine_dir/public. You might also want to update, 0.8.5 is quite old.

RE: Redmine + Apache22 + Phusion Passenger - Problem - Added by tariq c almost 14 years ago

Thanks I'll try that. Yes, I know it's an older version. Funny, I didn't realize it until I checked the version number to post my problem on the forum. That was the version that installed from FreeBSD 8.0 packages. I guess I should build it from source.

    (1-2/2)