Random thoughts, How loud can I scream in void ?

To content | To menu | To search

Tag - module

Entries feed - Comments feed

Wednesday, May 31 2006

A patch for module mod_setenvif

In september 2004, mod_setenvif was not providing a way to "set environment variable if" something was interesting in response headers.

Continue reading...

Monday, January 16 2006

An Apache module that disguise or remove "Server: " HTTP header

Although sending the Server header in HTTP responses is not defined as a MUST in RFC 2616, the Apache HTTP Server does not allow you to disable sending this header via it's configuration. You can reduce it to "Apache" by removing the version, or the additional modules with the ServerTokens directive. Despite what some people are saying, even mod_headers can't suppress it.

Continue reading...