I want to use the keep-alive feature in Apache. How can I do this with my host (.htaccess file), and what are the best values for the parameters like KeepAliveTimeout?
I want to use the keep-alive feature in Apache. How can I do this
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t control keepalive behaviour in an
.htaccess. Keepalives are a host-level feature, not one where different directories can behave differently depending on the per-directory htaccess info.If you are on the kind of basic shared hosting that only gives you
.htaccessto configure your sites, you can’t change the keepalive settings. Presumably the hosting company will have set them appropriately, or just left them on the default settings, which are usually fine.