Re: Problem with rewrite regexes when the URL contains a trailing slash (nginx-1.5.0)

2013-05-22 Thread Roberto F.
Hello -- just writing again to say that I did it! I found on the web (just Google) a Cygwin build of nginx and it works perfectly. Thanks for your support! Robertof Il 22/05/2013 21:12, Maxim Dounin ha scritto: Hello! On Wed, May 22, 2013 at 08:40:43PM +0200, Roberto F. wrote: Hello. I'm hav

Re: Problem with rewrite regexes when the URL contains a trailing slash (nginx-1.5.0)

2013-05-22 Thread Roberto F.
Hi, thanks for the fast answer! Yes, I am using nginx on Windows and I didn't know about that restriction. Since the project I'm working on requires that (damned!) final point, do you know a way to overcome this restriction? For example, I thought about cygwin but I'm not sure if it would work.

Re: Problem with rewrite regexes when the URL contains a trailing slash (nginx-1.5.0)

2013-05-22 Thread Maxim Dounin
Hello! On Wed, May 22, 2013 at 08:40:43PM +0200, Roberto F. wrote: > Hello. > I'm having a problem with nginx's rewrite directive. > Basically, when the URL contains a trailing point, it is ignored by > the rewrite regexp. > Let's do an example: > I load http://uri/something. (with the trailing p

Problem with rewrite regexes when the URL contains a trailing slash (nginx-1.5.0)

2013-05-22 Thread Roberto F.
Hello. I'm having a problem with nginx's rewrite directive. Basically, when the URL contains a trailing point, it is ignored by the rewrite regexp. Let's do an example: I load http://uri/something. (with the trailing point). Then, with the rewrite rule: rewrite ^/something\.$ /index.html I sho

Re: nginx-1.5.0

2013-05-07 Thread Kevin Worthington
Hello Nginx users, Now available: Nginx 1.5.0 for Windows http://goo.gl/h2e8w (32-bit and 64-bit versions) These versions are to support legacy users who are already using Cygwin based builds of Nginx. Officially supported native Windows binaries are at nginx.org. Announcements are also

nginx-1.5.0

2013-05-07 Thread Maxim Dounin
Changes with nginx 1.5.0 07 May 2013 *) Security: a stack-based buffer overflow might occur in a worker process while handling a specially crafted request, potentially resulting in arbitrary code execution (CVE-2013-2028); the bug had