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

2014-12-04 Thread Enrico Pasqualotto
Hi all, it's some days that I'm trying to manage proxy member of my cluster using the web gui (balancer-manager) but I'm only able to manage the enable/disable and member weight. I'm using apache 2.4.7 and this is my virtual-host config: ServerName www.mysite.it ProxyPreserveHost

Re: [users@httpd] problem with shared memory and directives for httpd

2014-12-04 Thread Jeff Trawick
On Thu, Dec 4, 2014 at 9:29 AM, nik600 wrote: > Dear all > > i'm experiencing a problem with shared memory and i'm not able to figure > it out. > > i've got a segment of shared memory in my module config and seen that if > set some settings for the module in my configuration this memory isn't > a

[users@httpd] problem with shared memory and directives for httpd

2014-12-04 Thread nik600
Dear all i'm experiencing a problem with shared memory and i'm not able to figure it out. i've got a segment of shared memory in my module config and seen that if set some settings for the module in my configuration this memory isn't available in the request process. i've also attached an exampl

Re: [users@httpd] How to use shared memory btw mpm workers in custom module

2014-12-04 Thread nik600
ok, i've understand where is the problem: if i have a directive configuration (ie): static const command_rec directives[] = { AP_INIT_TAKE1("KcacheEnabled", kcache_set_enabled, NULL, RSRC_CONF, "KcacheEnabled must have Off or On value"), { NULL } }; And the apache config has the parameter Kcache