[PATCH] mod_mbox: show list name in the h1/

2012-01-02 Thread Daniel Shahaf
Henri Yandell (Created) (JIRA) wrote on Wed, Dec 21, 2011 at 06:03:30 +: Note list name on mail detail page -- Key: INFRA-4238 URL: https://issues.apache.org/jira/browse/INFRA-4238 Project: Infrastructure

Re: [PATCH] mod_mbox: show list name in the h1/

2012-01-02 Thread Daniel Shahaf
Stefan Fritsch wrote on Mon, Jan 02, 2012 at 20:07:30 +0100: On Monday 02 January 2012, Daniel Shahaf wrote: Henri Yandell (Created) (JIRA) wrote on Wed, Dec 21, 2011 at 06:03:30 +: Note list name on mail detail page -- Key

Re: [jira] [Created] (INFRA-4437) Cannot create new account on modules.a.o

2012-02-15 Thread Daniel Shahaf
modules-dev@, please fix. Code is at https://svn.apache.org/repos/infra/infrastructure/trunk/projects/modules.a.o It runs on bil.zones.apache.org. There are httpd-error.log entries that seem relevant: mysql_query(): A link to the server could not be established in

[PATCH] s/#if/#ifdef/ for AP_ENABLE_DTRACE

2012-02-21 Thread Daniel Shahaf
This patch should suppress the ~only warning I get when building svn against httpd-2.4.1: [[[ Index: include/ap_config.h === --- include/ap_config.h (revision 1291669) +++ include/ap_config.h (working copy) @@ -194,7 +194,7 @@

[PATCH] Eliminate warnings with C89 compilers

2012-02-21 Thread Daniel Shahaf
Subversion uses C89 by default, which doesn't defined __STDC_VERSION__. (ap_config.h accomodates that explicitly.) This causes a fair amount of warnings, which the following patch should suppress. (I'm working on the assumption that API consumers are allowed to write their code in C89.) [[[

Re: [PATCH] Eliminate warnings with C89 compilers

2012-02-21 Thread Daniel Shahaf
. On Tue, Feb 21, 2012 at 10:44 AM, William A. Rowe Jr. wr...@rowe-clan.netwrote: On 2/21/2012 4:00 AM, Daniel Shahaf wrote: (I'm working on the assumption that API consumers are allowed to write their code in C89.) I believe that in 2012 that is a more than fair assumption, go

Re: [PATCH] Eliminate warnings with C89 compilers

2012-02-21 Thread Daniel Shahaf
Stefan Fritsch wrote on Tue, Feb 21, 2012 at 22:53:44 +0100: On Tuesday 21 February 2012, Michael Felt wrote: FYI - I see no notable difference in the W messages with the IBM vacpp (xlc) v7 compiler using no CFLAGS and CFLAGS='-O2 -qlanglvl=extc99' Hrm. Assigning function pointers to

Re: AsyncRequestWorkerFactor / Event Sizing / Closing Connections

2012-02-22 Thread Daniel Shahaf
Rainer Jung wrote on Wed, Feb 22, 2012 at 04:53:34 +0100: C only occasionally, not with such a big percentage. E.g. on the EU mirror running 2.2 and having less traffic there is hardly ever a C to notice. Is that an expected 2.4/event difference, or is there something strange with the us

Re: [PATCH] s/#if/#ifdef/ for AP_ENABLE_DTRACE

2012-02-24 Thread Daniel Shahaf
Daniel Shahaf wrote on Tue, Feb 21, 2012 at 11:21:34 +0200: This patch should suppress the ~only warning I get when building svn against httpd-2.4.1: [[[ Index: include/ap_config.h === --- include/ap_config.h (revision 1291669

Re: [RE-VOTE #3] adoption of mod_combine subproject

2012-03-28 Thread Daniel Shahaf
Guys. You were asked a boolean question. I'm pretty sure it was intended to be taken literally. Have you considered just answering it?

Re: [RE-VOTE #3] adoption of mod_combine subproject

2012-04-03 Thread Daniel Shahaf
William A. Rowe Jr. wrote on Tue, Apr 03, 2012 at 13:16:22 -0500: On 3/28/2012 6:04 PM, Daniel Shahaf wrote: Guys. You were asked a boolean question. I'm pretty sure it was intended to be taken literally. Have you considered just answering it? I believe that you meant to direct

Re: svnmerge.py (Was: Re: mergeinfo ignorance)

2012-07-23 Thread Daniel Shahaf
Jim Jagielski wrote on Mon, Jul 23, 2012 at 11:55:32 -0400: Is this still useful: svnmerge.py ? http://www.orcaware.com/svn/wiki/Svnmerge.py For 1.4 repositories (regardless of server software version) yes. I'd not use both svnmerge.py and 'svn merge' on the same branch, that's just

[PATCH] mod_status: s/%c/'%c'/ in table

2011-08-24 Thread Daniel Shahaf
Rationale: allow me to search in my browser for 'W' (with quotes) to find entries in the W state. Patch (against trunk): [[[ Index: modules/generators/mod_status.c === --- modules/generators/mod_status.c (revision 1161295) +++

Re: www.apache.org upgraded to 2.3.15-dev-r116760

2011-10-11 Thread Daniel Shahaf
Paul Querna wrote on Sun, Sep 11, 2011 at 12:10:53 -0700: Infra has upgraded eos, aka the main webserver for *.apache.org to 2.3.15-dev-r1167603 We observe processes whose memory, in trend, grows over time up to 2.8GB and more, for example: http://www.apache.org/eos/mem.txt

Re: www.apache.org upgraded to 2.3.15-dev-r116760

2011-10-15 Thread Daniel Shahaf
Stefan Fritsch wrote on Sat, Oct 15, 2011 at 23:58:18 +0200: On Tuesday 11 October 2011, Stefan Fritsch wrote: Can you try setting MaxMemFree, maybe to 4000? Actually, since you use FreeBSD and FreeBSD has an efficient malloc, you can try something a lot lower, like 400 or even 1. Thanks

Re: www.apache.org upgraded to 2.3.15-dev-r116760

2011-10-15 Thread Daniel Shahaf
[ Sorry again for the delayed reply. ] Stefan Fritsch wrote on Tue, Oct 11, 2011 at 21:35:08 +0200: On Tuesday 11 October 2011, Jim Jagielski wrote: On Oct 11, 2011, at 3:01 PM, Jim Jagielski wrote: On Oct 11, 2011, at 2:09 PM, Daniel Shahaf wrote: Paul Querna wrote on Sun, Sep 11, 2011

Re: www.apache.org upgraded to 2.3.15-dev-r116760

2011-10-15 Thread Daniel Shahaf
sebb wrote on Sun, Oct 16, 2011 at 02:39:42 +0100: https://issues.apache.org/bugzilla/show_bug.cgi?id=51951 Certain mails cause mod_mbox to hang; maybe it is chewing on memory. Does that issue still reproduce now that I've cut mail-archives.a.o over to aurora (which runs a different httpd)?

mod_mbox issue 51951 Re: www.apache.org upgraded to 2.3.15-dev-r116760

2011-10-16 Thread Daniel Shahaf
sebb wrote on Sun, Oct 16, 2011 at 12:45:26 +0100: On 16 October 2011 12:24, sebb seb...@gmail.com wrote: On 16 October 2011 06:44, Daniel Shahaf d...@daniel.shahaf.name wrote: sebb wrote on Sun, Oct 16, 2011 at 02:39:42 +0100: https://issues.apache.org/bugzilla/show_bug.cgi?id=51951

Re: www.apache.org upgraded to 2.3.15-dev-r116760

2011-10-20 Thread Daniel Shahaf
Stefan Fritsch wrote on Sun, Oct 16, 2011 at 16:25:28 +0200: On Sun, 16 Oct 2011, Daniel Shahaf wrote: sebb wrote on Sun, Oct 16, 2011 at 02:39:42 +0100: https://issues.apache.org/bugzilla/show_bug.cgi?id=51951 Certain mails cause mod_mbox to hang; maybe it is chewing on memory

Re: Autobuild Progress (was Re: Automated tests)

2017-01-30 Thread Daniel Shahaf
Jacob Champion wrote on Mon, Jan 30, 2017 at 12:02:35 -0800: > On 01/02/2017 07:53 AM, Daniel Shahaf wrote: > >Setting this up isn't a lot more complicated than filing an INFRA ticket > >with a build script, a list of build dependencies, and a list of > >branches to build, a

Re: svn commit: r1765368 - in /httpd/httpd/branches/2.4.x: ./ docs/manual/mod/mod_proxy_html.html.en docs/manual/mod/mod_proxy_html.xml

2016-10-17 Thread Daniel Shahaf
Eric Covener wrote on Mon, Oct 17, 2016 at 16:33:36 -0400: > On Mon, Oct 17, 2016 at 4:22 PM, Jacob Champion wrote: > > On 10/17/2016 01:15 PM, jchamp...@apache.org wrote: > >> > >> Log: > >> Merge r1765361 from trunk: > > > > > > Copy-pasted the wrong rev; this should have

Re: Automated tests

2017-01-02 Thread Daniel Shahaf
Luca Toscano wrote on Mon, Jan 02, 2017 at 15:51:43 +0100: > I don't have a wide experience on build httpd on systems different than > Debian/Ubuntu, so any help/suggestion/pointer would help a lot (for > example, building on Windows). I wouldn't worry about that just yet. Start by having only

Re: Using APR pools "better"

2018-09-26 Thread Daniel Shahaf
Jim Jagielski wrote on Wed, 26 Sep 2018 11:09 -0400: > At ApacheCon's welcoming event last night, Greg, Sander and I were > chatting and Greg reminded us that the Subversion project "learned a lot > about using APR pools" and it seems to me that a lot of that knowledge > is likely missing in