Re: [users@httpd] Dynamic add proxy member using balancer-manager

2014-12-11 Thread Enrico Pasqualotto
I've try to add it like this: BalancerGrowth 5 inside the virtulhost or into the proxy balancer directive but nothing changes (always 3/3). As I have more then one cluster where's the right place? Thanks On Mon, Dec 8, 2014 at 2:58 PM, Jim Jagielski wrote: > because those elements are stored

[users@httpd] Need guidance on using custom OpenSSL engine with Apache Server (Worker MPM)

2014-12-11 Thread Mohan Raj
Hi, I have built a custom OpenSSL engine which will offload RSA decryption operation to GPU. The engine requires each incoming request to be handled by a thread. As request comes, its data will be placed in a buffer and will be offloaded to GPU once the buffer threshold is exceeded. To test