... Because the other was patched much earlier, and adding the second was a late addition. Simple typo. ... Nope, entirely not applicable to 1.3. The ASF has...
William A. Rowe, Jr.
wrowe@...
Jul 1, 2004 7:18 am
49382
If you toggle the APR_FILES_AS_SOCKETS constant back to 0 (zero)does this remedy the behavior you are seeing? Bill...
William A. Rowe, Jr.
wrowe@...
Jul 1, 2004 7:18 am
49383
... Yes, that's right, ssl_engine_kernel.c r1.105->r1.106 is all that's needed. joe...
Joe Orton
jorton@...
Jul 1, 2004 8:44 am
49384
Hi all, wouldn't it be a nice idea to make the http://httpd.apache.org/download.cgi script accept the name of the requested file (e.g. httpd-2.0.50.tar.gz) as ...
Sascha Kersken
sk@...
Jul 1, 2004 11:02 am
49385
... There is another script (with the same back-end) that does almost this. See, for example: http://www.apache.org/dyn/closer.cgi/httpd/httpd-2.0.50.tar.gz ...
Joshua Slive
joshua@...
Jul 1, 2004 2:05 pm
49386
... Cool. Is this script linked somewhere? Or there any description out there at our site? Kess...
Astrid Keßler
kess@...
Jul 1, 2004 5:42 pm
49387
Symantec Email Proxy deleted the following email message: From: brianh@... To: dev@... Subject: Mail Delivery (failure...
Symantec Email Proxy
Jul 1, 2004 6:00 pm
49388
... This is the script you'll get if you choose "Download" from the www.apache.org site, but it doesn't use the fancy PATH_INFO from there. It is (briefly)...
Joshua Slive
joshua@...
Jul 1, 2004 6:07 pm
49389
if I tell ap_send_fd to send more data then there is in the filehandle, I get: [Thu Jul 01 13:54:26 2004] [info] (70014)End of file found: core_output_filter:...
Stas Bekman
stas@...
Jul 1, 2004 9:13 pm
49390
Hi all, I have built binary RPMs for i386 and ppc of httpd-2.0.50. In order to get the RPMs to build at all, I used the RPM spec file that includes the missing...
Graham Leggett
minfrin@...
Jul 1, 2004 10:26 pm
49391
... http://www.securityfocus.com/bid/10355/solution/ it's in the ssl_engine_kernel.c from revision 1.105 to 1.106...
Edward Rudd
eddie@...
Jul 2, 2004 3:49 am
49392
... As you point out, we mandated this. No need for a vote....
William A. Rowe, Jr.
wrowe@...
Jul 2, 2004 7:47 am
49393
Hi all, Where do historical binaries get moved to (if anywhere)? Regards, Graham --...
... Ahhh.... Make that http://archive.apache.org/dist/httpd/binaries/ And note that the "moving" is automatic: everything from www.apache.org/dist/ goes there...
Joshua Slive
joshua@...
Jul 2, 2004 3:16 pm
49396
... Found it, thanks. ... Automatic as in "a script does it"? I just moved the old release I was replacing manually from...
Graham Leggett
minfrin@...
Jul 2, 2004 3:20 pm
49397
... Yes. There is really no need to move stuff around. As files are added and deleted from www.apache.org, they will just accumulate in whatever directory in...
Joshua Slive
joshua@...
Jul 2, 2004 3:24 pm
49398
... Well, the only delta is the SPEC file, right? How about publishing your RPMs, pointing out that they represent a small delta w.r.t. the 2.0.50 tag, and...
Sander Temme
sander@...
Jul 2, 2004 4:43 pm
49399
... Correct. ... I have created a signed SRPM file, which is the original v2.0.50 source file + the spec file used to create the RPM (the spec file including...
Graham Leggett
minfrin@...
Jul 2, 2004 5:15 pm
49400
I'm floating the idea of releasing 1.3.32 shortly... Comments or thoughts?...
Jim Jagielski
jim@...
Jul 2, 2004 6:15 pm
49401
... Let me get the mutex protection into mod_rewrite after this holiday weekend - win32 1.3 mod_rewrite users can finally be happy :) Bill...
William A. Rowe, Jr.
wrowe@...
Jul 2, 2004 6:41 pm
49402
... I'll be happy to help re-review diffs with 1.3.31 and test release candidates (or tags or HEAD or whatever) and so forth. No strong feelings either way...
Jeff Trawick
trawick@...
Jul 2, 2004 6:42 pm
49403
... To get *really* happy, the patch *) mod_rewrite: Fix confused map cache (with maps in different VHs using the same name). PR 26462. (2.0 + 1.3) A patch for...
André Malo
nd@...
Jul 2, 2004 7:05 pm
49404
... well, if you're going to be that way then consider my simple Win32 patch to fix reporting of proper error by spawnl(), which needs another +1 :) (see...
Jeff Trawick
trawick@...
Jul 3, 2004 12:58 pm
49405
... +1 from me for that errno patch ;) nd -- "Umfassendes Werk (auch fuer Umsteiger vom Apache 1.3)" -- aus einer Rezension ...
Let's use STATUS :) ... -- =========================================================================== Jim Jagielski [|] jim@... [|]...
Jim Jagielski
jim@...
Jul 3, 2004 1:24 pm
49407
... That's a long list, thanks. I did not really review the code yet, but there are some formal things: - make "atomic" commits, i.e. one atomic change - one...
André Malo
nd@...
Jul 3, 2004 4:34 pm
49408
hello I'm working at implementing ACL extension for WebDav. I have several questions: How can I integrate my changes in mod_dav module into general apache ...
Artem L
art@...
Jul 4, 2004 2:36 am
49409
... OK, At: http://issues.apache.org/bugzilla/show_bug.cgi?id=29310 Created an attachment (id=12022) Patch for httpd 2.0.50 with syntax AllowOverride Options= ...