Re: Comment system, take two and a half

2012-05-28 Thread Gregg Smith
On 5/27/2012 3:20 PM, Daniel Gruno wrote: We could insist that all comments be made in English unless they are related to a specific translations, and as long as we keep the translations up to date with the suggestions and delete comments as they are implemented, there shouldn't be much clutter.

Apache proxy sending client certificate on behalf of the client

2012-05-28 Thread Duarte Silva
Hi all, I know this should be imposssible (sounds to me like a MITM), but bare with me for a second and please tell me if this is in any way possible: Client (HTTPS request) - Apache (Forward Proxy) - Server (HTTPS) \___/

Re: Apache proxy sending client certificate on behalf of the client

2012-05-28 Thread Duarte Silva
Small correction, when reading ... send a specific client cert (the handshake is done in the Client even though the server is? should be ... send a specific client cert? I know the handshake is done in the Client even thought the server is opening the connection. Thanks, Duarte On Monday 28

Re: Apache proxy sending client certificate on behalf of the client

2012-05-28 Thread Eric Covener
On Mon, May 28, 2012 at 3:53 PM, Duarte Silva duarte.si...@serializing.me wrote: Hi all, I know this should be imposssible (sounds to me like a MITM), but bare with me for a second and please tell me if this is in any way possible: Client (HTTPS request) - Apache (Forward Proxy) - Server

Re: Apache proxy sending client certificate on behalf of the client

2012-05-28 Thread Duarte Silva
On Monday 28 May 2012 16:02:44 Eric Covener wrote: On Mon, May 28, 2012 at 3:53 PM, Duarte Silva duarte.si...@serializing.me wrote: Hi all, I know this should be imposssible (sounds to me like a MITM), but bare with me for a second and please tell me if this is in any way possible:

Using libapreq to read POST request body

2012-05-28 Thread Rajalakshmi Iyer
Hello, Is it possible to use libapreq to read the POST request body? Any pointers towards examples of the same would be appreciated. Thanks in advance, Raj -- Twitter: @Blismedia http://twitter.com/#%21/blismobile BlisMedia 32 Percy Street, London W1T 2DE www.blismedia.com

Alternative for useragent_addr for apache 2.2

2012-05-28 Thread Bart Wiegmans
Hi everybody, I'm trying to write a module that embeds the parrot virtual machine into apache 2, and I want to pass the port and ip address from the user agent to the script. The request_req::useragent_addr structure would be perfect for my needs, but it does not exist in apache 2.2. Is there a