Project

General

Profile

asking help for create and delete project in production mode

Added by Huijie Qiao over 13 years ago

Hi everyone,

I am a newbie for redmine and RoR. I succeeded deploying Redmine today. It worked well in development mode. But when I created a new project in production mode, there was an error "404 the page you were trying to access doesn't exist or has been removed." I can see the project in Administration - Project, but I can't visit the project page. and can't delete it either.

BTW: when I refresh the page of "Administration - Project", I can see 1 project... 2 projects... and 1 project and 2 projects in production mode.

Who can help me about this?


Replies (2)

RE: asking help for create and delete project in production mode - Added by Huijie Qiao over 13 years ago

the apache conf is
<Directory "xxxx/public">
Options Indexes FollowSymLinks MultiViews
Order Deny,Allow
AllowOverride All
Order allow,deny
Allow from all
</Directory>

<VirtualHost *:80>
ServerName xxxx
ProxyPass /images !
ProxyPass /javascripts !
ProxyPass / balancer://mongrelcluster/
ProxyPassReverse / balancer://mongrelcluster/
ProxyPreserveHost on
Alias /images "redmine/public/images"
Alias /javascripts "redmine/public/javascripts"
Alias / "redmine/public"
ErrorLog workplatform.error.log
CustomLog workplatform.access.log combined
</VirtualHost>

RE: asking help for create and delete project in production mode - Added by Huijie Qiao over 13 years ago

I noticed that if I changed the config.cache_classes = true to false, the error disappeared.

But why?

Who can give me some advice about it?

    (1-2/2)