HTTP Basic Auth question
Hello,I am running nginx as a reverse proxy to a python application. I am wondering how I would be able to pass ONLY the user account and not the password. Can this be...
View Article[ANNOUNCE] Tengine-1.4.5 is released
Hi folks,We are glad to announce that Tengine-1.4.5 (development version) has beenreleased. You can either checkout the source code from github:https://github.com/alibaba/tengine or download the...
View ArticleNginx 1.4 problem
Tried to upgrade to just-released Nginx1.4. TCP 3-way hand-shakeaborted by server's ACK+RST packet, but netstat shows serveris listening on that port. Any config has been changed since Nginx 1.2to 1.4...
View ArticleRe: HTTP Basic Auth question
To pass the nginx user to a fastcgi backend (PHP), I have to explicitlyspecify it using the following directive:fastcgi_param MY_USER $remote_user;I suppose you can do the same with proxy_pass?I dunno...
View ArticleQuestion about UPSTREAM configuration...
Hello All,Hope some one out there can help me a clear up my understanding.If I have 5 server on an upstream configuration list, to help load balance the load across the 5 servers. Once in a while I am...
View ArticleRe: limit_req and IP white listing on 0.8.55
Hello!On Wed, May 01, 2013 at 12:04:12AM -0400, nauger wrote:> Hi Maxim,>> Thank you-- that makes sense. Before upgrading, is it possible to implement> this white list behavior using a...
View ArticleRe: Nginx 1.4 problem
Hello!On Wed, May 01, 2013 at 10:13:34AM -0700, Alder Network wrote:> Tried to upgrade to just-released Nginx1.4. TCP 3-way hand-shake> aborted by server's ACK+RST packet, but netstat shows...
View ArticleRe: Question about UPSTREAM configuration...
Hello!On Wed, May 01, 2013 at 01:30:14PM -0400, lflacayo wrote:> Hello All,>> Hope some one out there can help me a clear up my understanding.>> If I have 5 server on an upstream...
View ArticleRe: Nginx 1.4 problem
netstat -pln shows the server is waiting on that port.Yes, I have been using in server sectionlisten [::]:80;What is supposed to be for IPV4 now?I'll go over the changelist later, Thanks,- AlderOn Wed,...
View ArticleRe: Nginx 1.4 problem
Just for clarity, I want to be listening on both IPv4 and IPv6 on the sameport.On Wed, May 1, 2013 at 11:00 AM, Alder Network <aldernetwork@gmail.com>wrote:> netstat -pln shows the server is...
View ArticleRe: Nginx 1.4 problem
Hello!On Wed, May 01, 2013 at 11:17:10AM -0700, Alder Network wrote:> Just for clarity, I want to be listening on both IPv4 and IPv6 on the same> port.You have to writelisten 80;listen [::]:80;to...
View ArticleRe: Nginx 1.4 problem
On Wed, May 1, 2013 at 2:07 PM, Maxim Dounin <mdounin@mdounin.ru> wrote:> Hello!>> On Wed, May 01, 2013 at 11:17:10AM -0700, Alder Network wrote:>>> Just for clarity, I want to...
View ArticleRe: Nginx 1.4 problem
I triedlisten [::]:80 ipv6only=off;and the TCP connection went through, but gotan http 400 bad response.It would be nice to have a corresponding configupgrade manual as well. Thanks,On Wed, May 1, 2013...
View ArticleRe: Nginx 1.4 problem
Hello!On Wed, May 01, 2013 at 02:18:44PM -0700, Paul N. Pace wrote:> On Wed, May 1, 2013 at 2:07 PM, Maxim Dounin <mdounin@mdounin.ru> wrote:> > Hello!> >> > On Wed, May 01,...
View ArticleRe: HTTP Basic Auth question
On Wed, May 01, 2013 at 01:17:41PM -0400, B.R. wrote:Hi there,> To pass the nginx user to a fastcgi backend (PHP), I have to explicitly> specify it using the following directive:>...
View ArticleОшибка ограничения limit_zone в 0.7.67-3+squeeze3
Возможно это известный факт, но решил сперва посоветоваться.В старой версии 0.7.67-3+squeeze3 действительно присутствует проблема с ограничением по IP?У меня стабильно воспроизводится.Конфиг:http...
View Articleproxy_pass takes Content-Length from another subrequest
Hi.My module makes a few subrequests with body (I populate sr->request_bodyand set Content-Length in sr-headers_in).These subrequests are landing to a locations that look like:location /backend...
View ArticleИщу решения для нестандартного upload progress-а
Приветствую всех!Стоит следующая задача:Есть web-сервер front - nginx, back - fcgi-php. На него идут upload-ы файлов (несколько десятков клиентов единовременно), необходимо с периодичностью 10-15...
View ArticleHelp with nginx proxy store as a frontend MP4 Anycast CDN
Hi,I have been reading up on the nginx documentation and also stackoverflow about creating an Anycast CDN based on nginx-frontends.We currently use nginx on the backend, and Squid for caching images...
View ArticleRe: Ошибка ограничения limit zone в 0.7.67-3+squeeze3
On Thursday 02 May 2013 02:27:11 Karsonito wrote:> Возможно это известный факт, но решил сперва посоветоваться.> В старой версии 0.7.67-3+squeeze3 действительно присутствует проблема с>...
View Article