FS#29593 - [nginx] Compile with PCRE JIT support
Attached to Project:
Community Packages
Opened by Eivind Uggedal (uggedal) - Tuesday, 24 April 2012, 10:43 GMT
Last edited by Bartłomiej Piotrowski (Barthalion) - Tuesday, 24 April 2012, 14:21 GMT
Opened by Eivind Uggedal (uggedal) - Tuesday, 24 April 2012, 10:43 GMT
Last edited by Bartłomiej Piotrowski (Barthalion) - Tuesday, 24 April 2012, 14:21 GMT
|
Details
Description:
The new 1.2 stable version of nginx supports PCRE JIT[1]. Since the pcre package in core is compiled with jit support it would be useful to enable this in nginx by calling ./configure with: --enable-jit [1]: http://nginx.org/en/docs/ngx_core_module.html#pcre_jit |
This task depends upon
Closed by Bartłomiej Piotrowski (Barthalion)
Tuesday, 24 April 2012, 14:21 GMT
Reason for closing: Implemented
Additional comments about closing: nginx 1.2.0-2
Tuesday, 24 April 2012, 14:21 GMT
Reason for closing: Implemented
Additional comments about closing: nginx 1.2.0-2
Comment by
Dave Reisner (falconindy) - Tuesday,
24 April 2012, 13:03 GMT
The option is --with-pcre-jit.