John wrote:
> Me: not experienced with Rails or Ruby,
> 
> Problem: Ubuntu 9.04 server in my shop  ...couldn't get Apache2.2 +
> Passenger + Rails to work for Redmine. (No answer at Redmine list and
> I don't think its their problem anyway). Also couldn't get Apache2.2
> and just Rails to work, though some people said it would. Webrick
> works.
> 
> Goal: run Redmine on a server that also runs PHP and other web
> services. No port numbers in URL. Separate VirtualHost for Rails from
> PHP apps.
> 
> Error: no matches for route...."path to various css and js
> files" ..... the site actually works very very slowly, but the
> graphics and layouts and javascripts don't.
> 
> Main question: Is it impossible to get Apache 2.2 to work with Rails
> without Passenger or Mongrel Cluster? Indirect evidence on Rails
> documentation makes it sound like you need Mongrel for the routes that
> don't go to an actual  file?

There are other ways, but Passenger is by far the easiest -- it should 
be about as easy as setting up PHP.  Have you checked the Passenger docs 
and confirmed that your vhost configuration is correct?
> 
> Tried: many differing Apache configs, fastcgi vs fcgid, with or
> without Passenger, 

Passenger should be all you need -- no Mongrel or FastCGI.

> other Rails apps ( simple hello world works in
> present config)

Then perhaps this *is* a Redmine issue.

> The reset permissions and ownership, checked paths,
> scratched head, made coffee...

And unfortunately we can't really help you, since you haven't provided 
any error messages or config files to diagnose...
Best,
--
Marnen Laibow-Koser
http://www.marnen.org
[email protected]

> 
> 
> Ideas?
> 
> thanks
> John

-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to