Hello,
I have a strange problem for which I can't really find a cause... I
have some icons in public/icons/some.png, which I can access through
myhost.com/icons/some.png in production with passenger on linux, and
in development with Mongrel on OS X.6, but which strangely enough gets
sent to rails by passenger on OS X.6. Even stranger is the fact that
any other static stuff in public I tested works as expect, e.g. I see
the css when going to
myhost.com/stylesheets/mystyle.css, and I see
the Rails logo when browsing to /images/rails.png. I also checked the
permissions, and they happen to be 777 for the whole app, as I copied
my git repo over from a FAT-formatted USB stick. On the mac, the
versions are 2.3.3 for rails and passenger 2.2.5 with the passenger
prefpane.
Has anyone already had a similar problem, or would anyone know where
to look for a culprit?
Regards,
Felix