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
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
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
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