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
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
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs