futureweb
Regular Pleskian
Hey there,
how can I enable keep-alive on a specific Hosting in Plesk Onyx?
nginx is deactivated - just apache is used!
already tried:
But it still sends "close" on Connection ....:
keep-alive test telling me it's deactivated: Is Keep-Alive Enabled Checker
any ideas on that?
thx, bye from Austria
Andreas Schnederle-Wagner
how can I enable keep-alive on a specific Hosting in Plesk Onyx?
nginx is deactivated - just apache is used!
already tried:
<ifModule mod_env.c>
SetEnv KeepAlive On
SetEnv KeepAliveTimeout 100
SetEnv MaxKeepAliveRequests 500
</ifModule>
<ifModule mod_headers.c>
Header unset Connection
Header set Connection keep-alive
Header unset Keep-Alive
Header set Keep-Alive timeout=100,max=500
</ifModule>
But it still sends "close" on Connection ....:
keep-alive test telling me it's deactivated: Is Keep-Alive Enabled Checker
any ideas on that?
thx, bye from Austria
Andreas Schnederle-Wagner