1. host a jobs database (Bugzilla) on my LAN
2. learn some PHP/MySQL (for now, client and server are the same PC)
Everything's working fine, except I've noticed my Apache2/error.log file is chock full of errors:
Code: Select all
...
[Fri Oct 06 10:27:17 2006] [notice] Child 4556: Acquired the start mutex.
[Fri Oct 06 10:27:18 2006] [notice] Child 4556: Starting 250 worker threads.
[Fri Oct 06 10:27:42 2006] [error] [client 127.0.0.1] File does not exist: C:/Program Files/bugzilla-2.20.1/proxy.pac
[Fri Oct 06 10:28:42 2006] [error] [client 127.0.0.1] File does not exist: C:/Program Files/bugzilla-2.20.1/proxy.pac
[Fri Oct 06 10:29:42 2006] [error] [client 127.0.0.1] File does not exist: C:/Program Files/bugzilla-2.20.1/proxy.pac
[Fri Oct 06 10:30:42 2006] [error] [client 127.0.0.1] File does not exist: C:/Program Files/bugzilla-2.20.1/proxy.pac
[Fri Oct 06 10:31:42 2006] [error] [client 127.0.0.1] File does not exist: C:/Program Files/bugzilla-2.20.1/proxy.pac
...The errors are appearing constantly, for the whole time Apache is running ... irrespective of whether I am browsing the database or my PHP. After Apache starts up, typically I get a series of errors within the space of a few seconds. But then it settles down to (exactly) one error per minute. My access.log is empty (I'm guessing access logging is disabled?)
Any ideas what's happening?