0

I have a test server and 2 test domains, but I get this problem but I can't explain. My server : Nginx PHP 5

Check status by Browser : chrome

> 505 error but still get result : 
>     
>         http://trangantravel.vn/autocomplete_deluxe/taxonomy/field_length/%20/10?term=&synonyms=0
>         
>         200 Status ok, same Ip
>         http://phutungoto.zapto.org/vi/autocomplete_deluxe/taxonomy/field_loai_phu_tung/%20/10?term=&synonyms=0

Can you explain why I still get result (json) meanwhile I get 500 error status?

tunghk_54
  • 135
  • 1
  • 4
  • 14
  • Probably the issue resulting in the error takes place _after_ the response has been send. – arkascha Oct 12 '16 at 09:45
  • @arkascha, do you have any idea to fix it, can I bypass 500 error in this case? – tunghk_54 Oct 12 '16 at 09:48
  • Well, for that we obviously wound need to see 1. the precise error message from the http servers log file and 2. the actual code that lead to the error. – arkascha Oct 12 '16 at 09:52
  • I think my server is ok because the second one is ok, I think I got problem with code with the frist one. – tunghk_54 Oct 12 '16 at 09:58
  • Which is a comment that does not help at all, since 1. it does not react in any way to what I wrote before and 2. no one knows what that actually is meant to say. – arkascha Oct 12 '16 at 09:59
  • well, looks like a `505` to me, `Unsupported HTTP version`. Follow **[this link](http://stackoverflow.com/questions/10734205/http-error-code-505)** to see if any of the answers may apply to your failing request. – YvesLeBorg Oct 12 '16 at 11:08

0 Answers0