Project

General

Profile

Redmine on debian with passenger nightmare continue

Added by H-Works Agency almost 13 years ago

Hello everyone,

I haven't experience such tedious installation process since years.

Nothing in apache error.log, passenger seems to load fine, but apache only show a listing of files.

Is it normal that "public" folder has no index file ? only dispatch.example.fcgi or dispatch.example.rb ?

Is passenger supposed to execute .rb files like apache's php module would do on .php files ?

If so why my browser is only downloading the file when i click on a .rb in public folder ?

Thanx in advance for any help.


Replies (3)

RE: Redmine on debian with passenger nightmare continue - Added by hugo joe almost 13 years ago

1.follow this guide in Wiki-Howto:
http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_on_Debian_Squeeze_with_Postgresql_Ruby-on-Rails_and_Apache2-Passenger

2.Add them to apache2.conf:
RailsBaseURI /project
<Directory /var/www/project>
Options -MultiViews
</Directory>

RE: Redmine on debian with passenger nightmare continue - Added by H-Works Agency almost 13 years ago

1. If done this tutorial already
2. When i put this config and restart apache (what i have done already) i still have my browser listing files.

Damned

RE: Redmine on debian with passenger nightmare continue - Added by H-Works Agency almost 13 years ago

Pffff i can't believe it.

It was my document root which was pointing to a symbolic link which was false.

Restoring documentRoot in /usr/share/..../public resolved the problem !!!

Thanx everyone.

    (1-3/3)