Apache as Reverse Proxy

2007-08-03 Thread Vedavyas Raichur
Hi all, We are running Apache 2.0 as a reverse proxy with backend servers being apache as well. The reverse proxy uses SSL to talk to backend servers. These back end servers require client authentication. Is there any way we can pass off this client certificate from proxy to backend

shared table (create a pool from a block of memory?)

2007-08-03 Thread Ray Morris
We would like to use an APR table to share data between processes or threads where the data is a buit more than one would want to manage in a raw block of shared memory. Searching this list, on Google, and looking through the source I've found several people wanting to do soemthing similar,

Re: apxs wrong filename in LoadModule

2007-08-03 Thread Graham Dumpleton
The manual page for 'apxs' says: -n name This explicitly sets the module name for the -i (install) and -g (template generation) option. Use this to explicitly specify the module name. For option -g this is required, for