Re: [users@httpd] Proxy balancer, handle an http 503 status from a BalancerMember

2015-05-15 Thread nik600
implicit behaviour. > > Regards, > Yann. > > On Fri, May 15, 2015 at 10:31 AM, nik600 wrote: > > Dear all > > > > is possible to handle the specific http 503 status from a BalancerMember > and > > re-forward the request to another member? > > > &g

[users@httpd] Proxy balancer, handle an http 503 status from a BalancerMember

2015-05-15 Thread nik600
Dear all is possible to handle the specific http 503 status from a BalancerMember and re-forward the request to another member? Thanks to all in advance -- /*/ nik600 http://www.kumbe.it

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

2014-12-04 Thread nik600
od_kcache.c(96): [client 127.0.0.1] config->s->counter=69 >>[Thu Dec 04 15:24:48 2014] [debug] src/mod_kcache.c(96): [client 127.0.0.1] config->s->counter=70 ... i've attached the full example (100 lines of code) I'll appreciate any help, thank all in advance -- /*

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

2014-12-04 Thread nik600
config has the parameter KcacheEnabled the shared memory segment resets. Is is a merge configuration problem? Any hint? Thanks 2014-12-04 0:01 GMT+01:00 nik600 : > i'm using 2.2.x i've implemented a shared memory segment using apr_shm_* > functions but i've noticed that if i

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

2014-12-03 Thread nik600
Thanks 2014-11-25 21:36 GMT+01:00 Eric Covener : > On Tue, Nov 25, 2014 at 2:41 PM, nik600 wrote: > > Hi > > > > I've implemented a custom module to handle some translate hooks. > > > > I'd like to add some stats info so i need some shared memory betw

[users@httpd] core dump with No symbol table info available.

2014-11-26 Thread nik600
db>thread apply all bt full gdb>bt full i have only messages with No symbol table info available. ulimit command gives me "unlimited". Any hint or suggestion? Thanks to all in advance. Bye /*/ nik600 http://www.kumbe.it

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

2014-11-25 Thread nik600
Hi I've implemented a custom module to handle some translate hooks. I'd like to add some stats info so i need some shared memory between all the workers. Can you point me to the right resources/documentation/example about it? Basically i'd like to increment some counters and then show them if i

Re: [users@httpd] set up a 302 Location in ap_hook_translate_name

2014-11-23 Thread nik600
ok, it's enoug to return directly the http_status instead of OK or DECLINED. Example: apr_table_add(r->headers_out, "Location", "http://www.google.it";); return 302; Thanks! Bye 2014-11-23 0:27 GMT+01:00 Eric Covener : > On Sat, Nov 22, 2014 at 6:22 PM, ni

[users@httpd] set up a 302 Location in ap_hook_translate_name

2014-11-22 Thread nik600
age";); but the HTTP_STATUS returned is 200, so the client doesn't handle correcty the request. So, i've got 3 question: - is possible to set-up in this hook a REDIRECT_STATUS 302 - if yes, how ? - if no, what is the hook to use and how can i set the http status? Thanks to all

[users@httpd] Re: usage of querystring parameter instead of stickysession to route requests through proxy balancer

2014-05-22 Thread nik600
21:21 GMT+02:00 nik600 : > Dear all > > i know that is possible to use a "route" parameter into the proxy balancer > definition and then set a stickysession cookie name into the ProxyPass > setting. > > Example: > > ProxyPass / balancer://mycluste

[users@httpd] usage of querystring parameter instead of stickysession to route requests through proxy balancer

2014-05-21 Thread nik600
e=node01 (dst is node01) http://foo/test.php?MyRoute=node01 (dst is node02) Thanks to all in advance, bye! -- /*/ nik600 http://www.kumbe.it

Re: [users@httpd] mod_rewrite, same filename matching rules are not processed

2011-06-06 Thread nik600
//httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org >   "   from the digest: users-digest-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- /

Re: [users@httpd] mod_rewrite, same filename matching rules are not processed

2011-06-06 Thread nik600
t appends automatically the .php, but where? -- /*****/ nik600 http://www.kumbe.it - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To

Re: [users@httpd] mod_rewrite, same filename matching rules are not processed

2011-06-06 Thread nik600
f6fcca40/initial] (1) [perdir /var/www/test/] pass through /var/www/test/Test.php -- /*/ nik600 http://www.kumbe.it - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.o

[users@httpd] mod_rewrite, same filename matching rules are not processed

2011-06-06 Thread nik600
on of apache (debian 5, 2.2.9) i haven't this problem. Is there a possibility to disable this feature, or to force the rule to be processed? Thanks -- /*****/ nik600 http://www.kumbe.it - The official User-To-User sup