Re: svn commit: r821202 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_cache.xml modules/cache/mod_cache.c modules/cache/mod_cache.h

2009-10-03 Thread Ruediger Pluem
On 10/03/2009 01:47 AM, minf...@apache.org wrote: Author: minfrin Date: Fri Oct 2 23:47:37 2009 New Revision: 821202 URL: http://svn.apache.org/viewvc?rev=821202view=rev Log: mod_cache: Introduce the option to run the cache from within the normal request handler, and to allow fine

Re: svn commit: r821202 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_cache.xml modules/cache/mod_cache.c modules/cache/mod_cache.h

2009-10-03 Thread Graham Leggett
Ruediger Pluem wrote: Hm, why don't we do the ap_meets_conditions test here like in the quick handler rv = ap_meets_conditions(r); if (rv != OK) { /* Return cached status. */ return rv; } This code path is a normal handler, we don't need to.

Re: [Fwd: SvnPubSub websites -- need more volunteers]

2009-10-03 Thread Jeff Trawick
Does anybody know the current status of the syncing effort? (other than the fact that we aren't synced yet ;) ) I saw commits from Paul yesterday but didn't understand the big picture.

Re: [VOTE] release httpd mod_fcgid-2.3.2?

2009-10-03 Thread Jeff Trawick
On Sat, Oct 3, 2009 at 12:14 PM, William A. Rowe, Jr. wr...@rowe-clan.netwrote: William A. Rowe, Jr. wrote: [X] -1 for any release of 2.3.2 (regressed from 2.3.1?) [ ] +1 to release as 2.3.2-beta [ ] +1 to release as 2.3.2-GA

Re: [Fwd: SvnPubSub websites -- need more volunteers]

2009-10-03 Thread Paul Querna
On Sat, Oct 3, 2009 at 8:49 AM, Graham Leggett minf...@sharp.fm wrote: Jeff Trawick wrote: Does anybody know the current status of the syncing effort?  (other than the fact that we aren't synced yet ;) ) I saw commits from Paul yesterday but didn't understand the big picture.

Controlling hook calling order in Apache 2.x

2009-10-03 Thread Eldar Gaynetdinov
Hi! Dev manual on http://httpd.apache.org/docs/2.2/developer/hooks.html says: All modules using any particular value may be run in any order relative to each other, but, of course, all modules using APR_HOOK_FIRST will be run before APR_HOOK_MIDDLE which are before APR_HOOK_LAST. Modules that

Re: [mod_fcgid patch] reap children without the zombie scan

2009-10-03 Thread Jeff Trawick
On Thu, Oct 1, 2009 at 8:01 PM, Jeff Trawick traw...@gmail.com wrote: (just fixing subject) On Thu, Oct 1, 2009 at 7:55 PM, Ricardo Cantu rica...@smartcsc.comwrote: On Tuesday 29 September 2009 4:20:49 pm you wrote: On Tue, Sep 29, 2009 at 4:59 PM, Ricardo Cantu rica...@smartcsc.com

Re: [Fwd: SvnPubSub websites -- need more volunteers]

2009-10-03 Thread Paul Querna
Okay, its done for the first round. https://svn.apache.org/repos/asf/httpd/site/trunk/docs maps 'live' within a few seconds to http://httpd.apache.org/ if you want to try it out, edit docs/test.txt, and you can see it show up here: http://httpd.apache.org/test.txt pretty quickly. This does not

Re: [VOTE] release httpd mod_fcgid-2.3.2?

2009-10-03 Thread William A. Rowe, Jr.
Jeff Trawick wrote: supposedly fixed now; please try again And I whacked the module structure, always dllexport'ed. So now, from trunk; Configuration: mod_fcgid - Win32 Release Generating fcgid_config.h Compiling resources... Compiling...

Re: svn commit: r821398 - /httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.h

2009-10-03 Thread Jeff Trawick
On Sat, Oct 3, 2009 at 3:37 PM, wr...@apache.org wrote: Author: wrowe Date: Sat Oct 3 19:37:59 2009 New Revision: 821398 URL: http://svn.apache.org/viewvc?rev=821398view=rev Log: Correct module export resolution - this is never imported to another object Thanks!

Re: svn commit: r821307 - in /httpd/httpd/trunk: include/scoreboard.h modules/experimental/mod_noloris.c server/scoreboard.c

2009-10-03 Thread Ruediger Pluem
On 03.10.2009 14:54, j...@apache.org wrote: Author: jim Date: Sat Oct 3 12:54:35 2009 New Revision: 821307 URL: http://svn.apache.org/viewvc?rev=821307view=rev Log: Provide new ap_update_child_status_from_conn() mostly for use with mod_noloris.c Add some logic protection, for NULL

Re: svn commit: r821321 - in /httpd/httpd/trunk: CHANGES support/suexec.c

2009-10-03 Thread Ruediger Pluem
On 03.10.2009 15:46, s...@apache.org wrote: Author: sf Date: Sat Oct 3 13:46:48 2009 New Revision: 821321 URL: http://svn.apache.org/viewvc?rev=821321view=rev Log: suexec: Allow to log an error if exec fails by setting FD_CLOEXEC on the log file instead of closing it. PR: 10744

Re: svn commit: r821333 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_cache.xml modules/cache/cache_util.c

2009-10-03 Thread Ruediger Pluem
On 03.10.2009 16:54, minf...@apache.org wrote: Author: minfrin Date: Sat Oct 3 14:54:00 2009 New Revision: 821333 URL: http://svn.apache.org/viewvc?rev=821333view=rev Log: mod_cache: Fix uri_meets_conditions() so that CacheEnable will match by scheme, or by a wildcarded hostname. PR:

Re: svn commit: r821202 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_cache.xml modules/cache/mod_cache.c modules/cache/mod_cache.h

2009-10-03 Thread Ruediger Pluem
On 03.10.2009 14:21, Graham Leggett wrote: Ruediger Pluem wrote: Hm, why don't we do the ap_meets_conditions test here like in the quick handler rv = ap_meets_conditions(r); if (rv != OK) { /* Return cached status. */ return rv; } This code path is a

Re: svn commit: r821307 - in /httpd/httpd/trunk: include/scoreboard.h modules/experimental/mod_noloris.c server/scoreboard.c

2009-10-03 Thread Jeff Trawick
On Sat, Oct 3, 2009 at 3:54 PM, Ruediger Pluem rpl...@apache.org wrote: On 03.10.2009 14:54, j...@apache.org wrote: Author: jim Date: Sat Oct 3 12:54:35 2009 New Revision: 821307 URL: http://svn.apache.org/viewvc?rev=821307view=rev Log: Provide new

Re: svn commit: r821307 - in /httpd/httpd/trunk: include/scoreboard.h modules/experimental/mod_noloris.c server/scoreboard.c

2009-10-03 Thread Jeff Trawick
On Sat, Oct 3, 2009 at 4:21 PM, Ruediger Pluem rpl...@apache.org wrote: On 10/03/2009 10:12 PM, Jeff Trawick wrote: On Sat, Oct 3, 2009 at 3:54 PM, Ruediger Pluem rpl...@apache.org wrote: On 03.10.2009 14:54, j...@apache.org wrote: Author: jim Date: Sat Oct 3 12:54:35 2009 New

Re: [Fwd: SvnPubSub websites -- need more volunteers]

2009-10-03 Thread Paul Querna
http://www.apache.org/dist/httpd/ is now syncing with: https://dist.apache.org/repos/dist/release/httpd/ Commits to the dist repo should be propagated to the ASF's live us/eu mirrors very quickly -- it will still take up to 24 hours for those files to be propagated from the ASF servers to the

Re: [Fwd: SvnPubSub websites -- need more volunteers]

2009-10-03 Thread Guenter Knauf
Hi Bill, William A. Rowe, Jr. schrieb: If I had to speculate; somehow the permissions that my login are SUPPOSED to be setting (even for scp) were not, and yesterday I chmod'ed those files to be 664 perms. The files were then mirrored. I will hazard a guess that you didn't follow up on my

Re: [VOTE] release httpd mod_fcgid-2.3.2?

2009-10-03 Thread Guenter Knauf
Bill, William A. Rowe, Jr. schrieb: William A. Rowe, Jr. wrote: [X] -1 for any release of 2.3.2 (regressed from 2.3.1?) [ ] +1 to release as 2.3.2-beta [ ] +1 to release as 2.3.2-GA C:\local0\asf\release\module-build\mod_fcgid\modules\fcgid\fcgid_pm_win.c(142) : error C2065:

Re: [Fwd: SvnPubSub websites -- need more volunteers]

2009-10-03 Thread Guenter Knauf
Hi, Guenter Knauf schrieb: I did chmod 664 from the beginning, and my NetWare bins are still not sync'd, and also I see no win32 bins yet (though not looked if you had already put some up, but guess so since I see the win32-src mirrored); the src tar.* are now up finally the .14 bins show

Re: [Fwd: SvnPubSub websites -- need more volunteers]

2009-10-03 Thread Graham Leggett
William A. Rowe, Jr. wrote: If I had to speculate; somehow the permissions that my login are SUPPOSED to be setting (even for scp) were not, and yesterday I chmod'ed those files to be 664 perms. The files were then mirrored. I will hazard a guess that you didn't follow up on my post Graham,

Re: svn commit: r820427 - in /httpd/httpd/trunk/modules: cluster/mod_heartmonitor.c core/mod_watchdog.c core/mod_watchdog.h

2009-10-03 Thread Guenter Knauf
Jeff, Jeff Trawick schrieb: On Wed, Sep 30, 2009 at 9:56 PM, Guenter Knauf fua...@apache.org What is the symptom? that I was too tired :) The AP_WD_DECLARE stuff is still needed for the external hooks implemented by mod_watchdog, such as APR_DECLARE_EXTERNAL_HOOK(ap, AP_WD, int,

Re: svn commit: r821333 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_cache.xml modules/cache/cache_util.c

2009-10-03 Thread Graham Leggett
Jeff Trawick wrote: + *) mod_cache: Fix uri_meets_conditions() so that CacheEnable will + match by scheme, or by a wildcarded hostname. PR 40169 + [Ryan Pendergast rpender us.ibm.com http://us.ibm.com, Graham Leggett] + I guess it is Submitted: by both you and

Re: [Fwd: SvnPubSub websites -- need more volunteers]

2009-10-03 Thread Paul Querna
On Sat, Oct 3, 2009 at 5:26 PM, William A. Rowe, Jr. wr...@rowe-clan.net wrote: Yesterday I had fixed /dist/httpd, but not ../win32/binaries.  These have also now shown up.  Looks like we are (belatedly) in good shape, even netware appears to be out there now. all the files are now

Re: [Fwd: SvnPubSub websites -- need more volunteers]

2009-10-03 Thread Guenter Knauf
Hi Paul, Paul Querna schrieb: all the files are now sourced from svn: https://dist.apache.org/repos/dist/release/httpd/ woah, so that means all files are now to be commited to SVN? And that's not an issue on the long term with storage place? I think even if we delete the old archives when we

Re: [Fwd: SvnPubSub websites -- need more volunteers]

2009-10-03 Thread Guenter Knauf
Paul, Paul Querna schrieb: all the files are now sourced from svn: https://dist.apache.org/repos/dist/release/httpd/ another question: with one of last releases I suggested that we should introduce SSI for all the html pages where the release numbers appear; few days ago I tested with one file

Re: [Fwd: SvnPubSub websites -- need more volunteers]

2009-10-03 Thread Paul Querna
On Sat, Oct 3, 2009 at 6:14 PM, Guenter Knauf fua...@apache.org wrote: Hi Paul, Paul Querna schrieb: all the files are now sourced from svn: https://dist.apache.org/repos/dist/release/httpd/ woah, so that means all files are now to be commited to SVN? And that's not an issue on the long term

Re: [Fwd: SvnPubSub websites -- need more volunteers]

2009-10-03 Thread William A. Rowe, Jr.
Paul Querna wrote: On Sat, Oct 3, 2009 at 6:14 PM, Guenter Knauf fua...@apache.org wrote: Hi Paul, Paul Querna schrieb: all the files are now sourced from svn: https://dist.apache.org/repos/dist/release/httpd/ woah, so that means all files are now to be commited to SVN? And that's not an