apxs broken

2001-09-06 Thread jean-frederic clere
Hi, I have noted that apxs is broken: /home/apache20/apache20/bin/apxs -q PREFIX apxs:Error: 100 100exec_prefix)/bin/httpd not found or not executable. Any hints? Cheers Jean-frederic

Re: apxs broken

2001-09-06 Thread jean-frederic clere
Stas Bekman wrote: > > On Thu, 6 Sep 2001, jean-frederic clere wrote: > > > Hi, > > > > I have noted that apxs is broken: > > /home/apache20/apache20/bin/apxs -q PREFIX > > apxs:Error: 100 100exec_prefix)/bin/httpd not found or not executable. > > &g

Re: apxs broken

2001-09-06 Thread jean-frederic clere
The problem is that var contains $(var_name)/blabla instead of $var_name/blabla or ${var_name}/blabla. What should be changed - apxs or acinclude.m4 -? "Clere, Jean-Frederic" wrote: > > Stas Bekman wrote: > > > > On Thu, 6 Sep 2001, jean-frederic clere wrote: >

Re: apxs broken

2001-09-06 Thread jean-frederic clere
uld be changed - apxs or acinclude.m4 -? > > > > acinclude.m4 or whoever is responsible for generating > > build/config_vars.mk. > > > > > "Clere, Jean-Frederic" wrote: > > > > Stas Bekman wrote: > > > > > On Thu, 6 Sep 2001, jean-

Re: apxs broken

2001-09-06 Thread jean-frederic clere
It fixes the problem I had, thanks - Do not forget to commit it - Stas Bekman wrote: > > On Thu, 6 Sep 2001, Ryan Bloom wrote: > > > > > I made the change to the way config_vars is created, and it needs to be > > this way for the --with-layout stuff to work correctly. We may be able to > > fix

Re: Apache History Project - Call for comments

2002-05-15 Thread jean-frederic clere
Bill Stoddard wrote: > > > Ben Hyde wrote: > > > > > > Thomas Eibner wrote: > > > > One volunteer has already come forward to help us gather data and we've > > > > compiled some statistics from this mailinglist showing how many posts > > > > each person has made since '95: > > > > > > > > To

Re: 2.0.37-dev/Solaris-8/sparc-v9

2002-06-06 Thread jean-frederic clere
Jeff Trawick wrote: > Pier Fumagalli <[EMAIL PROTECTED]> writes: > > >>I'm about to attempt to build Apache 2.0.37-dev at 64 bits with the Sun C >>compiler (kindly donated by Sun), on Nagoya (worker MPM). Anything I should >>be aware of? I'll report back on how the baby flies (if it does)... >

Re: 2.0.37-dev/Solaris-8/sparc-v9

2002-06-06 Thread jean-frederic clere
Ian Holsman wrote: > jean-frederic clere wrote: > >> Jeff Trawick wrote: >> >>> Pier Fumagalli <[EMAIL PROTECTED]> writes: >>> >>> >>> >>>> I'm about to attempt to build Apache 2.0.37-dev at 64 bits with the >>

Re: tarballs are up for testing

2002-06-12 Thread jean-frederic clere
Cliff Woolley wrote: > ... in http://httpd.apache.org/dev/dist/ > > --Cliff > > I have noted the following on ReliantUnix: +++ Installing configuration files Installing HTML documents Usage: rm [-firR] file ... make[1]: *** [install-htdocs] Error 2 make[1]: Leaving directory `/home1/apache20/h

Re: cvs commit: apache-1.3/src/ap ap_strtol.c Makefile.tmpl

2002-06-18 Thread jean-frederic clere
David McCreedy wrote: > I agree with this approach. > I've confirmed that TPF's strtol function returns an errno of ERANGE. > I don't know if OS390's and BS2000's compilers do as well. The strtol() of the BS2000 also returns ERANGE (2). > > Jim has updated ap_strtol.c with an explicit warning:

Adding a module to httpd-2.0

2002-09-10 Thread jean-frederic clere
Hi, I am adding mod_jk (from Jakarta Tomcat) to the httpd-2.0 sources in order to build an httpd excutable with mod_jk linked staticly to it. But I have to make a buildconf to integrate the config.m4 in the configure. Is there a better way to get it? Like: --activate-module=src/modules/jk/libj

Re: Whopsie on Darwin/Mac OS X 10.2.1... :-(

2002-10-08 Thread jean-frederic clere
Pier Fumagalli wrote: > On 7/10/02 21:45, "William A. Rowe, Jr." <[EMAIL PROTECTED]> wrote: > > >>At 03:27 PM 10/7/2002, Sander Temme wrote: >> >>>Your HEAD probably uses the glibtool(ize) installation on your local box, >>>which on 10.2 by default is 1.4.2. The tarball was built using the FreeB

[PATCH] Check the mpm exists when using --with-mpm=MPM

2001-11-21 Thread jean-frederic clere
Jeff Trawick wrote: > > jean-frederic clere <[EMAIL PROTECTED]> writes: > > > What should I use now? worker or perchild > > As it says in CHANGES... > > *) The threaded MPM for Unix has been removed. Use the worker > MPM instead. [various] >

