Hi all:

I'm trying to make a 'AND' beetween two 'SetEnvIf' matches
with no success. In mod_setenv docs it says that the
'attribute' field can be the name of an enviroment variable
of a previous match. I've tried many configurations with no
success. Maybe I'm misunderstading the docs...

SetEnvIf Request_URI "\.pdf$" IS_pdf
BrowserMatch MSIE IS_ie


How can I make a 'AND' beetween 'IS_pdf' and 'IS_ie'
to set 'Pragma_NoCache' and do a:

Header set Pragma "no-cache" env=Pragma_NoCache


Thanks a lot in advance
Lucas Brasilino

---------------------------------------------------------------------
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