-rpath linker option?

2014-01-02 Thread Jeffrey Walton
I'm having trouble with dll hell on Debian and Ubuntu with OpenSSL. Debian and Ubuntu insist on runtime linking with the copy in /usr/lib. Fedora and Red Hat are OK because they don't use OpenSSL by default, so they are not present in /usr/lib. I've tried specifying a rpath in ld options: --wit

Re: How do i get the request body ?

2014-01-02 Thread Maxim Dounin
Hello! On Wed, Jan 01, 2014 at 11:44:24PM -0500, humank wrote: > Hello guys, > > I'm developing a nginx module, the intent is to get the request > body, then write some response depends on what request body is. > I've called the method ngx_http_read_client_request_body (r, > ngx_

Re: OCSP validation of client certificates

2014-01-02 Thread Maxim Dounin
Hello! On Thu, Jan 02, 2014 at 05:03:36PM -0500, nginx_developer wrote: > Hi Forum, >I see that nGinx supports configuration to perform OCSP validation of > server side certificates and staple the validation response to the client. > My question is whether nGinx supports OCSP validation o

RE: How would nginx record client IP address under TCP Multipath?

2014-01-02 Thread Lukas Tribus
Hi, > Since iOS7 supports TCP Multipath now, I think more and more devices > will start support it. Not if the servers don't support it. Apple pushed for a specific reason: To avoid having a broken TCP session when the IP address of the handheld changes, which would interrupt Apple's Siri. But

How would nginx record client IP address under TCP Multipath?

2014-01-02 Thread est
Hello, Since iOS7 supports TCP Multipath now, I think more and more devices will start support it. But TCP Multipath allows many client IPs connected to the same server, suppose Nginx in this case, how would access_log record all of the IPs? Just curious question :) _

OCSP validation of client certificates

2014-01-02 Thread nginx_developer
Hi Forum, I see that nGinx supports configuration to perform OCSP validation of server side certificates and staple the validation response to the client. My question is whether nGinx supports OCSP validation of client presented certificates. I seem to hit a dead end with documentation for

dynamic rate limiting per ip

2014-01-02 Thread theotow
Hello Folks, i have some setup with multiple server and i offer downloads for the users, in the case my servers bandwidth is overloaded i want the people to be able to start the download but with limited rate so the don't have to wait in some kind of queue till the get there downloadlink. As soon

Re: How to delete cache based on expires headers?

2014-01-02 Thread António P . P . Almeida
Yes. Nginx will obey the Cache-Control/Expire headers. It won't delete, but it will refresh the files so that the served content is fresh. So it is as if the files were deleted. AFAIK deletion happens more often when the file is not accessed for given time specified through the inactive parameter

Nginx not starting with named pipe (fifo) for access_log

2014-01-02 Thread Sven Wiese
Heya, there seems to be a issue with Nginx and named pipes (fifo). Tested nginx versions: - 1.1.19 (Ubuntu 12.04.3 LTS amd64) - 1.4.4 (Ubuntu 12.04.3 LTS amd64 with PPA https://launchpad.net/~nginx/+archive/stable ) - 1.4.4 (CentOS 6.5 amd64 with repo http://nginx.org/packages/centos/$releasev

nginx rewrite configuration

2014-01-02 Thread goversation
hi! i'm newbie so having a hard time! I have a question about rewrite configure in nginx! RULE is http://URL/[option]/http://URL . I mean... for example, if request is http://aaa.net/25X25/http://bbb.net/ccc.jpg , rewrite is /25X25/bbb.net.jpg should i use regular expression? please help me!