Re: [PATCH] Check the mpm exists when using --with-mpm=MPM

2001-11-21 Thread jean-frederic clere
Jeff Trawick wrote: > > jean-frederic clere <[EMAIL PROTECTED]> writes: > > > === > > RCS file: /home/cvs/apache/httpd-2.0/server/mpm/config.m4,v > > retrieving revision 1.39 > > diff -

Re: mod_webapp fails to build

2001-12-03 Thread jean-frederic clere
Andrew Savory wrote: > > jean-frederic clere wrote: > > > I am afraid that is my fault... > > Heh. No problem, I'd be happy to post suggestions for revising > readme.txt/install.txt once I'm up and running! > > > I think your apxs is broken, what d

Re: Virutal Host and ServerName with ports...

2001-12-18 Thread jean-frederic clere
Ryan Bloom wrote: > > Hi. > > The big thing about ServerName in 2.0 is that it has taken over for the Port > directive from 1.3. So, the following config means that the server > listens on 127.0.0.1, port 8080, but reports itself as foo.com on port 80. > > > ServerName foo.com:80 > > > T

Re: daedalus is running 2.0.31

2002-02-01 Thread jean-frederic clere
Ian Holsman wrote: > > Greg Ames wrote: > > ...since Thursday, 31-Jan-2002 19:04:06 PST. > Cool. Something hangs now on daedalus! > we're running it for our developers internally starting tomorrow. > > > > > Beside checking out the tag, it has the usual patch to save the input buffers > > for

Solaris8 Problem with native compiler

2002-02-05 Thread jean-frederic clere
Hi, I have some problems with the httpd-2.0 (from CVS). Whe compiled with Sun compiler it hangs at startup: +++ > $c libc.so.1`_lwp_sema_wait+8(8d7f0, ff19e000, 0, 8d738, 2501c, 0) libthread.so.1`_swtch+0

Re: Solaris8 Problem with native compiler

2002-02-06 Thread jean-frederic clere
Jeff Trawick wrote: > > jean-frederic clere <[EMAIL PROTECTED]> writes: > > > Hi, > > > > I have some problems with the httpd-2.0 (from CVS). > > Whe compiled with Sun compiler it hangs at startup: > > +++ > > > $c > > (some inter

Re: Solaris8 Problem with native compiler

2002-02-13 Thread jean-frederic clere
Jeff Trawick wrote: > > Jeff Trawick <[EMAIL PROTECTED]> writes: > > > > 2) POD issue with worker MPM: > > > > > > [Tue Feb 12 12:01:46 2002] [notice] SIGUSR1 received. Doing graceful > > > restart > > > [Tue Feb 12 12:01:46 2002] [warn] (128)Network is unreachable: connect > > > to listener >

Re: FYI: worker not running on Solaris 8

2002-02-14 Thread jean-frederic clere
Jeff Trawick wrote: > > jean-frederic clere <[EMAIL PROTECTED]> writes: > > > Pier Fumagalli wrote: > > > > > > Pier Fumagalli <[EMAIL PROTECTED]> wrote: > > > > > > > Not even starting up... Once I launch it, the first chil

Re: LibTool not working on OS/X?

2002-02-14 Thread jean-frederic clere
Pier Fumagalli wrote: > > "Pier Fumagalli" <[EMAIL PROTECTED]> wrote: > > > Anyone seen this before? Libtool 1.4.2 doesn't work on OS/X and the modules > > produced with Apache 2.0 are actually DYLIB(s) and not MH_BUNDLE(s), thus > > preventing the APR routines to read them... > > > > There seem

Re: 2.0.32 has been released.

2002-02-14 Thread jean-frederic clere
Hi, I have done the configure: ./configure --prefix=/export/home/apache20/apache32 \ --enable-mods-shared=all It fails: +++ configure:3147: gcc -c -g -O2 -pthreads -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/export/home/apache20/httpd-2.0.32/srclib/apr/include -I/export/home/

Re: 2.0.32 has been released.

2002-02-14 Thread jean-frederic clere
Aaron Bannert wrote: > > On Thu, Feb 14, 2002 at 05:20:17PM +0100, jean-frederic clere wrote: > > Hi, > > > > I have done the configure: > > ./configure --prefix=/export/home/apache20/apache32 \ > > --enable-mods-shared=all > > Change this to

Re: Latest CVS on Solaris 8 - configure's cache-file problems

2002-03-07 Thread jean-frederic clere
Jeff Trawick wrote: > > Jim Jagielski <[EMAIL PROTECTED]> writes: > > > Yep... Looks like it's no problem with 2.52. > > > > Anyone have hearburn if I adjust buildcheck.sh to make 2.52 the > > new requirement? > > at least a little, but I'm not exactly sure how much :) In the 2.0.30 > timefram

Re: 404 .var file served as text/plain revisited

2002-03-20 Thread jean-frederic clere
Cliff Woolley wrote: > > I know this has been brought up before, but what did we decide was the fix > for this problem? I have a test install that's almost identical to > httpd-std.conf, and yet my 404 .var file gets served as text/plain. > > HEAD /server-status/ HTTP/1.0 > Host: localhost > >

