Maxim Dounin Wrote:
---
> Hello!
>
> On Wed, Dec 29, 2021 at 11:30:04PM -0500, George wrote:
>
> > Thanks for PCRE2 support!
> >
> > From what I read Nginx 1.21.5 will default to PCRE2 if found or
> fallback to
Hello!
On Wed, Dec 29, 2021 at 11:30:04PM -0500, George wrote:
> Thanks for PCRE2 support!
>
> From what I read Nginx 1.21.5 will default to PCRE2 if found or fallback to
> PCRE if not
>
> You can disable PCRE2 default by passing --without-pcre2 flag - which works
> fine
Thanks for PCRE2 support!
>From what I read Nginx 1.21.5 will default to PCRE2 if found or fallback to
PCRE if not
You can disable PCRE2 default by passing --without-pcre2 flag - which works
fine and
ldd $(which nginx)
shows
libpcre.so.1 => /usr/local/nginx-dep/lib/libpcr
Changes with nginx 1.21.528 Dec 2021
*) Change: now nginx is built with the PCRE2 library by default.
*) Change: now nginx always uses sendfile(SF_NODISKIO) on FreeBSD.
*) Feature: support for sendfile(SF_NOCACHE) on FreeBSD.
*) Feature