*1867 a client request body is buffered to a temporary file

Kovrigin Roman rkovrigin at rbc.ru
Tue Apr 25 16:12:10 MSD 2006


В конфиге есть следующее правило:

location / {
            rewrite ^/photo/([a-z_0-9]+)/do/(([a-z_0-9]+))/$         
/index.php?act=$2&user=$1&action=$3;
.....
}

На сервер отправляется запрос такой формой:

   <form class="my" action="/photo/new7/do/saveavatar/" method="POST" enctype="multipart/form-data">
       <div class=message>Вы удачно зарегестрированны.</div>
       Теперь вы можете загрузить свой аватар: <input type="file" name="avatar" size="40">
       <input type="submit" value="Загрузить">
   </form>

Результатом является белая страница. В логах следующее сообщение:

2006/04/25 14:03:20 [warn] 545#0: *2070 a client request body is 
buffered to a temporary file, client: 127.0.0.3, server: 
ff01.photofile3, URL: "/photo/new7/do/saveavatar/", host: 
"ff01.photofile3:8002", referrer: 
"http://photofile3/users/new7/?message=registrate_ok"

Подскажите, пожалуйста, что означает этот варниг, как его избежать и чем 
чревато.


-- 
С уважением, Роман Ковригин. Компания РосБизнесКонсалтинг. Отдел разработки.
http://rvk.phpclub.net






More information about the nginx-ru mailing list