How to disable HTTP headers under Apache module version?
In regular situation, web server sends the HTTP header like ETag, Server, but in my program, I needn't them were sent, because the program will generate all headers?
I known if using CGI model, this can be done by NPH(None Parsable Header) feature, but how to do it under Apache module version?
thx
Hunte