[users@httpd] mod_proxy_balancer and router_id cookie

2016-12-05 Thread Sylvain
ind answer but with no luck. If you have the answer, I hear you :) Best regards, Sylvain

Re: [users@httpd] MPM Worker : Two processes launched with no activity

2016-04-01 Thread Sylvain Goulmy
Thanks for your analysis Yann, i'll stay tuned on the dev mailing list. See you. On Fri, Apr 1, 2016 at 1:55 PM, Yann Ylavic <ylavic@gmail.com> wrote: > On Fri, Apr 1, 2016 at 9:57 AM, Sylvain Goulmy <sygou...@gmail.com> wrote: > > > > No i don't use that dir

Re: [users@httpd] MPM Worker : Two processes launched with no activity

2016-04-01 Thread Sylvain Goulmy
adLimit *200* 87: ServerLimit *50* 88: ThreadsPerChild *50* 89: MaxRequestWorkers *150* 90: MinSpareThreads *10* 91: MaxSpareThreads *80* 93: StartServers *1* 107: GracefulShutDownTimeout *60* Regards Sylvain On Thu, Mar 31, 2016 at 11:44 PM, Yann Ylavic <ylavic@gmail.com> wro

Re: [users@httpd] MPM Worker : Two processes launched with no activity

2016-03-31 Thread Sylvain Goulmy
Hi Yann, Two children processes. And on the status page i can see : 1 requests currently being processed, 99 idle workers Regards. Sylvain On Thu, Mar 31, 2016 at 12:01 PM, Yann Ylavic <ylavic@gmail.com> wrote: > On Thu, Mar 31, 2016 at 10:46 AM, Sylvain Goulmy <sygou.

[users@httpd] MPM Worker : Two processes launched with no activity

2016-03-31 Thread Sylvain Goulmy
could explain this behaviour ? Thanks in advance for your support. Sylvain

Re: [users@httpd] Limit the number of connection per virtual host

2015-06-12 Thread Sylvain Goulmy
Bear in mind that you only know which virtual host is requested when you read the Host: header, which is after you already accepted the connection. There are third-party modules for managing loads and protecting a server from attack. Some of them might be worth a look. I get your point

Re: [users@httpd] Limit the number of connection per virtual host

2015-06-12 Thread Sylvain Goulmy
. There are often solutions around bandwith control which is a different problematic. If you have any suggestions, please do not hesitate to share them with me. Sylvain On Fri, Jun 12, 2015 at 2:30 PM, Nick Kew n...@webthing.com wrote: On Fri, 2015-06-12 at 12:18 +, Eric Covener wrote: Apache doesn't

Re: [users@httpd] Limit the number of connection per virtual host

2015-06-12 Thread Sylvain Goulmy
Thank you for your feedback. But do you protect your platform then without such a functionality ? On Fri, Jun 12, 2015 at 2:18 PM, Eric Covener cove...@gmail.com wrote: - Can you confirm that Apache does not provide any mecanism allowing to limit the number of connection per virtual host,

[users@httpd] Limit the number of connection per virtual host

2015-06-12 Thread Sylvain Goulmy
other complex functionalities, the one i'm describing would be probably something simple to implement compared to other functionalities already available. Thanks in advance for your feedbacks. Sylvain

[users@httpd] Warning at startup while using a variable set by rewrite rule in the ProxyPassReverseCookieDomain directive

2015-05-22 Thread Sylvain Goulmy
solution to get rid of this warning ? I haven't found such thing in the documentation. Thanks in advance for your support. Sylvain

Re: [users@httpd] Apache 2.4 create a huge amount of shared memory segments

2015-01-05 Thread Sylvain Goulmy
mod_macro to help out with your migration; you could create a macro Vhost definition... On Dec 19, 2014, at 10:49 AM, Sylvain Goulmy sygou...@gmail.com wrote: Yann, I did some additionnal tests with the BalancerInherit directive. If I add the directive BalancerInherit Off in the main

Re: [users@httpd] Apache 2.4 create a huge amount of shared memory segments

2014-12-19 Thread Sylvain Goulmy
hosts creates one shm for each balancer even if it doesn't refer it... Am i missing a directive that could avoid that behaviour or do i have to redesign my all configuration by moving each balancer definition at the virtual host level ? Thanks in advance. Regards. Sylvain On Fri, Dec 19, 2014 at 12

Re: [users@httpd] Apache 2.4 create a huge amount of shared memory segments

2014-12-19 Thread Sylvain Goulmy
I also forgot to mention that i have set the BalancerInherit to Off before loading the balancers definition. It unfortunatly doesn't change the behaviour. Sylvain On Fri, Dec 19, 2014 at 11:04 AM, Sylvain Goulmy sygou...@gmail.com wrote: Hi Yann, Thank you for your feedback. My

Re: [users@httpd] Apache 2.4 create a huge amount of shared memory segments

