redmine in Ubuntu 10.04 and EHCP
Added by Jacob M over 14 years ago
Hi I Install redmine and all work fine if I make
ruby script/server -e productionruby script/server -e production
I can see the web and login.
The problem is with Apache. I have Apache with Ehcp control panel
Apache/2.2.14 (Ubuntu) DAV/2 SVN/1.6.6 mod_fcgid/2.3.4 Phusion_Passenger/2.2.14 PHP/5.2.10-2ubuntu6 with Suhosin-Patch configured
The mod passenger is working and also open the web of redmine. The problem is redmine not open the template and not show the structure and colours of the template
Any idea how I solve that
Thanks in advance
Replies (2)
RE: redmine in Ubuntu 10.04 and EHCP - Added by Felix Schäfer over 14 years ago
If you mean that your browser can't fetch the css and stuff like that, have a look at your apache logs to see what apache has to say to that.
Normally, the css and everything else resides in redmine_dir/public, and apache should serve this direcory at the root of where you expect redmine to be.
RE: redmine in Ubuntu 10.04 and EHCP - Added by Jacob M over 14 years ago
HI Thanks Felix
I not see any error in apache . But I already solve
I post How to Install redmine in Ubuntu 10.04 and Control Panel EHCP in:
http://ehcp.net/?q=node/949