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

RE: problem with shared memory and directives for httpd

2014-12-04 Thread Eric Johanson
doing something wrong in my merge function? 2014-12-04 16:33 GMT+01:00 Eric Johanson er...@valmarc.commailto:er...@valmarc.com: You have no merge function defined for your server-level config structure (kcache_config). I would definitely try implementing that function. Otherwise, when apache

RE: output filter needs to redirect to 503 error status

2014-10-17 Thread Eric Johanson
Manolache [mailto:sor...@gmail.com] Sent: Thursday, October 16, 2014 6:23 PM To: modules-dev@httpd.apache.org Subject: Re: output filter needs to redirect to 503 error status On 2014-10-16 22:35, Eric Johanson wrote: Thank you for the suggestion. I did try that, but the order in which you set f-r

output filter needs to redirect to 503 error status

2014-10-16 Thread Eric Johanson
Hi, I have an output filter module which is working just fine, but I need to add a feature so that when certain error conditions occur during processing, the output filter hook function redirects the whole request to a 503 error status (service unavailable). Obviously for a handler module this is

RE: output filter needs to redirect to 503 error status

2014-10-16 Thread Eric Johanson
to 503 error status On 2014-10-16 15:36, Eric Johanson wrote: Hi, I have an output filter module which is working just fine, but I need to add a feature so that when certain error conditions occur during processing, the output filter hook function redirects the whole request to a 503 error