We had something similar in Apache when proxying twice (slightly odd internal architecture). We to brute-force the Host: header in my site's httpd.conf:
RequestHeader set Host railsapp.example.com And, as others have suggested, make sure your ServerName directive is set properly. -Nate On Nov 7, 2007, at 11:51 AM, Cynthia Kiser wrote: > Your Rails code looks fine and should give you normal urls as far as I > can see. I am afraid I don't use ProxyPass and Directory directives; I > use mod_rewrite + VirtualHost stanzas. So I hope someone else on the > list can see what is funky. > > At a glance, this stanza looks fairly normal - though I haven't see > folks do /myapp and /images in parallel. Is your Rails site a > subsection of another site? _______________________________________________ Mongrel-users mailing list Mongrel-users@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-users