Re: Using pcre_jit

2016-02-16 Thread Alt
Hello, Thanks also Maxim for your answer! Best Regards Posted at Nginx Forum: https://forum.nginx.org/read.php?2,264554,264559#msg-264559 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Using pcre_jit

2016-02-16 Thread Alt
Hello, Thanks Valentin for your answer! Best Regards Posted at Nginx Forum: https://forum.nginx.org/read.php?2,264554,264558#msg-264558 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Using pcre_jit

2016-02-16 Thread Maxim Dounin
Hello! On Tue, Feb 16, 2016 at 11:29:32AM -0500, Alt wrote: > Hello, > > To use pcre_jit ( http://nginx.org/r/pcre_jit ), is it mandatory to compile > nginx with "--with-pcre-jit"? > On FreeBSD, nginx isn't compiled with "--with-pcre-jit", but I can still use > "pcre_jit on;" without nginx throw

Re: Using pcre_jit

2016-02-16 Thread Valentin V. Bartenev
On Tuesday 16 February 2016 11:29:32 Alt wrote: > Hello, > > To use pcre_jit ( http://nginx.org/r/pcre_jit ), is it mandatory to compile > nginx with "--with-pcre-jit"? > On FreeBSD, nginx isn't compiled with "--with-pcre-jit", but I can still use > "pcre_jit on;" without nginx throwing errors. So

Using pcre_jit

2016-02-16 Thread Alt
Hello, To use pcre_jit ( http://nginx.org/r/pcre_jit ), is it mandatory to compile nginx with "--with-pcre-jit"? On FreeBSD, nginx isn't compiled with "--with-pcre-jit", but I can still use "pcre_jit on;" without nginx throwing errors. So, does nginx really use PCRE JIT in this case? This bug rep