Oauth module
HiI'm writing a module to support 2-legged Oauth on nginx, and for that I'm using python for all the outh part.I made it work when Oauth parameters are passed as request parameters, but I couldn't make...
View ArticleRewrite "break" directive - a strange behavior
Hi,I'd like to report a strange behaviour of REWRITE "break" directives inside a "location" block, when it is used a SET directive subsequently.Now, i quote a little example, with a basic Nginx...
View ArticleRe: Rewrite "break" directive - a strange behavior
Sorry, i forgot to post Nginx version and build details.NGINX_VERSION="1.2.6"##### CONFIGURE command used to build ###############./configure --conf-path=/etc/nginx/nginx.conf --prefix=/etc/nginx...
View ArticleRe: Rewrite "break" directive - a strange behavior
Hello!On Fri, Apr 05, 2013 at 05:38:22AM -0400, andrea.mandolo wrote:> Hi,>> I'd like to report a strange behaviour of REWRITE "break" directives inside> a "location" block, when it is used...
View ArticleRe: limit proxy_next_upstream
Hello!On Fri, Apr 05, 2013 at 04:38:36AM -0400, philipp wrote:> Is it possible to limit the amount of upstreams asked? I have four upstreams> defined and it makes no sense to ask all of them. If...
View ArticleRe: nginx доступ к странице по времени
>Не обязательно встроенный. Можно скриптом проверять время и делать>внутреннее перенаправление на страницу если доступ разрешен. IMHO, самый>простой и гибкий вариант.Можно уточнить как это...
View ArticleRe: inconsistent upstream_addr log
Hello!On Fri, Apr 05, 2013 at 04:44:11AM -0400, philipp wrote:> My log format looks like this>> log_format vcombined '$host $remote_addr - $remote_user [$time_local]> "$request" '>...
View ArticleRe: nginx доступ к странице по времени
5 апреля 2013 г., 14:15 пользователь heroin <nginx-forum@nginx.us> написал:> >Не обязательно встроенный. Можно скриптом проверять время и делать> >внутреннее перенаправление на...
View ArticleRe: nginx доступ к странице по времени
Спасибо, обновил nginx данный способ работает.А можно узнать как еще в map дни недели подсунуть ?Заранее спасибо.Vadim Lazovskiy Wrote:------------------------------------------------------->...
View ArticleRe: SPDY + proxy cache static content failures
On Thursday 04 April 2013 02:43:15 spdyg wrote:> No there's nothing in the error log. Access log shows 304's for all> requests that failed.>Could you provide a debug log for the issue?Here is...
View ArticleRe: nginx доступ к странице по времени
День недели с мапом - никак. На перле что-то примерно такое:http {perl_set $forbidden 'sub {($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =localtime(time);if($wday > 0 && $wday <...
View ArticleRe: nginx доступ к странице по времени
Спасибо за ответы.Подскажите, если nginx -V не выводит в списке ключей --with-http_perl_module, то перл работать не будет ?Я прошу прощения за такие вопросы, на nginx смотрю второй день, а задача стоит...
View ArticleRe: nginx доступ к странице по времени
Не будет.5 апреля 2013 г., 15:18 пользователь heroin <nginx-forum@nginx.us> написал:> Спасибо за ответы.>> Подскажите, если nginx -V не выводит в списке ключей>...
View ArticleRe: Rewrite "break" directive - a strange behavior
Thank you very much for the immediate answer !! :)Just reading this documentation ("http://nginx.org/en/docs/http/ngx_http_rewrite_module.html#rewrite")i had the suspect that "set" is a rewrite...
View ArticleRe: "writev() failed (134: Transport endpoint is not connected)" when...
Also, here is the log, nginx was compiled with --with-debug and I set:error_log <file> debug;There are rate-limiting warning messages in there, though if I disablethe rate-limiting, the issue...
View ArticleRe: limit proxy_next_upstream
We have the similar request. If we have dozens of servers in a sameupstream block, I don't want to retry all of them. One side effect is itwill increase the failure count with all of the backend...
View ArticleRe: How can I limit the total speed of a port or domain name?
How do you test the limit_speed module? It works in my test box.Thanks.2013/4/5 tssungeng <nginx-forum@nginx.us>> centos5.5 + nginx-1.3.14>> I use the limit_speed_zone>...
View ArticleRe: nginx keeps crashing
Hello,Thanks Maxim for looking into my issue.I recompiled nginx with no 3rd party module & debugging enabled.[root@localhost sbin]# ./nginx -Vnginx version: nginx/1.2.8built by gcc 4.4.7 20120313...
View ArticleRE: nginx keeps crashing
> there is no nginx.core file found in /home/core/ , thats the path specified> in nginx.confMake sure:- /home/core/ is writable (chmod a+w)- ulimit is configured correctly- fs.suid_dumpable is...
View ArticleRe: nginx keeps crashing
Hello!On Fri, Apr 05, 2013 at 10:13:24AM -0400, ankurs wrote:> Hello,>> Thanks Maxim for looking into my issue.>> I recompiled nginx with no 3rd party module & debugging...
View Article