Re: 404 .var file served as text/plain revisited

2002-03-25 Thread jean-frederic clere
Cliff Woolley wrote: > On Wed, 20 Mar 2002, jean-frederic clere wrote: > > >>HEAD /toto/ HTTP/1.0 >>Host: vtxrm2 >> >>HTTP/1.1 501 Method Not Implemented > > > > This was actuall

httpd-framework problem.

2022-03-28 Thread jean-frederic clere
Hi, I have the following message with the framework: +++ t/modules/proxy_websockets.t lib/Math/Random/ISAAC/XS.c: loadable library and perl binaries are mismatched (got handshake key 0xed00080, needed 0xeb00080) t/modules/proxy_websockets.t Dubious, test returned 1 (wstat 25

Re: httpd-framework problem.

2022-03-28 Thread jean-frederic clere
On 28/03/2022 12:00, jean-frederic clere wrote: Hi, I have the following message with the framework: +++ t/modules/proxy_websockets.t lib/Math/Random/ISAAC/XS.c: loadable library and perl binaries are mismatched (got handshake key 0xed00080, needed 0xeb00080) t/modules

Re: HTTP and HTTP/1.x separation

2022-03-28 Thread jean-frederic clere
On 24/03/2022 13:21, Stefan Eissing wrote: You are invited to have a look at my PR for separating HTTP/1.x processing from generic HTTP protocol handling and verification: https://github.com/apache/httpd/pull/291 I made a description of the changes in the PR that helps reviewing it (I hope). "

Re: HTTP and HTTP/1.x separation

2022-03-28 Thread jean-frederic clere
On 28/03/2022 16:03, Stefan Eissing wrote: Am 28.03.2022 um 15:52 schrieb jean-frederic clere : On 24/03/2022 13:21, Stefan Eissing wrote: You are invited to have a look at my PR for separating HTTP/1.x processing from generic HTTP protocol handling and verification: https://github.com

Re: HTTP and HTTP/1.x separation

2022-03-28 Thread jean-frederic clere
On 28/03/2022 17:25, Stefan Eissing wrote: Correct. When I first tried, the perl http2 framework was not very mature Yep the perl http2 module looks abandoned :-( -- Cheers Jean-Frederic

Re: Support JSON output in mod_status and mod_info

2022-03-28 Thread jean-frederic clere
On 28/03/2022 14:28, Rainer Jung wrote: I am thinking about adding a JSON output format to mod_status and mod_info as an option controlled by a query string parameter. Since writing simple data structures from these modules is much simpler than parsing and processing a JSON structure, I woul

Re: HTTP and HTTP/1.x separation

2022-03-31 Thread jean-frederic clere
On 30/03/2022 11:11, Stefan Eissing wrote: Am 28.03.2022 um 15:52 schrieb jean-frederic clere : On 24/03/2022 13:21, Stefan Eissing wrote: You are invited to have a look at my PR for separating HTTP/1.x processing from generic HTTP protocol handling and verification: https://github.com

Re: svn commit: r1899390 - in /httpd/httpd/trunk: CHANGES modules/proxy/mod_proxy.c modules/proxy/mod_proxy.h

2022-03-31 Thread jean-frederic clere
tf-8] Wed Mar 30 14:42:14 2022 @@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) mod_proxy: Add WorkerBalancerGrowth to allow adding workers to + balancer created dynamically or via "empty" + [Jean-Frederic Clere] I am not sure why this is needed. You can a

Re: svn commit: r1899390 - in /httpd/httpd/trunk: CHANGES modules/proxy/mod_proxy.c modules/proxy/mod_proxy.h

2022-04-01 Thread jean-frederic clere
On 01/04/2022 08:47, jean-frederic clere wrote: On 31/03/2022 12:59, Ruediger Pluem wrote: On 3/31/22 12:34 PM, Stefan Eissing wrote: Am 31.03.2022 um 11:55 schrieb Ruediger Pluem : On 3/31/22 11:11 AM, Ruediger Pluem wrote: On 3/30/22 4:42 PM, jfcl...@apache.org wrote: Author

Re: svn commit: r1899390 - in /httpd/httpd/trunk: CHANGES modules/proxy/mod_proxy.c modules/proxy/mod_proxy.h

2022-04-01 Thread jean-frederic clere
10 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) mod_proxy: Add WorkerBalancerGrowth to allow adding workers to + balancer created dynamically or via "empty" + [Jean-Frederic Clere] I am not sure why this is needed. You can already do this via Or ProxySet growth=10 FY

Re: svn commit: r1899390 - in /httpd/httpd/trunk: CHANGES modules/proxy/mod_proxy.c modules/proxy/mod_proxy.h

2022-04-01 Thread jean-frederic clere
On 01/04/2022 10:03, Ruediger Pluem wrote: On 4/1/22 8:47 AM, jean-frederic clere wrote: On 31/03/2022 12:59, Ruediger Pluem wrote: On 3/31/22 12:34 PM, Stefan Eissing wrote: Am 31.03.2022 um 11:55 schrieb Ruediger Pluem : On 3/31/22 11:11 AM, Ruediger Pluem wrote: On 3/30/22 4

