How do I stop IIS from sending minutely GET requests to my proxied mongrel server?
Posted
by
brad
on Server Fault
See other posts from Server Fault
or by brad
Published on 2012-04-02T00:59:25Z
Indexed on
2012/04/02
5:33 UTC
Read the original article
Hit count: 570
I have a rails application running on Windows Server 2008 running IIS7.5. I am using Application Request Routing to send requests to the Mongrel server via IIS (I didn't want to set it up like this but this was the environment I have been forced to use).
IIS seems to send a GET request to the Mongrel server once every minute. This is not a huge deal but it does cause a lot of pollution in my logs and also creates a large amount of unwanted session data.
I would really like to stop it from doing this. Is there a way?
© Server Fault or respective owner