As above. if possible how to send a http-data ( 200 OK ) with a FIN/ACK flag set in the mean while? 1. receive SYN 2. send SYN,ACK 3. receive ACK (the connection is now established) 4. receive ACK with HTTP GET command 5. send ACK 6. send FIN,ACK with HTTP data (e.g 200 OK) ########### is there any way to configure apache configuration file to make this happened ? ################# 7. receive FIN,ACK 8. send ACK