On Sat, 2009-01-24 at 00:09 +0800, anson ho wrote:
> I have no way to upgrade apache as the content handler (a third party
> one) only support apache 1.3. So, is there any other ways that I can
> modify the response headers that were returned from the content
> handler. I've read mod_headers but it can only do simple operation.
> What I need to do is that new headers will be created depending on
> existing headers.

I wonder if it would work to set up a separate Apache 2.2 that proxies
to the Apache 1.3 with your third-party handler and then applies a
filter to the response headers.  If no filter does what you need, I
guess you could even write your own CGI script that acts as a proxy and
modifies the headers however you like.

-- 
Matt


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to