Re: Pages rewrite

2016-01-26 Thread Francis Daly
On Fri, Jan 22, 2016 at 01:00:31PM -0500, blason wrote: Hi there, > I need a help on below topic and I wanted to achieve URL Rewrite like this > > We want to redirect our domain pages from source to destination one > > Source : Original Page > www..com/index.php?id=news > > Destination : >

Re: PHP path_info problem

2016-01-26 Thread Francis Daly
On Mon, Jan 25, 2016 at 12:32:30PM -0500, Yoel Jiménez Del Valle wrote: Hi there, > I have a web app in php that relays on path_info to processs a request but > i always get a 404 when do > http://localhost/folder/app/app.php/controller/method > nginx always respond 404 any ideas how to solve thi

Re: pcre_exec() failed: -10

2016-01-26 Thread Maxim Dounin
Hello! On Tue, Jan 26, 2016 at 10:03:16PM +0530, Krishna PMV wrote: > Hello, > > I've a rule below in nginx config to 404 if the argument of search query is > a non printable ascii character. Nginx is compiled with pcre and pcre > seem** (refer 4.d below) to have utf8 support and unicode support

nginx security advisory (CVE-2016-0742, CVE-2016-0746, CVE-2016-0747)

2016-01-26 Thread Maxim Dounin
Hello! Several problems in nginx resolver were identified, which might allow an attacker to cause worker process crash, or might have potential other impact: - Invalid pointer dereference might occur during DNS server response processing, allowing an attacker who is able to forge UDP packets

pcre_exec() failed: -10

2016-01-26 Thread Krishna PMV
Hello, I've a rule below in nginx config to 404 if the argument of search query is a non printable ascii character. Nginx is compiled with pcre and pcre seem** (refer 4.d below) to have utf8 support and unicode support enabled but nginx fails with "pcre_exec() failed: -10" error when it encounters

nginx-1.8.1

2016-01-26 Thread Maxim Dounin
Changes with nginx 1.8.1 26 Jan 2016 *) Security: invalid pointer dereference might occur during DNS server response processing if the "resolver" directive was used, allowing an attacker who is able to forge UDP packets from the DNS server

nginx-1.9.10

2016-01-26 Thread Maxim Dounin
Changes with nginx 1.9.1026 Jan 2016 *) Security: invalid pointer dereference might occur during DNS server response processing if the "resolver" directive was used, allowing an attacker who is able to forge UDP packets from the DNS server

multiple ssl_engine instances

2016-01-26 Thread Catalin Vasile
Does nginx support multiple ssl engines? I would like to use the cryptodev engine for encryption and the engine for  Intel RNG. Cata ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

How to check which directive actually delivers the files?

2016-01-26 Thread rainer
Hi, I've setup nginx + php-fpm for a typo3. It looks like this: server { listen 80; server_name the_server; access_log /home/the_server/logs/nginx_access_log mycustom; error_log /home/the_server/logs/nginx_error_log; root /home/the_server/FTPROOT/htdocs ; index index.ph

Re: Error occurs when both padding and continuation are enabled

2016-01-26 Thread Valentin V. Bartenev
On Tuesday 26 January 2016 16:00:08 Shengtuo Hu wrote: > Hi, > > Another error I met recently. It occurred when both padding and > continuation are enabled. > > A normal HEADERS frame was divided as follows: > HEADERS ===> HEADERS(PADDED_FLAG) + CONTINUATION + CONTINUATION > > After sending thes

Re: HTTP/2 max header size

2016-01-26 Thread Valentin V. Bartenev
On Tuesday 26 January 2016 15:14:04 Shengtuo Hu wrote: > Hi, > > I was using "nghttp" command line tool to test NGINX. I enabled > "continuation" option in "nghttp" command line tool, which filled the > HEADERS frame with a very large header field/value. Then I got an GOAWAY > frame with error cod

Error occurs when both padding and continuation are enabled

2016-01-26 Thread Shengtuo Hu
Hi, Another error I met recently. It occurred when both padding and continuation are enabled. A normal HEADERS frame was divided as follows: HEADERS ===> HEADERS(PADDED_FLAG) + CONTINUATION + CONTINUATION After sending these frames, I got an error. In the debug log file, I found "client sent ina