Re: Nginx 1.3.10 Segfault
confirmed, only 1.3.10 have this bug, 1.3.9 is no problem.2013/1/5 ビリビリⅤ <orz@loli.my>> I have checking 1.3.9 for this bug. I have confirmed 1.3.8 haven't this> bug.>>> 2013/1/5...
View ArticleRe: realIP и frontend-backend в качестве nginx
06.01.2013 02:48, maillist@itcall.ru wrote:[...]> На бекенде (тоже nginx) переменная $http_x_forwarded_for корректно> устанавливается, однако в логах бекенда вижу локальный (т.е. неправильный)...
View ArticleRe: realIP и frontend-backend в качестве nginx
Здравствуйте, Alex.Спасибо, очень помогло.Вы писали 6 января 2013 г., 10:52:23:> 06.01.2013 02:48, maillist@itcall.ru wrote:> [...]>> На бекенде (тоже nginx) переменная...
View ArticleRe: nginx sparc
Sergey Budnevitch Wrote:------------------------------------------------------->> Судя по sparclite это не просто не ultra, а даже не sparc-v8, а v8e.> casa в нем нем нет, поэтому и не...
View Articlehow can I take care that nginx work with php
Hello,I have nginx installed on a mageia box.But if I try to open a page with php I see a message which asked if I want to save the php page.But I want to open it.How can I achieve this ?Roelof
View ArticleRe: подскажите по перенаправлению
с перенаправлением получилось. спс.сча задача немного изменилась. требуется чтобы контент который был запрошен через myhost2.myhost у myhost копировался на myhost2 чтобы при следующем запросе данного...
View ArticleRe: "http://nginx.org/r/directive" will not redirect to correct language...
On Sat, Jan 05, 2013 at 03:45:49PM +0400, Maxim Dounin wrote:> 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,...
View Articlepanel tercihi
Merhabalar arkadaşlar hetznerden epey iyi donanımlı bir dc kiralayım nginx kurduktan sonra ücretsiz bi panelle kullanabilirmiyimlxadmin kloxo gibi.
View ArticleWhy does nginx sometimes send Connection: close to Connection: keep-alive...
This may be a bit difficult to explain but I will try my best:We have the following setup:[ BOX 1 : NGINX Frontend ] ---reverse-proxy---> [ BOX 2: NGINX Backend ---> PHP-FPM ]Upstream keepalives...
View ArticleRe: php-fpm и память
Я думаю, самое очевидное - в каком-то скрипте потекла память.В 5.2 нет сборщика мусора, да и в 5.3 он иногда не чистит память. У меня, кпримеру, на 2х серваках с одинаковой версией php один течет, а...
View ArticleRe: php-fpm и память
Поменяйте значение max_requests в конфиге на 500 и "необычно толстых"воркеров не будет.6 января 2013 г., 4:14 пользователь fixxxer <fixxxerrr@gmail.com> написал:>>> On Saturday, January...
View ArticleRe: "http://nginx.org/r/directive" will not redirect to correct language...
yes, thanksOn Mon, Jan 7, 2013 at 4:39 AM, Ruslan Ermilov <ru@nginx.com> wrote:> On Sat, Jan 05, 2013 at 03:45:49PM +0400, Maxim Dounin wrote:> > On Sat, Jan 05, 2013 at 06:10:27PM...
View ArticleReverse proxy server
Hi, I have a question.I have try to make reverse proxy server with Nginx. If a client try to connect to "www.example.com/ex1/", I want Nginx connect to "server A" (re-diection). And more, If a client...
View ArticleWebserver crashes sometimes - don't know why
Hello,my nginx webserver crashes sometimes and I don't know why. It's not on everyday and not at the same time as the crash before. I just get sometimes amessage from my monitoring service that my http...
View ArticleRE: Webserver crashes sometimes - don't know why
So you are actually running 1.3.10? What modules have you build in, and whats your exact configuration? What is the error logfile saying at crash time?You may need to run a debug build of nginx to...
View ArticleRe: http to https rewrite, non-standard port?
I tried the above but Cant seem to get it working : please see below......include /etc/nginx/conf.d/*.conf;include /etc/nginx/sites-enabled/*;server {listen 9000;server_name iossapp1.com;if ($scheme =...
View ArticleAW: Webserver crashes sometimes - don't know why
Hi Lukas,No, I currently have the latest development version from svn of 01.01.2013- 1.3.11. (Revision 5001).I only have one installed module: headers moreHave I add "debug" behind error.log? I...
View ArticleRE: AW: Webserver crashes sometimes - don't know why
Well, actually you have to recompile the source-code and configure it with --with-debug AND enable the debug command behind error.log (see link [1] at the bottom of the mail).Obviously this will log a...
View ArticleRe: http to https rewrite, non-standard port?
To add to the issue: the problem only surfaces when I POST a form to the server, here are a few of examples from the /var/log/nginx/access.log file :==================127.0.0.1 - -...
View Article