One of my server has $_SERVER['HTTP_CONNECTION'] is set to close need to set it to keep-alive in my phpinfo() any idea where to change that?
ganesh641 0 Newbie Poster
Recommended Answers
Jump to PostPHP doesn't manage the HTTP connection. This value just shows what it is set to. You'll need to check your webserver settings (Apache/IIS).
Jump to Post
httpd.conf
See the Apache documentation for Keep-Alive.
All 6 Replies
pritaeas 2,211 ¯\_(ツ)_/¯ Moderator Featured Poster
ganesh641 0 Newbie Poster
pritaeas 2,211 ¯\_(ツ)_/¯ Moderator Featured Poster
ganesh641 0 Newbie Poster
pritaeas 2,211 ¯\_(ツ)_/¯ Moderator Featured Poster
ganesh641 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.