Ошибки при использовании fastcgi
Andrew Velikoredchanin
andrew at rodtext.ru
Tue Jan 25 17:55:03 MSK 2005
Сделал один скриптик на перле. Выводит просто обычную строку. Запустил
на fastcgi сервере в один поток.
Настройки в nginx:
location /fastcgi/test1.pl {
fastcgi_pass unix:/tmp/test1.sock;
fastcgi_root /usr/local/nginx/html/fastcgi/test1.pl;
}
Запускаю вот такой тест:
./ab -n 1000 -c 100 http://localhost/fastcgi/test1.pl
Сам тест выдает в статистике:
Failed requests: 439
(Connect: 0, Length: 439, Exceptions: 0)
В логах nginx при этом:
2005/01/25 17:51:59 [error] 19502#0: *21336 writev() failed (107: )
while sending request to upstream, client: 127.0.0.1, URL:
/fastcgi/test1.pl, upstream: fastcgi://unix:/tmp/test1.sock:/
2005/01/25 17:51:59 [error] 19502#0: *21337 writev() failed (107: )
while sending request to upstream, client: 127.0.0.1, URL:
/fastcgi/test1.pl, upstream: fastcgi://unix:/tmp/test1.sock:/
2005/01/25 17:51:59 [error] 19502#0: *21338 writev() failed (107: )
while sending request to upstream, client: 127.0.0.1, URL:
/fastcgi/test1.pl, upstream: fastcgi://unix:/tmp/test1.sock:/
2005/01/25 17:51:59 [error] 19502#0: *21339 writev() failed (107: )
while sending request to upstream, client: 127.0.0.1, URL:
/fastcgi/test1.pl, upstream: fastcgi://unix:/tmp/test1.sock:/
Что это значит?
More information about the nginx-ru
mailing list