I&#39;m getting some 400 errors in my logs, and I&#39;m wondering if there is a log variable which will tell me the attempted url that was trying to be accessed.&nbsp; I have tried both $request and $request_uri, but both look like they give the path to the file trying to be accessed, and are blank when the error code is 400.<br>
<br>Here is my logging definition:<br><br>log_format&nbsp; response_times&nbsp; &#39;$request_time $remote_addr [$time_local] $request_uri $status &#39;;<br><br>Couple samples:<br><br>0.000 <a href="http://64.231.103.198">64.231.103.198</a> [10/Jun/2008:08:24:36 -0500] /static/file.swf 304<br>
13.775 <a href="http://99.229.230.29">99.229.230.29</a> [10/Jun/2008:08:24:37 -0500] /static/file.swf 200<br>0.000 <a href="http://194.144.8.59">194.144.8.59</a> [10/Jun/2008:08:24:38 -0500] - 400<br><br><br>