Re: svn commit: r1899390 - in /httpd/httpd/trunk: CHANGES modules/proxy/mod_proxy.c modules/proxy/mod_proxy.h

2022-04-05 Thread jean-frederic clere
e code to create the balancers I am still stuck how to create the memory slots for the workers of the those dynamic balancers. On Apr 1, 2022, at 3:42 AM, jean-frederic clere <mailto:jfcl...@gmail.com>> wrote: On 01/04/2022 08:47, jean-frederic clere wrote: On 31/03/2022 12:59, Ruediger

problems with proxy worker and name_ex

2022-07-20 Thread jean-frederic clere
Hi, I think we have something wrong: https://github.com/apache/httpd/blob/trunk/include/ap_mmn.h#L719 and https://github.com/apache/httpd/blob/2.4.x/include/ap_mmn.h#L601 How external modules can detect that 2.4.x has diverged from trunk? -- Cheers Jean-Frederic

Re: problems with proxy worker and name_ex

2022-07-20 Thread jean-frederic clere
On 20/07/2022 11:09, Yann Ylavic wrote: On Wed, Jul 20, 2022 at 10:43 AM jean-frederic clere wrote: Hi, I think we have something wrong: https://github.com/apache/httpd/blob/trunk/include/ap_mmn.h#L719 and https://github.com/apache/httpd/blob/2.4.x/include/ap_mmn.h#L601 How external modules

Re: [VOTE] Release libapreq2-2.17

2022-08-23 Thread jean-frederic clere
On 8/18/22 13:31, Joe Orton wrote: [X] +1: It's not just good, it's good enough! Tested on fedora 36 -- Cheers Jean-Frederic

Re: mod_wasm: Contributing Upstream to Apache

2022-12-13 Thread jean-frederic clere
e believe mod_wasm is a worthy addition to httpd and it will allow us to catch up to some of the other web servers already supporting Wasm, like NGINX. We were encouraged by Rich Bowen, Jim Jagielski and Jean-Frederic Clere to submit it for contribution upstream and we are looking forward to

mod_watchdog.c looping for mutex?

2023-03-19 Thread jean-frederic clere
Hi, While debugging I noted something in mod_watchdog.c https://github.com/apache/httpd/blob/trunk/modules/core/mod_watchdog.c#L115 Shouldn't we have a else { } with a apr_sleep()? Basically the thread is looping there :-( -- Cheers Jean-Frederic

Re: mod_watchdog.c looping for mutex?

2023-03-21 Thread jean-frederic clere
On 3/19/23 12:21, Yann Ylavic wrote: On Sun, Mar 19, 2023 at 9:53 AM jean-frederic clere wrote: Hi, While debugging I noted something in mod_watchdog.c https://github.com/apache/httpd/blob/trunk/modules/core/mod_watchdog.c#L115 Shouldn't we have a else { } with a apr_sleep()? Basicall

graceful stop of child process in a module

2023-04-14 Thread jean-frederic clere
Hi, I am try to gracefully stop a child process instead using ap_assert(0), is there a "clean way" to do that? -- Cheers Jean-Frederic

Re: graceful stop of child process in a module

2023-04-17 Thread jean-frederic clere
On 4/17/23 01:00, Eric Covener wrote: On Fri, Apr 14, 2023 at 11:49 AM jean-frederic clere wrote: Hi, I am try to gracefully stop a child process instead using ap_assert(0), is there a "clean way" to do that? I added something like this to our distribution in IBM to address a hai

build trunk in windows

2023-04-24 Thread jean-frederic clere
Hi, I am trying to build httpd on windoze... "The .dsp project files are distributed in Visual Studio 6.0 (98) format. Visual C++ 5.0 (97) will recognize them. Visual Studio 2002 (.NET) and later users must convert Apache.dsw plus the .dsp files into an Apache.sln plus .msproj files. Be sure

Re: build trunk in windows

2023-04-24 Thread jean-frederic clere
correct. +++ Are all libraries mandatory? (apr-util needs some and httpd some more). Regards Rüdiger On 4/24/23 1:05 PM, jean-frederic clere wrote: Hi, I am trying to build httpd on windoze... "The .dsp project files are distributed in Visual Studio 6.0 (98) format. Visual C++ 5.0 (97)

Re: build trunk in windows

2023-05-03 Thread jean-frederic clere
24 apr. 2023 om 18:18 heeft jean-frederic clere het volgende geschreven: On 4/24/23 13:36, Ruediger Pluem wrote: I am not a Windows guy, but I guess the best way to build trunk on Windows is to use cmake which is integrated in later versions of Visual studio. So I need first apr, then apr-ut

Re: build trunk in windows

2023-05-05 Thread jean-frederic clere
On 5/4/23 11:31, Yann Ylavic wrote: On Wed, May 3, 2023 at 2:54 PM jean-frederic clere wrote: On 4/24/23 18:25, Steffen wrote: There is a howto Building Apache and dependencies using CMake at https://www.apachelounge.com/viewtopic.php?t=8609 <https://www.apachelounge.com/viewtopic.ph

