redmine page just shows file list in public directory
Added by Hongseok Yoon almost 14 years ago
I've installed everything for redmine(I'm using rvm).
If I run redmine using server script, it works well. But, after terminated WebBrick and opened the redmine page, it just shows file list in public directory.
If I create new rails app and open it, there's extremely normal Welcome page smiling.
I show you my gem list. WHAT'S WRONG?
actionmailer (2.3.5)
actionpack (2.3.5)
activerecord (2.3.5)
activeresource (2.3.5)
activesupport (2.3.5)
daemon_controller (0.2.6)
fastthread (1.0.7)
file-tail (1.0.5)
i18n (0.4.2)
passenger (3.0.2)
pg (0.10.1)
postgres-pr (0.6.3)
rack (1.0.1)
rails (2.3.5)
rake (0.8.7)
rubygems-update (1.4.2)
spruz (0.2.5)
thor (0.14.6)
treetop (1.4.9)
tzinfo (0.3.24)
Replies (4)
RE: redmine page just shows file list in public directory - Added by Etienne Massip almost 14 years ago
What's your web server ?
RE: redmine page just shows file list in public directory - Added by Etienne Massip almost 14 years ago
Ok, looks like it's passenger.
I don't know about it, did you try to read the HowTos ?
RE: redmine page just shows file list in public directory - Added by Hongseok Yoon almost 14 years ago
I've followed generic installation instruction to install redmine in user's home directory.
what I'm really wondering is, why test rails project works okay and using server script has no problem.
RE: redmine page just shows file list in public directory - Added by Hongseok Yoon almost 14 years ago
I think passenger is not chained well with apache. passenger has been installed in .rvm directory T-T