On Thu, Jul 23, 2009 at 04:05:14PM +0400, Vladimir Latyshev wrote:
> Гуру, подскажите, можно ли как-то в access_log получить признак, что файл
> успешно загружен клиентом? А именно, что соединение не было разорвано по
> какой-либо причине.
>
> В апаче есть директива %X. Ее описание:
> Connection status when response is completed:
> X = connection aborted before the response completed.
> + = connection may be kept alive after the response is sent.
> - = connection will be closed after the response is sent.
>
>
http://httpd.apache.org/docs/2.2/mod/mod_log_config.html#formats
>
> Интересует только Х или не Х.