thnx for your reply!

Here is the part of the apache config dealing with my mongrel cluster:

  RewriteRule ^/backend/(.*)$ balancer://mongrel_cluster/$1 [P,QSA,L]
  RewriteRule ^/rails/(.*)$    /test/current/public/$1    [PT]

I think its only the first line I'm using!

Furthermore I've plans to use to 'phusion passenger' (apache module), 
maybe it will solve this problem! Also I found the following plugin: 
relative_path, which fixed this issue (at least I can continue now)

However, I would like to fix this problem on the Apache level, if 
possible!

Cheers
LuCa


TomRossi7 wrote:
> Luca,
> 
> I run my Rails apps behind an Apache server and don't have that
> issue.  It seems like your best bet would be to work on your Apache
> config and not your Rails config (assuming you have control over the
> server).  You should be able to point the Apache server right to the
> root of your app.  Post some of your Apache config if you want more
> help with it...
> 
> --Tom
> 
> On Nov 5, 10:46�am, Luca Scaljery <[EMAIL PROTECTED]>

-- 
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