Appliction error on /projects/*
Added by Anonymous over 14 years ago
If i try to go to any URL, which starts with /projects, i get an error:
Application error Rails application failed to start properly
I can't add projects either.
Replies (6)
RE: Appliction error on /projects/* - Added by Anonymous over 14 years ago
I forgot te tell thata i run redmine under apache.
If i run it using "ruby script/server webrick -e production" then everything works fine.
RE: Appliction error on /projects/* - Added by Felix Schäfer over 14 years ago
What redmine, rails, rack, rails server versions, what rails server (there's several possibilities with apache), and so on.
RE: Appliction error on /projects/* - Added by Anonymous over 14 years ago
Redmie is the newest stable. I downloaded it today.
But where can i see the other ones?
I'm using ubuntu 10.04.
RE: Appliction error on /projects/* - Added by Anonymous over 14 years ago
rack (1.0.1)
rails (2.3.5)
rake (0.8.7)
RE: Appliction error on /projects/* - Added by Maple Tree over 14 years ago
I am also having the exact problem.
My environments:
CentOS 5.5.
Apache/2.2.15 (Unix)
Ruby 1.8.7
Rails 2.3.5
MySql 5.0.91
I am trying to run redmine under a sub-domain i.e http://redmine.mydomain.com
Here's the VH configuration I have in httpd.conf
<VirtualHost 61.61.41.80:80>
ServerName redmine.mydomain.com
ServerAlias www.redmine.mydomain.com
DocumentRoot /usr/local/redmine-0.9.4/public
ErrorLog logs/redmine_error_log
#DocumentRoot /home/goforaby/public_html/redmine
ServerAdmin webmaster@redmine.mydomain.com
UseCanonicalName On
CustomLog /usr/local/apache/domlogs/redmine.mydomain.com combined
CustomLog /usr/local/apache/domlogs/redmine.mydomain.com-bytes_log "%{%s}t I .\n{%s}t %O ."
## User goforaby # Needed for Cpanel::ApacheConf
<IfModule mod_suphp.c>
suPHP_UserGroup goforaby goforaby
</IfModule>
<IfModule !mod_disable_suexec.c>
SuexecUserGroup goforaby goforaby
</IfModule>
ScriptAlias /cgi-bin/ /home/goforaby/public_html/redmine/cgi-bin/
- To customize this VirtualHost use an include file at the following location # Include "/usr/local/apache/conf/userdata/std/2/goforaby/redmine.mydomain.com/*.conf"
<Directory "/usr/local/redmine-0.9.4/public/">
Options Indexes ExecCGI FollowSymLinks
Order allow,deny
Allow from all
AllowOverride all
</Directory>
</VirtualHost>
RE: Appliction error on /projects/* - Added by Felix Schäfer over 14 years ago
So you both have a problem with URLs starting with projects while everything else in redmine works fine?