Apache-2.2
在這種情況下,Apache Httpd 在連接關閉時會寫入“X”?是客戶端還是伺服器端?
站在官方的 Apache mod_log_config 文件中 ,我看到它在“響應完成前連接中止”時寫為“X”。
Connection status when response is completed: X = Connection aborted before the response completed. + = Connection may be kept alive after the response is sent. - = Connection will be closed after the response is sent.
這是什麼意思?有沒有辦法可以模擬這種行為?
謝謝
我經常看到這個。
例如,當 Apache 正在處理回复並且客戶端在發送回復之前中止連接時,可能會發生這種情況。
我經常看到它的地方是當我的 Apache HTTPD 伺服器頂部有平衡器時,客戶端進行了 POST,後端伺服器需要一段時間才能回复,F5/防火牆超時,連接被靜默斷開,當 Apache HTTPD 有答案,它正試圖將其發送回去,那裡沒有人。