On Mon, Mar 15, 2010 at 11:15 AM, Anurag Kapur <[email protected]> wrote:
> I saw it used
> hereĀ http://mail-archives.apache.org/mod_mbox/httpd-dev/200609.mbox/%[email protected]%3e
> I thought it is needed to differentiate a field set in the response header
> from that in the request header. But after reading the documentation again,
> I see it says:
> An HTTP request header field (see RFC2616 for more information about these);
> for example: Host, User-Agent, Referer, and Accept-Language. A regular
> expression may be used to specify a set of request headers.
> http://httpd.apache.org/docs/2.0/mod/mod_setenvif.html#setenvif
> Which means I can use only request header fields (Am I right?). However,
> what I am looking to do is conditionally set an environment variable based
> on the "response" header (not request header), so that I know if I have to
> append or unset a certain field in the response header.
> Unless I am getting this wrong, is there any other way of doing this?

Not sure, but the code you reference is not in Apache HTTP Server  2.2.x

-- 
Eric Covener
[email protected]

---------------------------------------------------------------------
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: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to