nginx is not compatible with gcov of gcc 4.1.2
HiI happened to see all the nginx workers crushed when they were exiting.When I looked into this, I found they would crush every time they wereexiting, on the function gcov_exit().Now I confirm it is...
View Article"http://nginx.org/r/directive" will not redirect to correct language version...
HiI am a Chinese user and my language is zh-CN, however, when I accessthe document http://nginx.org/r/allow, I see the English page even if thereis a Chinese page over there.Is there any method...
View ArticleRe: "http://nginx.org/r/directive" will not redirect to correct language...
Hello!On Sat, Jan 05, 2013 at 06:10:27PM +0800, chen cw wrote:> Hi> I am a Chinese user and my language is zh-CN, however, when I access> the document http://nginx.org/r/allow, I see the...
View ArticleRe: nginx is not compatible with gcov of gcc 4.1.2
Hello!On Sat, Jan 05, 2013 at 05:55:20PM +0800, chen cw wrote:> Hi> I happened to see all the nginx workers crushed when they were exiting.> When I looked into this, I found they would crush...
View ArticleRe: Book for module Development
Hello sir,Thank you very much.. I am already some of the modules source code to get understanding..though it is time consuming better than nothing!!I wonder why there is no books on nginx module...
View ArticleRe: nginx + FollowSymLinks owner verification
Maxim, I found that the disable_symlinks option does not work properly when the permissions are restrictive. Please see my observations on http://serverfault.com/q/463243/51929.In summary:...
View ArticleHow to cap server load?
I really want to ensure that my web servers are not overloaded.Can I do this with nginx?That is, is there a variable I could test to decide whether nginx should send the request to the local PHP...
View ArticleRe: nginx + FollowSymLinks owner verification
On Saturday 05 January 2013 19:30:46 Lekensteyn wrote:> Maxim, I found that the disable_symlinks option does not work properly when> the permissions are restrictive. Please see my observations...
View Articlephp-fpm и память
Приветствую.Есть старый сервер, который давно не трогал:FreeBSD 7.1-RELEASE-p16PHP 5.2.6 with Suhosin-Patch 0.9.6.2 (cli) (built: Mar 12 2009 01:17:51)Copyright (c) 1997-2008 The PHP GroupZend Engine...
View ArticleRe: nginx + FollowSymLinks owner verification
I consider it a feature if try_files and if can really check whether a file exists or not (instead of accessible). I have cooked a patch [1] that implements this functionality. Please review, comments...
View ArticleRe: How to cap server load?
You need to test the response time of a sample php script. Mark theback end as down if it fails the response time threshold a certainnumber of times. After you back off, it should recover health if...
View ArticleRe: How to cap server load?
Good idea of measuring actual response time, but I'm just looking to for a more crude limit of setting a maximum number of concurrent requests for the localhost server before requests are "bounced" to...
View Articleuse epoll и с чем его едят?
К сожалению в Интернете удалось найти очень мало документации о epoll, это какой-то эффективный метод обработки соединений в Linux 2.6+. Но кто-то может более подробно рассказать как он работает и чем...
View Articlenginx sparc
Добрый ночь!Не удается собрать nginx на машине sun sparc (не ultra) под NetBSD.# uname -srmNetBSD 4.0.1 sparc# gcc -vUsing built-in specs.Target: sparc--netbsdelfConfigured with:...
View ArticleRe: nginx sparc
On 6 Jan2013, at 01:11 , sanchous <nginx-forum@nginx.us> wrote:> Добрый ночь!>> Не удается собрать nginx на машине sun sparc (не ultra) под NetBSD.Судя по sparclite это не просто не...
View ArticleRe: use epoll и с чем его едят?
On 01/05/2013 12:53 PM, Renat wrote:> К сожалению в Интернете удалось найти очень мало документации о epoll, это> какой-то эффективный метод обработки соединений в Linux 2.6+. Но кто-то> может...
View ArticleRe: How to cap server load?
There are a number of ways; varnish does this with its director backend definitions, gdnsd also lets you use health checks to manageserver pools, and you have mentioned haproxy. The reason I...
View ArticleRe: php-fpm и память
On Saturday, January 5, 2013 9:20:03 PM UTC+4, Alexey Bobok wrote:>> Приветствую.> Есть старый сервер, который давно не трогал:> swap_pager: out of swap space>...
View ArticlerealIP и frontend-backend в качестве nginx
Здравствуйте. Хочется, чтобы на бекенде переменная $remote_addr былакорректно установлена.Ситуация:На фронтенде (nginx 1.3.8) подключено:proxy_set_header Host $host;proxy_set_header X-Real-IP...
View ArticleRe: realIP и frontend-backend в качестве nginx
Здравствуйте, Уважаемый(-ая, -ое) maillist@itcall.ru!mir> Здравствуйте. Хочется, чтобы на бекенде переменная $remote_addr былаmir> корректно установлена.mir> Ситуация:mir> На фронтенде...
View Article