CWP'den bahsediyorsanız sshtan, sftpden apache configine şunları ekleyip yani

/etc/httpd/conf/httpd.conf :

KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 100

virtual host config'e de bunu ekleyip apache/httpd'ye restart atabilirsiniz

<ifModule mod_headers.c>
Header set Connection keep-alive
</ifModule>