ProxyPass / balancer://qacluster/ vs ProxyPass / balancer://qacluster

2023-05-08 Thread jean-frederic clere
Hi, The right syntax is ProxyPass / balancer://qacluster/ the other one gives something like: "(scheme 'balancer'). If you are using a DSO version of mod_proxy". Does it make sense to try to valid those ProxPass a bit better? -- Cheers Jean-Frederic

Re: [VOTE] Switch read/write repository from Subversion to Git

2023-05-08 Thread jean-frederic clere
On 5/4/23 10:34, Ruediger Pluem wrote: [X]: Move the read/write repository from Subversion to Git and leverage the features of Github (for now Actions and PR). -- Cheers Jean-Frederic

Re: svn commit: r1910327 - /httpd/httpd/branches/2.4.x/STATUS

2023-06-09 Thread jean-frederic clere
On 6/9/23 14:58, rpl...@apache.org wrote: Author: rpluem Date: Fri Jun 9 12:58:55 2023 New Revision: 1910327 URL: http://svn.apache.org/viewvc?rev=1910327&view=rev Log: * Vote and comment [skip ci] Modified: httpd/httpd/branches/2.4.x/STATUS Modified: httpd/httpd/branches/2.4.x/STATUS UR

Re: build trunk in windows

2023-06-12 Thread jean-frederic clere
On 5/4/23 11:31, Yann Ylavic wrote: On Wed, May 3, 2023 at 2:54 PM jean-frederic clere wrote: On 4/24/23 18:25, Steffen wrote: There is a howto Building Apache and dependencies using CMake at https://www.apachelounge.com/viewtopic.php?t=8609 <https://www.apachelounge.com/viewtopic.ph

tomcat and httpd track before July 13th! Final Reminder: Community Over Code call for presentations closing soon

2023-07-05 Thread jean-frederic clere
Hi, Don't forget to submit talks ASAP to: https://communityovercode.org/call-for-presentations/ there is a tomcat and httpd track for us. Cheers Jean-Frederic Forwarded Message Subject: Final Reminder: Community Over Code call for presentations closing soon Date: Wed, 28 J

balancers bybusyness, bytraffic and byrequest thread/process safe issues

2023-08-30 Thread jean-frederic clere
Hi, All the balancers have thread/process safe issues, but with bybusyness the effect is worse, basically a worker may stay with a busy count greater than zero even no request is being processed. busy is displayed in the balancer_handler() so users/customers will notice the value doesn't ret

Re: balancers bybusyness, bytraffic and byrequest thread/process safe issues

2023-08-31 Thread jean-frederic clere
se we never deremented below zero if we lost increments, but if we lost decrements the counters stayed elevated. I think there we now have no longer such problems. Best regards, Rainer Am 30.08.23 um 17:19 schrieb jean-frederic clere: Hi, All the balancers have thread/process safe issues, but

Re: balancers bybusyness, bytraffic and byrequest thread/process safe issues

2023-09-01 Thread jean-frederic clere
elski: IIRC, the goal of having an "aging" function was to handle this exact kind of thing, where values could be normalized over a long period of time so that old entries that may skew results are not weighted as heavily as new ones. On Aug 30, 2023, at 11:19 AM, jean-frederic cler

Re: balancers bybusyness, bytraffic and byrequest thread/process safe issues

2023-09-01 Thread jean-frederic clere
something? On Aug 30, 2023, at 11:19 AM, jean-frederic clere wrote: Hi, All the balancers have thread/process safe issues, but with bybusyness the effect is worse, basically a worker may stay with a busy count greater than zero even no request is being processed. busy is displa

Re: balancers bybusyness, bytraffic and byrequest thread/process safe issues

2023-09-06 Thread jean-frederic clere
specified by success_memorder. So we use __ATOMIC_SEQ_CST so we can't fail or do I miss something? On Aug 31, 2023, at 7:44 AM, jean-frederic clere wrote: On 8/30/23 17:33, Rainer Jung wrote: Hi JFC, I have not checked ur current code, but the topic reminds me of our history in mod_jk land. Th

Re: balancers bybusyness, bytraffic and byrequest thread/process safe issues

2023-09-07 Thread jean-frederic clere
On 9/6/23 18:40, Yann Ylavic wrote: On Wed, Sep 6, 2023 at 6:29 PM Yann Ylavic wrote: As for the memory orders on success/failure, they have nothing to do with the likeliness of success/failure Well the memory orderings specified can certainly influence the likeliness of success/failure sinc

age in proxy_balancer_method

2023-12-14 Thread jean-frederic clere
Hi, Any examples or docs about: apr_status_t (*age)(proxy_balancer *balancer, server_rec *s); In struct proxy_balancer_method? -- Cheers Jean-Frederic

Re: age in proxy_balancer_method

