Showing posts with label nginx. Show all posts
Showing posts with label nginx. Show all posts

September 19, 2011

flash upload uploadify nginx io error 2038

If you keep getting the Flash IO Error #2038 when trying to upload something to Nginx server with flash (.SWF) uploaders (in particlular -- with Uploadify), open up nginx.conf file and set
keepalive_timeout 0;
in order to fix this.

More information on Nginx keepalive_timeout directive can be found here.

August 12, 2009

Почему я перешёл с Apache 2 на Nginx + PHP as FastCGI на FreeBSD (FirstVDS)

Начитавшись многих дискуссий и монологов пришёл к выводу что Apache 2 — хоть и круто, но медленно и тупо. А вот Nginx для выдачи унылого статического контента a-la картинки, стили, яваскрипт — наше всё. Итак, решил начать жизнь сервера заново: в VDS Manager переустановил всё на шаблон Soft 2006. В итоге имеется чистый VDS с установленными PHP 5.2.10 и Apache 2. Nginx необходимо включить в разделе ISP Manager «Возможности».