nginx 1.20.0 coverity errors

2023-12-06 Thread BILL
Hi,

We have a coverity testing on nginx 1.20.0 and we got some errors.
Have any plan to resolve these errors?


Checker Number
ARRAY_VS_SINGLETON 3
BAD_FREE 3
BUFFER_SIZE 1
CHECKED_RETURN 10
COPY_PASTE_ERROR 1
DC.WEAK_CRYPTO 18
DEADCODE 8
FORWARD_NULL 49
MISSING_RESTORE 1
NO_EFFECT 8
NULL_RETURNS 8
OVERRUN 12
PW.INCLUDE_RECURSION 8
RESOURCE_LEAK 5
REVERSE_INULL 5
SIGN_EXTENSION 1
SIZEOF_MISMATCH 8
STACK_USE 1
STRING_NULL 1
TAINTED_SCALAR 1
TOCTOU 12
UNINIT 10
UNREACHABLE 63
UNUSED_VALUE 4
USE_AFTER_FREE 1
Total 242
___
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx


Question about the url rewrite before pass

2016-09-21 Thread Bill Yuan
​Hello,

i am looking for a proxy which can "bounce" the request, which is not a
classic proxy.

I want it works in this way.
e.g. a proxy is running a 192.168.1.1
and when i want to open www.yahoo.com, i just need call
http://192.168.1.1/www.yahoo.com
the proxy can pickup the the host "www.yahoo.com" from the URI, and
retrieve the info for me​,

so it need to get the new $host from $location, and remove the $host from
the $location before proxy pass it.

it is doable via nginx?

Regards
Bill


​
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Re: Basic protection for different IPs

2015-10-08 Thread Bill Ries-Knight
or, run from a different port.

On Thu, Oct 8, 2015 at 3:32 AM, Manuel Thoenes 
wrote:

> Hi Ian,
>
> simply combine your basic auth with
> ==
> auth_basic "";
> auth_basic_user_file ;
>
> satisfy any;
> allow 127.0.0.1;
> allow ::1;
> deny all;
> ==
>
> Regards,
> Manu
>
> ___
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>



-- 
-- 
-- 
Bill Ries-Knight
Stockton, CA

Respect the process, Vote.

Twitter: @steelhoof
Here I am on Google+
https://plus.google.com/u/0/+BillRiesKnightSteelhoof/posts
Consider that people using recreational drugs are killing innocent people
as Cartels try to control the drug trade
Only about half of Organized Crime money is drugs Why give them any?
Given oil profits, thinking Congress should require 10% of OilCo dividend
payments divert to renewable energy research #share
<http://twitter.com/search?q=%23share>
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx