[nginx] PCRE2 library support.
https://forum.nginx.org/read.php?29,293136from sources with nginx configure, by using the --with-pcre= option. It automatically detects if PCRE or PCRE2 sources are provided. Note that compiling PCRE2 10.33 and later requires inttypes.h. When compiling on Windows with MSVC, inttypes.h is only available starting with MSVC 2013. In older versions some replacement needs to be provided
Core functionality - Nginx
https://nginx.org/r/pcre_jitWhen the PCRE library is built with nginx ( --with-pcre= ), the JIT support is enabled via the --with-pcre-jit configuration parameter. Defines a file that will store the process ID of the main process. Defines the name of the hardware SSL accelerator. This directive appeared in version 1.7.11.
Building nginx from Sources
nginx.org › en › docs--with-pcre forces the usage of the PCRE library. --with-pcre=path sets the path to the sources of the PCRE library. The library distribution needs to be downloaded from the PCRE site and extracted. The rest is done by nginx’s ./configure and make. The library is required for regular expressions support in the location directive and for the ...
[nginx] PCRE2 library support.
forum.nginx.org › readfrom sources with nginx configure, by using the --with-pcre= option. It automatically detects if PCRE or PCRE2 sources are provided. Note that compiling PCRE2 10.33 and later requires inttypes.h. When compiling on Windows with MSVC, inttypes.h is only available starting with MSVC 2013. In older versions some replacement needs to be provided