Quantcast
Browsing all 53287 articles
Browse latest View live

Re: nginx deployments survey

On Tue, Jan 15, 2013 at 1:24 AM, Andrew Alexeev <andrew@nginx.com> wrote:> On Jan 14, 2013, at 11:41 PM, itpp2012 wrote:>> > Done! maybe something to think about, allow a feature...

View Article


UDP Listener

Ive been working on my first nginx module (well more specifically, a forkof an existing module with permission).Pretty close to done however found one thing thats lacking in the nginxcore (as far as I...

View Article


Re: помогите понять логику кеширования и буферизации

30 января 2013 г., 19:30 пользователь Maxim Dounin <mdounin@mdounin.ru>написал:> Hello!>> On Wed, Jan 30, 2013 at 05:51:25AM -0500, teo wrote:>> [...]>> > ... и...

View Article

Re: помогите понять логику кеширования и буферизации

30 января 2013 г., 22:54 пользователь teo <nginx-forum@nginx.us> написал:> Maxim Dounin Wrote:> -------------------------------------------------------> > Нет ограничения в 64k...

View Article

Re: proxy_pass to backend (varnish): delivered ip?

Good Morning,> You can see the right X-Forwarded-For header with tcpdump.>> Take a look at the log format varnish uses. I don't know how to> configure varnish, but with Apache you have to...

View Article


Re: proxy_pass to backend (varnish): delivered ip?

Good Morning,> If it connects *to* 127.0.0.1, it will connect *from* 127.0.0.1 (which> is one of the nginx server's addresses).>> If it connects *to* 192.168.0.1, it will connect *from*...

View Article

Nginx randomly crashes

I've got a problem with Nginx running on Ubuntu 12.10.I'm running it mainly as a reverse proxy and there is no high load on the machine.It randomly crashes without any helpful log info (or at least I...

View Article

Incomplete page by nginx -> fcgi -> php-fpm with keepalive

I have problem somewhere between nginx and php-fpm. When I use keep-alive connection for fastgcgi php-fpm, there is often problem with loading page. Page not completely loaded. I tried to debug using...

View Article


настройка доступа к сайту по GeoIP

Приветствую.Задача: настроить доступ по GeoIP к сайту для отдачи статики (без проксирования) только ессесно для нужных стран.Дано: nginx + apache (back-end), 2 сайта с отдельными конфигами в conf/vhost...

View Article


Re: настройка доступа к сайту по GeoIP

On 01/31/13 13:29, kitius wrote:> Через allow/deny слишком много подсетей писать, не хочется нагружать> конфиг.> Как быть?map $geoip_country_code $bad_country {default 1;RU 0;UA...

View Article

nginx+ssi+redis_lua странное поведение

в конфиге хоста стоит:ssi on;сделан локейшн:[code] location / {index index.php;try_files $uri $uri/ /index.php?$args;}location ~ ^/system/templates/(?<template>.*)$ {# internal;# add_header...

View Article

Re: настройка доступа к сайту по GeoIP

в nginx.conf добавил:#### GEOIP ADDON ############geo $geo_wipmania {include /usr/local/GeoIP/worldip.opera.conf;include /usr/local/GeoIP/worldip.conf;include...

View Article

nginx - php-fpm: access restrictions for some php pages

Hello,I have a folder containing some PHP files served with php-fpm (fastcgi); inside tihs folder, I have a file which I want to be allowed for internal IPs and deny for external.The problem I have is...

View Article


Re: Nginx randomly crashes

Hello!On Thu, Jan 31, 2013 at 03:48:31AM -0500, rg00 wrote:> I've got a problem with Nginx running on Ubuntu 12.10.> I'm running it mainly as a reverse proxy and there is no high load on the>...

View Article

Re: Nginx randomly crashes

This is the output of nginx -V:nginx version: nginx/1.2.6TLS SNI support enabledconfigure arguments: --prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf...

View Article


Re: nginx - php-fpm: access restrictions for some php pages

On Thu, Jan 31, 2013 at 06:22:35AM -0500, m.desantis wrote:Hi there,> I have a folder containing some PHP files served with php-fpm (fastcgi);> inside tihs folder, I have a file which I want to...

View Article

Re: proxy_pass to backend (varnish): delivered ip?

On Thu, Jan 31, 2013 at 02:13:39AM -0500, revirii wrote:Hi there,> > If it connects *to* 127.0.0.1, it will connect *from* 127.0.0.1 (which> > is one of the nginx server's addresses).>...

View Article


Re: nginx+ssi+redis_lua странное поведение

удалось частично победить - вынеся template в переменную в начале lua скрипта. текст теперь выдается верный.а вот очередность ssi инклуда на странице хаотичная.может вначале выдать news, потом header,...

View Article

Re: nginx - php-fpm: access restrictions for some php pages

You mean like this?location ~ ^\/some\/path\/(.*\.php)$ {alias /some/path;fastcgi_split_path_info ^(.+\.php)(/.+)$;# # NOTE: You should have "cgi.fix_pathinfo = 0;" in php.ini## # With php5-cgi alone:#...

View Article

Re: Incomplete page by nginx -> fcgi -> php-fpm with keepalive

Hello!On Thu, Jan 31, 2013 at 04:22:48AM -0500, Ondra42 wrote:> I have problem somewhere between nginx and php-fpm. When I use keep-alive> connection for fastgcgi php-fpm, there is often problem...

View Article
Browsing all 53287 articles
Browse latest View live