This is a discussion on blocking AOL head requests within the Apache Web Server forums, part of the Web Server and Related Forums category; I'm trying to get "blockaolproxy" to be set to 1 if aol and head are also set ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I'm trying to get "blockaolproxy" to be set to 1 if aol and head are
also set to 1. This isn't doing the job. How do I do calculations in the apache server config files? SetEnvIf User-Agent ".*AOL.*" aol=1 SetEnvIf Request_Method ".*HEAD.*" head=1 SetEnvIf aol&head 1 blockaolproxy=1 |