Hi Ilan,<br><br>Try changing the output format for the error log file to include the user agent.&nbsp; Or, look for requests to /letters/.mp3 in your access log, which may already contain the user agent.&nbsp; You may find that these requests are coming from a bot that is parsing the links in your site incorrectly.&nbsp; I see this consistently on the ten or so sites I host, although the errors I usually see are for the directory and filename with no file extension (such as /forms/document when the link actually points to /forms/document.pdf).<br>
<br>It might also help to compare the remote IP addresses to see whether the bad requests always come from the same IP or IP range which might indicate that it is a bot.<br><br><div class="gmail_quote">On Tue, Jan 13, 2009 at 5:05 PM, Ilan Berkner <span dir="ltr">&lt;<a href="mailto:iberkner@gmail.com">iberkner@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>Hi All,</div>
<div>&nbsp;</div>
<div>We are getting many of these errors:</div>
<div>&nbsp;</div>
<div>2009/01/13 13:04:28 [error] 27100#0: *782718 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/" target="_blank">www.spellingcity.com</a>, request: &quot;GET /letters/.mp3 HTTP/1.1&quot;, host: &quot;<a href="http://www.spellingcity.com/" target="_blank">www.spellingcity.com</a>&quot;<br>

</div>
<div>Essentially one of 2 things is happening:</div>
<div>&nbsp;</div>
<div>(1) One of our php or flash files is trying to access this invalid file &quot;/letters/.mp3&quot; or</div>
<div>(2) A user is trying to access this directly (unlikely).</div>
<div>&nbsp;</div>
<div>The problem is that the log entry does not on the surface reveal enough information about where the request is coming from so we&#39;re having a tough time identifying the source of the request.&nbsp; Is there a way (is it possible) to add more information to the log entry to better identify the source of the request (swf, php, html, direct, etc.).</div>


<div>&nbsp;</div>
<div>Thanks</div>
</blockquote></div><br>