Hello,

I'm trying to set up a deny rule that must be triggered only when 2
conditions are both true :

       BrowserMatch "^$" BlockBrowser
       SetEnvIf Referer "^$" BlockReferer
       SetEnvIf GEOIP_COUNTRY_CODE XX BlockCountry

       <LimitExcept GET>
          Deny from env....(BlockBrowser AND BlockReferer)
          Deny from env=BlockCountry
       </LimitExcept>

I'm using Apache 2.0.5x

Any idea how I can write my "Deny" rule that uses both BlockBrowser AND
BlockReferer ?

Any hint appreciated,
thanks

Patrick PRONIEWSKI
--
Administrateur Système - SENTIER - Université Lumière Lyon 2


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