04-14-2023, 10:12 PM
Hi I already install Ruby and Rails and mod passenger with apache2
Apache/2.2.14 (Ubuntu) DAV/2 SVN/1.6.6 Phusion_Passenger/2.2.14 PHP/5.2.10-2ubuntu6 with Suhosin-Patch
The problem I have is in EHCP
When I try to load Redmine track
I get the error Cannot start Ruby on Rails application
The directory "/var/www/vhosts/emasterman/MY_DOMAIN.org" does not appear to be a valid Ruby on Rails application root.
I modify apache template and add with the lines
......
UseCanonicalName Off
DocumentRoot {homedir}/httpdocs
ScriptAlias /cgi-bin/ {homedir}/httpdocs/cgi-bin/
RailsEnv development
RailsBaseURI /
and also in
......
<Directory {homedir}>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
But I not see positive changes
If I change for RailsBaseURI /httpdocs
I see the list of all my files but the aplication is not working.
Where is the error or how I make work with ehcp
Thanks in advance
Restored from old drupal forum, for user uid:3253 username:gineta
You may reset your password to access your new account here.
Apache/2.2.14 (Ubuntu) DAV/2 SVN/1.6.6 Phusion_Passenger/2.2.14 PHP/5.2.10-2ubuntu6 with Suhosin-Patch
The problem I have is in EHCP
When I try to load Redmine track
I get the error Cannot start Ruby on Rails application
The directory "/var/www/vhosts/emasterman/MY_DOMAIN.org" does not appear to be a valid Ruby on Rails application root.
I modify apache template and add with the lines
......
UseCanonicalName Off
DocumentRoot {homedir}/httpdocs
ScriptAlias /cgi-bin/ {homedir}/httpdocs/cgi-bin/
RailsEnv development
RailsBaseURI /
and also in
......
<Directory {homedir}>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
But I not see positive changes
If I change for RailsBaseURI /httpdocs
I see the list of all my files but the aplication is not working.
Where is the error or how I make work with ehcp
Thanks in advance
Restored from old drupal forum, for user uid:3253 username:gineta
You may reset your password to access your new account here.