Occasional "400 Bad Request" Responses from Nginx

2024-02-04 Thread Hiroaki Nakamura
Hello, During my experimentation with Nginx's rate limit features, I encountered an issue where Nginx occasionally sends "400 Bad Request" responses for requests that appear to be correct. With further investigation, I discovered that this issue also occurs even when not utilizing the rate limit f

Re: Occasional "400 Bad Request" Responses from Nginx

2024-02-04 Thread Maxim Dounin
Hello! On Sun, Feb 04, 2024 at 06:33:40PM +0900, Hiroaki Nakamura wrote: > During my experimentation with Nginx's rate limit features, I > encountered an issue where Nginx occasionally sends "400 Bad Request" > responses for requests that appear to be correct. > With further investigation, I disc

Re: nginx looking in wrong dir for module

2024-02-04 Thread Larry Martell
On Fri, Feb 2, 2024 at 8:43 PM Maxim Dounin wrote: > > Hello! > > On Fri, Feb 02, 2024 at 01:07:40PM -0500, Larry Martell wrote: > > > I built nginx from source and it fails to start with: > > > > 2024/02/02 13:00:59 [emerg] 1961284#1961284: dlopen() > > "/usr/modules/ndk_http_module.so" failed >

Re: modules after upgrade

2024-02-04 Thread Larry Martell
On Thu, Feb 1, 2024 at 2:03 PM J Carter wrote: > > Hello, > > On Thu, 1 Feb 2024 12:28:40 -0500 > Larry Martell wrote: > > > On Thu, Feb 1, 2024 at 11:57 AM Sergey A. Osokin > > wrote: > > > > > > Hi Larry, > > > > > > On Thu, Feb 01, 2024 at 11:34:08AM -0500, Larry Martell wrote: > > > > We ru