<div>I previously posted a question about getting more information about an error that we&#39;re getting in our Nginx log files.&nbsp; The error is as follows:</div>
<div>&nbsp;</div>
<div>2009/01/15 11:47:57 [error] 15704#0: *689561 open() &quot;/home/spellcit/public_html/letters/.mp3&quot; failed (2: No such file or directory), client: 204.38.160.220, server: <a href="http://www.spellingcity.com/">www.spellingcity.com</a>, request: &quot;GET /letters/.mp3 HTTP/1.1&quot;, host: &quot;<a href="http://www.spellingcity.com/">www.spellingcity.com</a>&quot;<br>
</div>
<div>What I&#39;m trying to figure out is which php or swf script (or maybe its not a php or swf script) is actually making the call to request this non-existent file.</div>
<div>&nbsp;</div>
<div>Out of 25,385 errors in our log, 16,952 are caused by this issue.</div>
<div>&nbsp;</div>
<div>One of the suggestions I got was to turn on the access logs, which I did.&nbsp; In looking at this IP address at the access logs, this is what I get, which unfortunately is not much.</div>
<div><br>204.38.160.220 - - [15/Jan/2009:12:31:26 -0600] 404 &quot;GET /letters/.mp3 HTTP/1.1&quot; 169 &quot;-&quot; &quot;Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02&quot; &quot;-&quot;</div>

<div>&nbsp;</div>
<div>I was thinking about creating a dummy &quot;.mp3&quot; file (or rewrite rule) to capture traffic and get try to get some more info out of the header... just a thought.</div>
<div>&nbsp;</div>
<div>Any suggestions / thoughts would be very much appreciated.</div>
<div>&nbsp;</div>
<div>Ilan<br></div>