GET /wpad.dat entries flooding my access_log
Posted
by
Aas
on Server Fault
See other posts from Server Fault
or by Aas
Published on 2014-06-02T09:15:55Z
Indexed on
2014/06/02
9:29 UTC
Read the original article
Hit count: 710
I have a small LAN of some 30 users in it with proxy auto configuration enabled and working.
Two of them are requesting wpad.dat file too rapidly at a pace of 30 times per second.
10.1.14.246 - - [02/Jun/2014:09:07:18 +0200] "GET /wpad.dat HTTP/1.1" 302 302
10.1.14.141 - - [02/Jun/2014:09:07:18 +0200] "GET /wpad.dat HTTP/1.1" 302 302
I don't know whether this is a problem from performance perspective, (the server is powerful enough to handle this) but the problem is it clogs up the access_log file. It grows about 1GB per week.
Clients run Win7Pro. What could cause this behavior? What can be done to stop it? I have shortened log rotate window as a temporary workaround to prevent /var fill up.
Thanks beforehand for your support.
© Server Fault or respective owner