How to remove date header from apache ?
Posted
by Dario
on Stack Overflow
See other posts from Stack Overflow
or by Dario
Published on 2010-03-25T22:01:51Z
Indexed on
2010/03/25
22:03 UTC
Read the original article
Hit count: 480
hi everyone,
I need to minimize Apache HTTP response headers, by now i reduced them as following
HTTP/1.1 200 OK Date: Thu, 25 Mar 2010 21:57:41 GMT Server: Apache Content-Type: text/html
I'd like to know if there is a way to disable Date and Server header, only for a certain virtual host.
Thank you!
© Stack Overflow or respective owner