Re: problem with shared memory and directives for httpd

2014-12-04 Thread nik600
yes, now it works, thanks again! 2014-12-04 23:49 GMT+01:00 nik600 : > Thanks a lot! > > i've understand the logic... i'll try and let you know! > > 2014-12-04 23:43 GMT+01:00 Yann Ylavic : > >> On Thu, Dec 4, 2014 at 10:52 PM, Yann Ylavic >> wrote: >> > Please see attached modifications (where

Re: problem with shared memory and directives for httpd

2014-12-04 Thread nik600
Thanks a lot! i've understand the logic... i'll try and let you know! 2014-12-04 23:43 GMT+01:00 Yann Ylavic : > On Thu, Dec 4, 2014 at 10:52 PM, Yann Ylavic wrote: > > Please see attached modifications (where only a server_config is used). > > Note that I did not even test compile the chages,

Re: problem with shared memory and directives for httpd

2014-12-04 Thread Yann Ylavic
On Thu, Dec 4, 2014 at 10:52 PM, Yann Ylavic wrote: > Please see attached modifications (where only a server_config is used). Note that I did not even test compile the chages, just a POC...

Re: problem with shared memory and directives for httpd

2014-12-04 Thread Yann Ylavic
t; appropriate functions. >> -Eric >> >> >> From: nik600 [mailto:nik...@gmail.com] >> Sent: Thursday, December 04, 2014 11:15 AM >> To: modules-dev@httpd.apache.org >> Subject: Re: problem with shared memory and directives for httpd >> >> Hi &g

Re: problem with shared memory and directives for httpd

2014-12-04 Thread nik600
ilto:nik...@gmail.com] > Sent: Thursday, December 04, 2014 11:15 AM > To: modules-dev@httpd.apache.org > Subject: Re: problem with shared memory and directives for httpd > > Hi > > thanks for your reply. > > i've tried also with a merging function but i have the

RE: problem with shared memory and directives for httpd

2014-12-04 Thread Eric Johanson
: Thursday, December 04, 2014 11:15 AM To: modules-dev@httpd.apache.org Subject: Re: problem with shared memory and directives for httpd Hi thanks for your reply. i've tried also with a merging function but i have the same behaviour. Attached the same example with also merge function. Mayb

Re: problem with shared memory and directives for httpd

2014-12-04 Thread nik600
Hi thanks for your reply. i've tried also with a merging function but i have the same behaviour. Attached the same example with also merge function. Maybe i'm doing something wrong in my merge function? 2014-12-04 16:33 GMT+01:00 Eric Johanson : > You have no merge function defined for your

RE: problem with shared memory and directives for httpd

2014-12-04 Thread Eric Johanson
You have no merge function defined for your server-level config structure (kcache_config). I would definitely try implementing that function. Otherwise, when apache goes to combine two levels of the config hierarchy together, the resulting combination is likely to just be an empty version of