I'm currently developing a site hosted on dreamhost, using django, which is served up through passenge wsgi.
Right now, all requests are being passed to the django app. I'd like to be able to serve static content directly through apache, rather than having it go through the app. Is there a way to get passenger to realise that urls with a certain prefix are special, and should just go through to apache?