diff --git a/apache/botcheck.conf b/apache/botcheck.conf index 3fccd28..fd6a714 100644 --- a/apache/botcheck.conf +++ b/apache/botcheck.conf @@ -57,4 +57,7 @@ # Return 402 status and the botcheck page if none of the conditions are met RewriteCond %{ENV:BOTCHECK} !^OK$ RewriteRule .* - [L,R=402] + + # Prevent ProxyPass if none of the conditions are met + SetEnvIf BOTCHECK !^OK$ no-proxy