Project

General

Profile

Redmine pages not rendering properly

Added by Rob F about 16 years ago

Hi everyone,

I just installed Redmine on a Windows server, which is running Apache 2.2.3 with FastCGI. I have added a virtual host in my httpd.conf for Redmine, and now whenever I try to hit the Redmine pages, they all load really slowly, however only text is loading, no color or any stylesheets seem to be rendering properly. Anyone know why by any chance?
Thanks,

Rob


Replies (4)

RE: Redmine pages not rendering properly - Added by Rob F about 16 years ago

Nevermind, I installed Mongrel with Apache instead of FastCGI, and it works like a charm!

RE: Redmine pages not rendering properly - Added by Thomas Lecavelier about 16 years ago

Once again, there's no problem with FastCGI. FastCGI is the problem. Mongrel is the solution ;)

RE: Redmine pages not rendering properly - Added by Nikolay Solakov about 16 years ago

I completely agree with Thomas. Mongrel is the way :)

RE: Redmine pages not rendering properly - Added by Todd Nine about 16 years ago

I have the same problem when using Mongrel in development :). Generally I restart it and it goes away. As far as the issues with Apache, make sure you "chown -R apache:apache" (assuming your apache server runs under user "apache") the public directory. As a test, view the source for a page and copy/paste the link to a style sheet or javascript source into your browser and check that Apache serves static content correctly. If you don't get a file, you most likely have a permission problem. Check the "error_log" for permission denied problems.

    (1-4/4)