Re: [users@httpd] test against env variable previously defined by SetEnvIf

2012-04-10 Thread Pierre-Rudolf Gerlach
On Tue, Apr 10, 2012 at 6:04 PM, Pierre-Rudolf Gerlach wrote: > On Tue, Apr 10, 2012 at 5:49 PM, Daniel Gruno wrote: >> I have tried inputting exactly what you wrote into my configuration, and >> the output I got was: >> >>  HTTP/1.1 200 OK >>  ... >>  

Re: [users@httpd] test against env variable previously defined by SetEnvIf

2012-04-10 Thread Pierre-Rudolf Gerlach
ere is something in the default config, I think the problem is more likely to be a bug in Apache 2.4.1, corrected in your version. I'm gonna download and install it to check. Thanks ! -- Pierre-Rudolf Gerlach - To unsubscri

Re: [users@httpd] test against env variable previously defined by SetEnvIf

2012-04-10 Thread Pierre-Rudolf Gerlach
ummy .* myothervar=othervalue Header set myvar %{myvar}e Header set myothervar %{myothervar}e I get the problem : "myothervar" is not set. (null in the response headers). I don't really get what difference it woul

[users@httpd] test against env variable previously defined by SetEnvIf

2012-04-10 Thread Pierre-Rudolf Gerlach
}e" Header set test_myvar2 "%{myres2}e" Header set test_myvar3 "%{myres3}e" Header set test_myvar4 "%{myres4}e" The response headers are : Server:Apache/2.4.1 (Unix) test_myvar:value test_myres:(null) test_myres2:(null) test_myres3:myvarIsEmpty test_myres4: