HTTP Return Code not being set correctly at Dreamhost

Any thoughts on why the following returns a HTTP Return / Status Code of
200 on Dreamhost servers (Apache with fcgi)? It works correctly with
WEBrick, returning 404.

render(:partial => ‘/content/file_not_found’, :status => 404)

Thanks,

Chris

Can anyone with Dreamhost check and see if they are able to get a 404
status code returned by setting “:stats => 404” ?

Thanks,
Chris

Chris wrote:

Any thoughts on why the following returns a HTTP Return / Status Code of
200 on Dreamhost servers (Apache with fcgi)? It works correctly with
WEBrick, returning 404.

render(:partial => ‘/content/file_not_found’, :status => 404)

Thanks,

Chris