upgraded to more recent version, nginx/1.10.1, with CVE same result :-(
On Sat, Aug 6, 2016 at 3:44 PM, sven falempin wrote:
> nginx version: nginx/1.9.10
>
> On Sat, Aug 6, 2016 at 3:21 PM, Robert Paprocki
> wrote:
>> What version of nginx are you running? This sounds similar to a bug
>> (actu
nginx version: nginx/1.9.10
On Sat, Aug 6, 2016 at 3:21 PM, Robert Paprocki
wrote:
> What version of nginx are you running? This sounds similar to a bug (actually
> a CVE because it resulted in a segfault) that was patched in 1.10.1 stable
> branch, and modern 1.11 versions as well.
>
>
>> On A
What version of nginx are you running? This sounds similar to a bug (actually a
CVE because it resulted in a segfault) that was patched in 1.10.1 stable
branch, and modern 1.11 versions as well.
> On Aug 6, 2016, at 10:36, sven falempin wrote:
>
> Dear Nginx List Readers,
>
> I am trying to
Dear Nginx List Readers,
I am trying to send files to nginx dav mod with perl.
When using simple transfer with one big chunk in the BODY
it s ok.
But if i want to send the file chunk by chunk, i have issue.
I am trying to figure out if the error is on nginx or perl client
https://github.com/cha