On Mon, Oct 29, 2012 at 8:31 AM, Bhattacharya, Sudip
wrote:
> This should be documented clearly in the apache manuals for SetEnv and
> SetEnvIf.
It is:
http://httpd.apache.org/docs/2.2/env.html#caveats
Cheers
Tom
-
To unsubs
for SetEnv and SetEnvIf.
-Original Message-
From: Eric Covener [mailto:cove...@gmail.com]
Sent: Friday, October 26, 2012 9:58 PM
To: users@httpd.apache.org
Subject: Re: [users@httpd] How to debug SetEnvIfNoCase command?
On Fri, Oct 26, 2012 at 12:10 PM, Bhattacharya, Sudip
wrote
On Fri, Oct 26, 2012 at 12:10 PM, Bhattacharya, Sudip
wrote:
> Sorry, could not get your statement.
> Are you saying that SetEnvIf is executed before SetEnv even if the SetEnv
> statement is coming before SetEnvIf in the configuration?
Yes.
--
@httpd.apache.org
Subject: Re: [users@httpd] How to debug SetEnvIfNoCase command?
> #assume that user is local
> SetEnv UserIs=local
this runs later than SetEnvIf. Don't mix them and refer to the same variables.
-
To uns
> #assume that user is local
> SetEnv UserIs=local
this runs later than SetEnvIf. Don't mix them and refer to the same variables.
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: user
Hi,
I am facing issues with SetEnvIfNoCase command. Can you help me on how to debug
it? I have set my log level to debug, but not seeing any evaluation details
there.
The problem I am facing is with the below set of commands.
#enable gzip for all
SetOutputFilter DEFLATE
#assume that user is lo