Apache: Get rid von Keep-Alive Eintrag in der Header-Liste

Ich bin mit LAMP (Linux, Apache, MySQL, PHP) server.

Derzeit sendet der server die Antwort mit der nächsten Header-Liste. Ich will zu beseitigen, Keep-Alive Eintrag für Sicherheit Gründe, zu haben-Header-Liste ohne Sie. Ist es möglich zu verhindern, senden von Keep-Alive Eintrag in der Header-Liste?

Aktuelle Antwort Header:

Cache-Control   private, no-cache, no-store, must-revalidate, post-check=0, pre-check=0
Connection  Keep-Alive
Content-Encoding    gzip
Content-Type    text/html; charset=UTF-8
Date    Thu, 13 Mar 2014 01:43:49 GMT
Expires Thu, 13 Mar 2014 01:43:49 GMT
Keep-Alive  timeout=5, max=200
Last-Modified   Thu, 13 Mar 2014 01:43:49 GMT
Pragma  no-cache
Server  Apache
Transfer-Encoding   chunked
Vary    Accept-Encoding
X-DNS-Prefetch-Control  off
X-Frame-Options sameorigin

Antwort-Header Würde Ich Gerne Statt:

Cache-Control   private, no-cache, no-store, must-revalidate, post-check=0, pre-check=0
Connection  Keep-Alive
Content-Encoding    gzip
Content-Type    text/html; charset=UTF-8
Date    Thu, 13 Mar 2014 01:43:49 GMT
Expires Thu, 13 Mar 2014 01:43:49 GMT
Last-Modified   Thu, 13 Mar 2014 01:43:49 GMT
Pragma  no-cache
Server  Apache
Transfer-Encoding   chunked
Vary    Accept-Encoding
X-DNS-Prefetch-Control  off
X-Frame-Options sameorigin
InformationsquelleAutor vdm | 2014-03-13
Schreibe einen Kommentar