and read the second to last reply in there. Read up from there if you
don’t understand what’s going on.
Basically Mongrel has a --prefix switch that allows it to recognize that
the Rails app is being called with a path prefix like your above
example. Then you just have to fiddle with Apache to make sure the paths
match up/pass through properly.
Remove the port from your virtual host statement.
Under debian / ubuntu server edit or create the following file:
/etc/apache2/conf.d/virtual.conf
Add the following line: NameVirtualHost *
Good luck
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.