2023-12-20 Thread jean-frederic clere
plementing something that breaks your design ;-) On Dec 14, 2023, at 8:27 AM, jean-frederic clere wrote: Hi, Any examples or docs about: apr_status_t (*age)(proxy_balancer *balancer, server_rec *s); In struct proxy_balancer_method? -- Cheers Jean-Frederic -- Cheers Jean-Frederic

Re: age in proxy_balancer_method

2024-01-08 Thread jean-frederic clere
Aging because you want to give the past a smaller influence on the balancing decision than the more recent activity. I hope that's understandable and maybe Jim remembers something similar to that. Best regards, Rainer Am 21.12.23 um 08:23 schrieb jean-frederic clere: On 12/20/23 21:22, Jim Jagie

Re: svn commit: r1915411 - /httpd/httpd/trunk/CMakeLists.txt

2024-01-26 Thread jean-frederic clere
On 1/26/24 15:57, Ruediger Pluem wrote: There seem to be unrelated changes to mod_proxy_hcheck in the below. Is this intended? Well mod_proxy_hchech was missing... I was planning another commit. Should I do 2 commits or just adjust the commit message? Regards Rüdiger On 1/26/24 3:25 PM,

Re: C89-ify a recent change to h2_io_set.c

2015-08-19 Thread jean-frederic clere
On 08/19/2015 11:57 AM, NormW wrote: G/Evening (Is here) A very small tweak is proposed for: httpd-trunk\modules\http2\h2_io_set.c to keep the C89-ers in their seats. thanks committed. Cheers Jean-Frederic

Re: modules\http2 - H2Engine directive?

2015-08-27 Thread jean-frederic clere
On 08/24/2015 10:06 AM, Stefan Eissing wrote: Ni Norm, yes, I removed it last week If I want on VirtualHost with h2 support and another one without how should I do that? (that is for demo purpose) Cheers Jean-Frederic

Re: HTTP Server Project hackathon/BoF in Budapest?

2015-08-27 Thread jean-frederic clere
On 08/26/2015 05:29 PM, William A Rowe Jr wrote: First question, will many of us be present and available during the day Wednesday ahead of the ApacheCon Core content for a hackathon and BoF, or would it be better for these things to happen on Thursday during/in the evening of Core? I will be t

Re: proposed backport, mod_h2 github release

2015-08-27 Thread jean-frederic clere
Hi. Just to clarify the openssl minimal version to use to have h2 working is 1.0.2c correct? Or did I miss something? Cheers Jean-Frederic

Re: svn commit: r1650655 - in /httpd/httpd/branches/2.4.x: CHANGES STATUS modules/proxy/proxy_util.c

2015-11-16 Thread jean-frederic clere
On 01/09/2015 09:37 PM, jaillet...@apache.org wrote: > Author: jailletc36 > Date: Fri Jan 9 20:37:50 2015 > New Revision: 1650655 > > URL: http://svn.apache.org/r1650655 > Log: > Merge r1644503 from trunk > >* mod_proxy_ajp: Fix handling of the default port (8009) in the > ProxyPass and

Re: svn commit: r1650655 - in /httpd/httpd/branches/2.4.x: CHANGES STATUS modules/proxy/proxy_util.c

2015-11-16 Thread jean-frederic clere
On 11/16/2015 06:04 PM, Jim Jagielski wrote: > Are you logging DEBUG? No, I also though that was the problem and checked it ;-) Cheers Jean-Frederic > >> On Nov 16, 2015, at 11:53 AM, jean-frederic clere wrote: >> >> On 01/09/2015 09:37 PM, jaillet...@apache.org wrote

Re: reverse proxy wishlist

2015-12-08 Thread jean-frederic clere
On 12/03/2015 03:59 PM, Jim Jagielski wrote: > I put out a call on Twitter regarding this, but wanted to > close the loop here as well. > > What would *you* like to see as new features or enhancements > w/ mod_proxy, esp reverse proxy. I was thinking about some > sort of active backend monitoring,

Re: reverse proxy wishlist

2015-12-08 Thread jean-frederic clere
On 12/03/2015 07:39 PM, Houser, Rick wrote: > I would definitely expect to see a substantial improvement if the thread > reservation could be delayed until the response headers are fully received. That is something tricky you need to mix blocking and non-blocking of have a bunch (configurable) th

Weird behaviour with mod_ssl and SSLCryptoDevice

2015-12-14 Thread jean-frederic clere
Hi, I am sure I am doing something wrong, but when using a dummy crypto device to recreate a customer issue I am getting a similar issue in httpd-trunk but I am nearly sure someone would have complained here if that would be the case. Comments Jean-Frederic The stack: +++ (gdb) bt #0 0x7fa

Re: Weird behaviour with mod_ssl and SSLCryptoDevice

2015-12-14 Thread jean-frederic clere
On 12/14/2015 02:12 PM, jean-frederic clere wrote: > Hi, > > I am sure I am doing something wrong, but when using a dummy crypto > device to recreate a customer issue I am getting a similar issue in > httpd-trunk but I am nearly sure someone would have complained here if > that

Re: Weird behaviour with mod_ssl and SSLCryptoDevice

