You can add these lines to your apache virtualhost:

RewriteEngine on
# next 2 lines block all requests from Google App Engine
RewriteCond %{HTTP_USER_AGENT}       ^AppEngine-Google
RewriteRule .* - [F,L,E=nolog:1]



On Monday, March 28, 2011 6:06:54 PM UTC-4, Álvaro Degives-Más wrote:
>
> What is the best method to block Google App Engine access to a particular 
> domain? I'm seeing fingerprints of attempted abuse, and am decidedly not 
> inclined to chase and flag them one by one, moreover, I categorically don't 
> trust Google App Engine in any non-Google hands. So I'm looking for a 
> simple way to lock out any Google App Engine access. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to