2014-12-19 Thread Sylvain Goulmy
a single URL. So before considering this option, as far as you know, do you think there is definitely no other options available. Regards. Sylvain On Fri, Dec 19, 2014 at 2:06 PM, Yann Ylavic ylavic@gmail.com wrote: Hi Sylvain, On Fri, Dec 19, 2014 at 11:04 AM, Sylvain Goulmy sygou

[users@httpd] Apache 2.4 create a huge amount of shared memory segments

2014-12-18 Thread Sylvain Goulmy
I'm currently working on a migration from Apache 2.2 to 2.4 (2.4.10). I'm facing an issue with the usage of proxy_balancer with Apache 2.4. They now require the mod_slotmem_shm.so module to work correctly. I have added this module but i noticed that a single proxy_balancer now creates many memory

[us...@httpd] Re: mod_ext_filter with mode=input and ftype=AP_FTYPE_PROTOCOL : filter not executed

2009-02-03 Thread Sylvain Zimmer
If somebody has an idea.. that would be very helpful. Thanks in advance! On Fri, Jan 9, 2009 at 11:15 AM, Sylvain Zimmer sylv...@sylvainzimmer.comwrote: Hi! I've been trying to setup a custom input filter that modifies http request headers. Here is my config, at the end of apache2.conf

[us...@httpd] mod_ext_filter with mode=input and ftype=AP_FTYPE_PROTOCOL : filter not executed

2009-01-09 Thread Sylvain Zimmer
and ExtFilterDefine radioclient ftype=30 mode=output cmd=/usr/bin/tee /tmp/ext_filter_debug SetOutputFilter radioclient Is there a specific issue related to filtering input at the AP_FTYPE_PROTOCOL level ? Thanks a lot in advance! -- Sylvain Zimmer CTO, www.jamendo.com blog: sylvinus.org gsm: +33

[EMAIL PROTECTED] Apache benchmark in reverse proxy scenario for large Web apps

2008-07-21 Thread Sylvain Beaux
#Performance_Tuning_by_Tweaking_Apache_Configuration) Ie : to support fully 1500 processes : 1500* (6,084 - 3660) = 3600 Mb RAM And a last question, how do apache process chunk encoding requests ? is it allowing 1 process per connection ? so for 1000 simultaneous requests it will require 1000 processes ? thanks a lot :) -- Sylvain

Re: [EMAIL PROTECTED] Apache benchmark in reverse proxy scenario for large Web apps

2008-07-21 Thread Sylvain Beaux
Nick Kew a écrit : On Mon, 21 Jul 2008 17:20:34 +0200 Sylvain Beaux [EMAIL PROTECTED] wrote: Hi gays, Who??? so I calculate Max Client = 1300 Mb / (6,084 - 3660) = 540 processes, I prefered gaving some memory margin in case of ... Do you agree with this result ? Sounds

Re: [Fwd: [EMAIL PROTECTED] Redirect URL with arguments]

2008-07-02 Thread Sylvain Viollat
Hi Matus, thaznks for your answer. I've try to use : RedirectMatch /.* http://www.mydomain.com Unfortunately, I'm still getting redirect with the arguments I pass in the URL. Thanks, Matus UHLAR - fantomas wrote: On 30.06.08 14:29, Sylvain Viollat wrote: Thanks for your answer. I've try

Re: [Fwd: [EMAIL PROTECTED] Redirect URL with arguments]

2008-07-02 Thread Sylvain Viollat
Hi Severin thanks for your answer, but I'm still getting arguments in the URL when redirect is done. Unfortunately I'm not that good at mod_rewrite... Sylvain Severin Gehwolf wrote: Hi! thaznks for your answer. I've try to use : RedirectMatch /.* http://www.mydomain.com Unfortunately

[Fwd: [EMAIL PROTECTED] Redirect URL with arguments]

2008-06-30 Thread Sylvain Viollat
Hello, anyone got an idea about how to do this ? Thanks ---BeginMessage--- Hi, I need to redirect the URL http://www.mydomain.net/index.php?ref=10 to http://www.mydomain.com/. I've added the following line in www.mydomain.net VirtualHost : RedirectMatch permanent /

Re: [Fwd: [EMAIL PROTECTED] Redirect URL with arguments]

2008-06-30 Thread Sylvain Viollat
Thanks for your answer. I've try to use Redirect instead of RedirectMatch but result is the same. I'm still getting redirect with the end of the URL. Eric Covener wrote: On Mon, Jun 30, 2008 at 4:46 AM, Sylvain Viollat [EMAIL PROTECTED] wrote: RedirectMatch permanent / http

[EMAIL PROTECTED] Redirect URL with arguments

2008-06-27 Thread Sylvain Viollat
Hi, I need to redirect the URL http://www.mydomain.net/index.php?ref=10 to http://www.mydomain.com/. I've added the following line in www.mydomain.net VirtualHost : RedirectMatch permanent / http://www.mydomain.com The problem is that all queries which contain something after the .net/

