Understanding “408 Request Timeout” on Apache with PHP

前端 未结 4 846
小鲜肉
小鲜肉 2020-12-30 01:41

Issue description - Apache logs

I found items similar to this one in the Apache log file:



        
4条回答
  •  太阳男子
    2020-12-30 02:19

    If there is a Proxy set up in Apache, and the back end is not responding in a timely fashion for some reason, the same 408 - - will be seen in the logs. Proxy timeouts are configured separately, that's why changing the Apache default timeout doesn't seem to do anything about those requests.

提交回复
热议问题