Re: Перенаправление на мобильную версию сайта
А как я ее заихну в карту, если карта строится на переменной$http_user_agent?13 мая 2013 г., 16:29 пользователь Aleksandr Sytar<sytar.alex@gmail.com>написал:>>>> 13 мая 2013 г., 16:00...
View ArticleRe: Nginx eats 100% cpu in ngx_event_pipe_write_to_downstream
Hello!On Mon, May 13, 2013 at 09:17:23AM -0300, Breno Silva wrote:> Hello Maxim,>> Yes, my module cannot work with streams, we need full response body before> it starts working.> So what...
View ArticleRe: Dynamic upstream configuration
mamoos1 Wrote:-------------------------------------------------------[snip...]> I know that I can configure keep-alive with upstream - but that> requires me to know upfront which servers will be...
View ArticleRe: Dynamic upstream configuration
Hi!Unfortunately, I didn't find a very good solution for this, but, in nginx 1.4+ the issue with SSL backend keepalive was fixed - so if you have a list of all your possible servers, your configuration...
View Article[nginx] Fixed lingering_time check.
details: http://hg.nginx.org/nginx/rev/ea2ba6dbe361branches:changeset: 5210:ea2ba6dbe361user: Maxim Dounin <mdounin@mdounin.ru>date: Mon May 13 17:39:45 2013 +0400description:Fixed lingering_time...
View ArticleRe: [PATCH] use signed value when comparing timer with 0 and check...
Hello!On Sat, Apr 27, 2013 at 12:43:21PM +0800, lanshun zhou wrote:> In ngx_http_lingering_close_handler> and ngx_http_discarded_request_body_handler, there's risk> that r->lingering_time...
View ArticleRe: Multiple site configuration
On Mon, May 13, 2013 at 12:26:32PM -0400, guillaumeserton wrote:Hi there,> I would like to set nginx to use several website, and that they are> reachable for some of them with a domain name or in...
View ArticleRe: Кроссдоменная авторизация средставми nginx
if (!-e $request_filename) {rewrite ^(.*)$ /index.php break;}мне не совсем понятно в каком контексте данный фрагмент.если в location, то можно попробовать, наверное вынестиlocation = /auth_url...
View ArticleRe: resumable upload
11.05.2013 18:41, Maxim Dounin пишет:> Hello!>> On Fri, May 10, 2013 at 07:08:39PM +0200, Valery Kholodkov wrote:>>> On 05/10/2013 06:45 PM, Maxim Dounin wrote:>>>> Так...
View ArticleRe[2]: resumable upload
Здравствуйте, Dmitry.> Сложилась не очень приятная для многих ситуация в связи с> upload-модулем и его неработоспособностью в свежих версиях nginx.> В частности мы используем модуль в...
View ArticleNginx proxy to dmserver чего ждет?
День добрый, CentOS6.2 + nginx/1.2.6 проксирует на dmserver , время обработки запроса без Nginx составляет 0.010~0.015 мс, а вот когда в качестве прокси время обработки запроса увеличивается до...
View Articlecache a request conditionally based on cookies?
Hi,Using NginX as a reverse proxy, I want to cache the response ONLY if the user has NOT logged in, which can be checked by testing the existence of a cookie.First I tried to use "if", but NginX...
View Articleпатч для Connection: Keep-Alive
Добрый день!предлагаю оставить только "Connection: Keep-Alive" в случае HTTP/1.0во всех остальных случаях предлагаю не отдавать никакой Connection.Аналогичным образом работает IIS.еще есть вопрос, в...
View Articlehey
http://texturepanel.com/news_xml.php?xskqducca792zezkvdgmatt.starcrestMatt Starcrest=======================Hold on - wait, maybe the answer's looking for you.%...
View ArticleRe: Reverse proxy host (dns proxy?)
As the owner of http://x4b.org/ I am probably the best person to answer this question.We use a combination of nginx, many open source nginx modules (both modified and unmodified) and lots of...
View ArticleFancyindex module hangs connection
Hi everybody.I'm facing a problem with my nginx 1.4.0 server bulit from portage on gentoo (fresh instllation, amd64). After configuring one location to usefancyindex on;directory listing loads to...
View Article[ANNOUNCE] Tengine-1.4.6 (fixed CVE-2013-2070)
Hi folks,Tengine-1.4.6 (development version) has been released.You can either checkout the source code from github:https://github.com/alibaba/tengine or download the tar ball...
View ArticleRe: PHP-FPM documentation
In particular, I noticed that all process of certain pool write at their FD3 when a request for that pool comes. ltrace clearly shows that only oneprocess writes an HTML page, but strace instead shows...
View ArticleRe: PHP-FPM documentation
Hi,master process listens to the same port as the pool because of the spawndynamic process, you are right. Using epoll, it can know when a newconnexion arrives and then decides wether or not to fork a...
View ArticleRe: PHP-FPM documentation
On 2013-05-14 13:57, Renzo Racioppi wrote:> In particular, I noticed that all process of certain pool write at their FD 3 when a request for that pool comes. ltrace clearly shows that only one...
View Article