Request Processing in Apache

まだ、インプットフィルタ内でヘッダを修正する方法を調べています。
この記事のOrder of Processingのところに、次のように書いてあります。

When a generator or filter needs to set something affecting the request as a whole, it must do so before passing any data down the chain (generator and output filters), or before returning data to the caller (input filters). Techniques for this will be discussed in another article.

要するに、content generator以降にHTTPヘッダのデータが渡ってからでは、ヘッダは修正できないようです(データは渡った後なので、そりゃそうです)。で、そのテクが書いてある記事(another article)は一体どれなの。