Content-Length: 53, it is error

#1
Hi all
Please support for me
I have API on laravel SDK, normal I run this code on Apache result is good bellow
upload_2018-10-6_0-15-19.png
but when I switch to OpenliteSpeed lastest version, I run it see my content API response is loss, and only show bellow
upload_2018-10-6_0-18-2.png

Who can help me resolve it ?
I thank so much.
 

Pong

Administrator
#2
You may need to dig into how did you implement your API on apache,? there is any configuration missing between Apache and OLS?

On backend, you may need to investigate which what the API call to and where it fails. or Enable debug log for your code and check it for details.
 

David

Active Member
#3
It seems something wrong while php is serving this file.
Can you change the log level to DEBUG HIGH and check if any errors relative with php in you log while reproducing such an issue?
 
Top