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
>> ...
>>
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
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
}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: