Re: [PATCH 38019, 36908] make SetEnv run during post_read_req

2005-12-26 Thread Nick Kew
On Thursday 22 December 2005 22:18, Chris Darroch wrote: Well, this may be a sore point, but I'll tackle it anyway, so apologies in advance. The fact that environment variables created with SetEnv are applied during the fixups phase, while SetEnvIf creates its variables during the

Re: [PATCH 38019, 36908] make SetEnv run during post_read_req

2005-12-23 Thread Chris Darroch
Hi -- I have a particular setup where what I'd like to do is reject all requests that contain a particular HTTP header (in this case, a header injected by hardware that means the request is coming from outside our private network). Here's what I thought I could do: SetEnv FOO 1 SetEnvIf

[PATCH 38019, 36908] make SetEnv run during post_read_req

2005-12-22 Thread Chris Darroch
Hi -- Well, this may be a sore point, but I'll tackle it anyway, so apologies in advance. The fact that environment variables created with SetEnv are applied during the fixups phase, while SetEnvIf creates its variables during the post_read_request and header_parser phases, does make my life