[EMAIL PROTECTED] Reverse-proxy and Location headers rewriting

2008-05-06 Thread Sylvain Beaux
Hi all, I'm trying to use apache in a reverse-proxy mode. There are 3 feature I'd like to use: 1) URL rewriting 2) Cookie path rewriting 3) Location rewriting in case of 30x reply from my backend server I've made apache working for case 1) but there is something wrong in the second and the

Re: [EMAIL PROTECTED] url containing %2F / mod_rewrite

2008-01-29 Thread Sylvain Thénault
On Tue, Jan 29, 2008 at 05:07:18PM +0100, Sylvain Thénault wrote: On Tue, Jan 29, 2008 at 03:39:22PM +, Nick Kew wrote: On Tue, 29 Jan 2008 16:31:18 +0100 Sylvain Thénault [EMAIL PROTECTED] wrote: Any hint on how can I acheive this ? Upgrade to 2.2.8 and read the CHANGES file

Re: [EMAIL PROTECTED] url containing %2F / mod_rewrite

2008-01-29 Thread Sylvain Thénault
On Tue, Jan 29, 2008 at 03:39:22PM +, Nick Kew wrote: On Tue, 29 Jan 2008 16:31:18 +0100 Sylvain Thénault [EMAIL PROTECTED] wrote: Any hint on how can I acheive this ? Upgrade to 2.2.8 and read the CHANGES file. Then you'll know what to look for in the docs (either -B or nocanon

Re: [EMAIL PROTECTED] url containing %2F / mod_rewrite

2008-01-29 Thread Sylvain Thénault
On Tue, Jan 29, 2008 at 05:10:06PM +0100, Sylvain Thénault wrote: On Tue, Jan 29, 2008 at 05:07:18PM +0100, Sylvain Thénault wrote: On Tue, Jan 29, 2008 at 03:39:22PM +, Nick Kew wrote: On Tue, 29 Jan 2008 16:31:18 +0100 Sylvain Thénault [EMAIL PROTECTED] wrote: Any hint

[EMAIL PROTECTED] url containing %2F / mod_rewrite

2008-01-29 Thread Sylvain Thénault
know that %2F may cause security issues, but that's not the point here, I only want apache to act as a good software doing what I'm asking it to do ;) Any hint on how can I acheive this ? Thanks in advance -- Sylvain Thénault LOGILAB, Paris (France) Formations Python

Re: [EMAIL PROTECTED] url containing %2F / mod_rewrite

2008-01-29 Thread Sylvain Thénault
) that is decoded? yep, I really mean the input uri is decoded -- Sylvain Thénault LOGILAB, Paris (France) Formations Python, Zope, Plone, Debian: http://www.logilab.fr/formations Développement logiciel sur mesure: http://www.logilab.fr/services Python et calcul

Fwd: [EMAIL PROTECTED] SetEnvIf SESSION_USE_TRANS_SID=0

2007-10-23 Thread Sylvain Viollat
Hello, does anyone know how to manage this ? Or maybe one of you know how to solve this session problem with googlebot ? Thanks for your help ! Original Message Subject: [EMAIL PROTECTED] SetEnvIf SESSION_USE_TRANS_SID=0 Date: Mon, 22 Oct 2007 12:39:13 +0200 From: Sylvain

Re: [EMAIL PROTECTED] SetEnvIf SESSION_USE_TRANS_SID=0

2007-10-23 Thread Sylvain Viollat
; +http://www.google.com/bot.html) Try: SetEnvIf User-Agent (.*)Googlebot(.*) SESSION_USE_TRANS_SID=0 solprovider WARNING: Code was written freehand, is completely untested, and may cause catastrophic failures. Use at your own risk. On 10/22/07, Sylvain Viollat [EMAIL PROTECTED] wrote

[EMAIL PROTECTED] SetEnvIf SESSION_USE_TRANS_SID=0

2007-10-22 Thread Sylvain Viollat
check a phpinfo (session.use_trans_sid still to On) I can't disable session.use_trans_sid for the whole website, but only if googlebot is coming. Thanks a lot for your help ! Regards, Sylvain, France - The official User-To-User

Re: [EMAIL PROTECTED] ProxyReverse perverse behavior

2007-03-15 Thread Sylvain Bolay
info. To unsubscribe, e-mail: [EMAIL PROTECTED] from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Sylvain Bolay Institut de Recherche en Ophtalmologie Av. Grand-Champsec 64 Case Postale 4168 1950 Sion 4 Tel. Direct: +41(0)27 2057 907 Tel. Réception

[EMAIL PROTECTED] apache 2.2 reverse proxy ftp

2007-03-14 Thread Sylvain Bolay
Hello Everybody, May I use mod_proxy with mod_proxy_ftp for reverse proxying to a lan proftpd server? Thanks for your help. Sylvain - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http