ya i resolved it by adding/editing this lines in apache config and in virtual host :
apache config :
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 100
virtual host config :
<ifModule mod_headers.c>
Header set Connection keep-alive
</ifModule>