2015-12-14 Thread jean-frederic clere
On 12/14/2015 02:18 PM, Stefan Eissing wrote: > You're certain it's only loaded once? I think the issue is that it is loaded twice :-( Cheers Jean-Frederic > >> Am 14.12.2015 um 14:12 schrieb jean-frederic clere : >> >> > >

Re: Weird behaviour with mod_ssl and SSLCryptoDevice

2016-01-06 Thread jean-frederic clere
On 12/15/2015 03:16 PM, Jan Kaluža wrote: > On 12/15/2015 02:16 PM, Yann Ylavic wrote: >> Hi Jan, >> >> On Tue, Dec 15, 2015 at 12:51 PM, Jan Kaluža wrote: >>> >>> I think I've just fixed that in . I will >>> also propose that for 2.4.x and 2.2.x. >> >> Shouldn't we

Re: Weird behaviour with mod_ssl and SSLCryptoDevice

2016-01-10 Thread jean-frederic clere
On 01/06/2016 01:17 PM, Yann Ylavic wrote: > On Wed, Jan 6, 2016 at 12:28 PM, jean-frederic clere > wrote: >> On 12/15/2015 03:16 PM, Jan Kaluža wrote: >>> On 12/15/2015 02:16 PM, Yann Ylavic wrote: >>>> Hi Jan, >>>> >>>> On Tue, Dec 15,

Re: mod_jk / mod_jk2 : help from specialists welcome

2004-03-03 Thread jean-frederic clere
Henri Gomez wrote: > Hi to all, > > I'm involved in jk/jk2 on tomcat and we wonder on tomcat-dev > if we should use translate in MIDDLE or FIRST position (specifying > that mod_rewrite to be the first in hooks chain). > > I see in jk that we're using : > > ap_hook_translate_name(jk_translate,NU

Re: mod_jk / mod_jk2 : help from specialists welcome

2004-03-03 Thread jean-frederic clere
Justin Erenkrantz wrote: > --On Wednesday, March 3, 2004 10:16 AM +0100 jean-frederic clere > <[EMAIL PROTECTED]> wrote: > >> MIDDLE helps to fix 21546... But I do not see why ;-( > > > Oh, *now* I understand the context to Henri's question. Here'

Re: mod_jk / mod_jk2 : help from specialists welcome

2004-03-04 Thread jean-frederic clere
Henri Gomez wrote: > Justin Erenkrantz wrote: > >> --On Wednesday, March 3, 2004 12:24 PM +0100 Henri Gomez >> <[EMAIL PROTECTED]> wrote: >> >>> To resume you : >>> >>> - remove translate >>> >>> - move translate code to map_storage >>> >>> Did I understand correctly ? >> >> >> >> Yes, I think tha

Re: Has mod_dir changed between 2.0.46 and 2.0.49 ?

2004-04-20 Thread jean-frederic clere
Peter Van Biesen wrote: Hi, I've recently migrated from 2.0.46 to 2.0.49 and I have a strange problem. In 2.0.46, my DirectoryIndex was set to include index.jsp, so if a directory contains a index.jsp, tomcat was contacted to serve this. However, when I do this in 2.0.49 tomcat is contacted even i

libtool (jlibtool)

2004-07-06 Thread jean-frederic clere
Hi, I am using jlibtool and I have found something weird in httpd: In Makefile.in: +++ cp build/*.mk $(DESTDIR)$(installbuilddir); \ sed 's#LIBTOOL = \(.*\)#LIBTOOL = $(SHELL) $(installbuilddir)/libtool $(LTFLAGS)#' \ build/config_vars.mk > $(DESTDIR)$(installbuilddir)/

Re: libtool (jlibtool)

2004-07-07 Thread jean-frederic clere
Joe Orton wrote: On Tue, Jul 06, 2004 at 03:35:30PM +0200, jean-frederic clere wrote: I am using jlibtool and I have found something weird in httpd: In Makefile.in: +++ cp build/*.mk $(DESTDIR)$(installbuilddir); \ sed 's#LIBTOOL = \(.*\)#LIBTOOL = $(SHELL) $(installbui

[PATCH] mod_charset_lite.c

2004-07-07 Thread jean-frederic clere
Hi, When using mod_jk2 and mod_charset_lite mod_charset_lite cores because r->filename is NULL. The easy patch is attached. Cheers Jean-Frederic Index: modules/experimental/mod_charset_lite.c === RCS file: /home/cvs/apache/httpd-2.0/

Re: libtool (jlibtool)

2004-07-09 Thread jean-frederic clere
Joe Orton wrote: On Wed, Jul 07, 2004 at 09:44:00AM +0200, jean-frederic clere wrote: Joe Orton wrote: On Tue, Jul 06, 2004 at 03:35:30PM +0200, jean-frederic clere wrote: The aim is to ensure that the LIBTOOL variable in the installed config_vars.mk points at the installed copy of the libtool

Re: [PATCH] mod_charset_lite.c

2004-07-09 Thread jean-frederic clere
Jeff Trawick wrote: jean-frederic clere wrote: Hi, When using mod_jk2 and mod_charset_lite mod_charset_lite cores because r->filename is NULL. patch looks reasonable... unfortunately, I lifted some bad style from somewhere (the code around your patch)... I'll fix that up and then co

Re: Invitation to HTTPD commiters in tomcat-dev

2004-07-21 Thread jean-frederic clere
Graham Leggett wrote: Mladen Turk wrote: I don't think that it is necessary for a mod_ajp to be included inside the mod_proxy, although they are sharing some common concepts. I think it's very necessary - sharing those common concepts ultimately makes for doing things in a consistent way. It mak

Re: [AJP] proxy status

2004-08-13 Thread jean-frederic clere
Guenter Knauf wrote: Hi, That seems rational to me. The reason for proposing [EMAIL PROTECTED] is so that tomcat-dev'ers wouldn't have to swallow the full bandwidth of [EMAIL PROTECTED] (converse of the problem where they asked anyone in [EMAIL PROTECTED] to follow [EMAIL PROTECTED] for the durat

[PATCH] proxy_ajp.c

2004-08-13 Thread jean-frederic clere
Hi, I have arranged the logic to send the request and the body to Tomcat, now it works for both chunked and not-chunked. What is not yet working is when the Tomcat starts to send data before having all the body and then reads a little more body data. Cheers Jean-Frederic Index: proxy_ajp.c

Re: proxy CONNECT and recent 2.1-dev proxy enhancements

2004-08-16 Thread jean-frederic clere
Jeff Trawick wrote: probably obvious to those doing the load balancing work, but just in case... url in this case is ip:port, which ap_proxy_get_balancer() doesn't handle simple working testcase in case this helps testing connect and send "CONNECT 0.0.0.0:8080\r\n" Do we need balancer for CONNECT?

Re: proxy CONNECT and recent 2.1-dev proxy enhancements

2004-08-16 Thread jean-frederic clere
Jeff Trawick wrote: On Mon, 16 Aug 2004 12:16:02 +0200, jean-frederic clere <[EMAIL PROTECTED]> wrote: Jeff Trawick wrote: probably obvious to those doing the load balancing work, but just in case... url in this case is ip:port, which ap_proxy_get_balancer() doesn't handle simple worki

Re: [proxy] New implementation ready for testing

2004-08-16 Thread jean-frederic clere
Pier Fumagalli wrote: On 11 Aug 2004, at 17:14, Mladen Turk wrote: Hi all, We've finished the initial development of extended mod_proxy. Since the development took place at jakata-tomcat-connectors, the source code can be found under ajp/proxy. Here is the list of major features added: 3. Added new

[PATCH] proxy_connect.c

2004-08-16 Thread jean-frederic clere
Hi, While arranging the code of the recent 2.1-dev proxy enhancements to get CONNECT working I have noted that CONNECT loops endless when the client closes the connection. Find enclosed a patch than fixes the problem. Cheers Jean-Frederic Index: proxy_connect.c ==

Re: proxy CONNECT and recent 2.1-dev proxy enhancements

2004-08-16 Thread jean-frederic clere
Jeff Trawick wrote: On Mon, 16 Aug 2004 13:20:41 +0200, jean-frederic clere <[EMAIL PROTECTED]> wrote: Jeff Trawick wrote: On Mon, 16 Aug 2004 12:16:02 +0200, jean-frederic clere <[EMAIL PROTECTED]> wrote: Jeff Trawick wrote: probably obvious to those doing the load balancing work,

Re: Where is the AJP code...

2004-08-16 Thread jean-frederic clere
William A. Rowe, Jr. wrote: At 03:58 PM 8/16/2004, Brad Nicholes wrote: The addition of the proxy_ajp module to the httpd project presents a build problem. The AJP module code exists in httpd/modules/proxy in the httpd project but the AJP lib code still sits in the jakarta-tomcat-connectors\ajp\a

Re: proxy compile warnings

2004-08-17 Thread jean-frederic clere
Geoffrey Young wrote: William A. Rowe, Jr. wrote: At 04:36 PM 8/17/2004, Joe Orton wrote: On Tue, Aug 17, 2004 at 11:48:39AM -0400, Geoffrey Young wrote: hi all the attached patch is required for me to get mod_proxy to compile with -Werror. Thanks Geoff. The only thing I'm not sure of is whether

Re: Where is the AJP code...

2004-08-18 Thread jean-frederic clere
William A. Rowe, Jr. wrote: At 01:56 AM 8/17/2004, jean-frederic clere wrote: William A. Rowe, Jr. wrote: At 03:58 PM 8/16/2004, Brad Nicholes wrote: The addition of the proxy_ajp module to the httpd project presents a build problem. The AJP module code exists in httpd/modules/proxy in the httpd

AJP lib files added to httpd-2.0 repos

2004-08-18 Thread jean-frederic clere
Hi, I have added to the httpd-2.0/modules/proxy the following files: ajp.h ajp_header.c ajp_header.h ajp_link.c ajp_msg.c They are also in jakarta-tomcat-connectors/ajp/ajplib/test. They have to be kept up to date (synchronized) please remember to mail the diff to the other repos dev-list when som

  1   2   3   4   5   >