Hai mai provato ad aspettare per vedere cosa restituisce il codice di stato HTTP?
Per eseguire il debug di questo caso, apri 2 terminali:nel primo, ssh al tuo server e digita:
# tcpdump -vv -s0 tcp port 80 -w /tmp/example.pcap
 (puoi anche aggiungere and src host <client_IP> per filtrare le richieste indesiderate) 
 e nel secondo, usa wget per navigare nel tuo sito web, riproduci questo problema e passa al primo terminale e premi Ctrl +C .
 Copia questo .pcap file al client e aprilo con Wireshark per vedere cosa succede.